Wijmo UI for the Web
seriesHoverStyles Option
wijmo.chart.wijpiechart Namespace > options type : seriesHoverStyles Option

Default value: []

Sets an array of styles to use in rendering bars in the chart when you hover over them.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  array
    returnsValue = $(".selector").wijpiechart("option", "seriesHoverStyles");
    
    // Set value
    var newValue; // Type:  array
    $(".selector").wijpiechart("option", "seriesHoverStyles", newValue);
        
});
var seriesHoverStyles : array;
Remarks
Each style object in the array applies to a series in your seriesList,so you need specify only as many style objects as you have series objects in your seriesList
See Also

Reference

options type
wijpiechart Method