jQuery.wijmo.wijbubblechart Namespace > options type : seriesHoverStyles Field |
Default value: []
An array collection that contains the style applied to the chart elements. For more information on the available style parameters.
Javascript (Usage) | |
---|---|
var value; // Type: array value = jQuery.wijmo.wijbubblechart.options.seriesHoverStyles; |
Javascript (Specification) | |
---|---|
|
$("#bubblechart").wijbubblechart("option", "seriesHoverStyles", { seriesHoverStyles: [ {fill: "rgb(255,0,0)", stroke:"none"}, { fill: "rgb(255,125,0)", stroke: "none" } ]});