EJSC.Chart.show_hints
See Also
Definition
boolean show_hints = true
Description
Defines whether hints should be selected when a point is hovered over or selected. This is automatically disabled if allow_interactivity is set to false.
Example
>> Turn off hints and point selection.
var chart = new EJSC.Chart( "chart", {show_hints: false} ); |