Chart Events
From Documentation
Revision as of 09:28, 5 March 2014 by Raymondchao (talk | contribs)
ZK Chart will fire events when user is interacting with chart, so we can declare a method to listen the event and handle the event data. There are two
Chart Event
Series Event
EventName | Description |
---|---|
onPlotClick | Fires when the series is clicked. |
onPlotCheckboxClick | Fires when the checkbox next to the series' name in the legend is clicked. |
onPlotHide | Fires when the series is hidden after chart generation time, by clicking the legend item. |
onPlotLegendItemClick | Not applicable to pies, as the legend item is per point. |
onPlotMouseOut | Fires when the mouse leaves the graph. |
onPlotMouseOver | Returns the color of the content in the calendar event. Only allows the value being recognized by CSS. |
onPlotShow | Fires when the series is shown after chart generation time, by clicking the legend item. |
onPlotDrillDown | Fires when a drilldown point is clicked, before the new series is added. |
onPlotDrillUp | Fires when drilling up from a drilldown series. |
< Get Complete Source Code of This Book >