Chart Events"

From Documentation
(Blanked the page)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{ZKChartsEssentialsPageHeader}}
 
  
{{Template:UnderConstruction}}
 
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===
 
 
{| border="1"
 
|-
 
!EventName||Description
 
|-
 
||onPlotClick
 
||Fires when the series is clicked.
 
|-
 
||onPlotCheckboxClick
 
||Fires when the checkbox next to the series' name in the legend is clicked.
 
|-
 
||onPlotLegendItemClick
 
||Not applicable to pies, as the legend item is per point.
 
|-
 
||onPlotShow
 
||Fires when the series is shown after chart generation time, by clicking the legend item.
 
|-
 
||onPlotHide
 
||Fires when the series is hidden after chart generation time, by clicking the legend item.
 
|-
 
||onPlotMouseOver
 
||Fires when the mouse enters the graph.
 
|-
 
||onPlotMouseOut
 
||Fires when the mouse leaves the graph.
 
|-
 
||onPlotDrillUp
 
||Fires when drilling up from a drilldown series.
 
|-
 
||onPlotDrillDown
 
||Fires when a drilldown point is clicked, before the new series is added.
 
|}
 
 
{{ZKChartsEssentialsPageFooter}}
 

Latest revision as of 16:11, 5 March 2014