Package org.zkoss.chart
Class ChartsEvents
- java.lang.Object
-
- org.zkoss.chart.ChartsEvents
-
public class ChartsEvents extends Object
Utilities to access events for Highcharts- Author:
- jumperchen
-
-
Field Summary
Fields Modifier and Type Field Description static String
ON_PLOT_CHECKBOX_CLICK
Fires when the checkbox next to the series' name in the legend is clicked.static String
ON_PLOT_CLICK
Fires when the series is clicked.static String
ON_PLOT_DRILL_DOWN
Fires when a drilldown point is clicked, before the new series is added.static String
ON_PLOT_DRILL_UP
Fires when drilling up from a drilldown series.static String
ON_PLOT_HIDE
Fires when the series is hidden after chart generation time, by clicking the legend itemstatic String
ON_PLOT_LEGEND_ITEM_CLICK
Not applicable to pies, as the legend item is per pointstatic String
ON_PLOT_MOUSE_OUT
Fires when the mouse leaves the graph.static String
ON_PLOT_MOUSE_OUT_POINT
Fires when mouse leaves the area close to the point.static String
ON_PLOT_MOUSE_OVER
Fires when the mouse enters the graph.static String
ON_PLOT_MOUSE_OVER_POINT
Fires when mouse enters the area close to the point.static String
ON_PLOT_SELECT
Fires when selecting a point from a series.static String
ON_PLOT_SHOW
Fires when the series is shown after chart generation time, by clicking the legend itemstatic String
ON_PLOT_THEME_CHANGE
Fires when theme is changedstatic String
ON_PLOT_UNSELECT
Fires when unselecting a point from a series.
-
-
-
Field Detail
-
ON_PLOT_CLICK
public static final String ON_PLOT_CLICK
Fires when the series is clicked.- See Also:
- Constant Field Values
-
ON_PLOT_CHECKBOX_CLICK
public static final String ON_PLOT_CHECKBOX_CLICK
Fires when the checkbox next to the series' name in the legend is clicked.- See Also:
- Constant Field Values
-
ON_PLOT_HIDE
public static final String ON_PLOT_HIDE
Fires when the series is hidden after chart generation time, by clicking the legend item- See Also:
- Constant Field Values
-
ON_PLOT_LEGEND_ITEM_CLICK
public static final String ON_PLOT_LEGEND_ITEM_CLICK
Not applicable to pies, as the legend item is per point- See Also:
- Constant Field Values
-
ON_PLOT_MOUSE_OUT
public static final String ON_PLOT_MOUSE_OUT
Fires when the mouse leaves the graph.- See Also:
- Constant Field Values
-
ON_PLOT_MOUSE_OVER
public static final String ON_PLOT_MOUSE_OVER
Fires when the mouse enters the graph.- See Also:
- Constant Field Values
-
ON_PLOT_SHOW
public static final String ON_PLOT_SHOW
Fires when the series is shown after chart generation time, by clicking the legend item- See Also:
- Constant Field Values
-
ON_PLOT_DRILL_DOWN
public static final String ON_PLOT_DRILL_DOWN
Fires when a drilldown point is clicked, before the new series is added. Event arguments include point for the originating point.- See Also:
- Constant Field Values
-
ON_PLOT_DRILL_UP
public static final String ON_PLOT_DRILL_UP
Fires when drilling up from a drilldown series.- See Also:
- Constant Field Values
-
ON_PLOT_SELECT
public static final String ON_PLOT_SELECT
Fires when selecting a point from a series.- See Also:
- Constant Field Values
-
ON_PLOT_UNSELECT
public static final String ON_PLOT_UNSELECT
Fires when unselecting a point from a series.- See Also:
- Constant Field Values
-
ON_PLOT_THEME_CHANGE
public static final String ON_PLOT_THEME_CHANGE
Fires when theme is changed- See Also:
- Constant Field Values
-
ON_PLOT_MOUSE_OVER_POINT
public static final String ON_PLOT_MOUSE_OVER_POINT
Fires when mouse enters the area close to the point.- See Also:
- Constant Field Values
-
ON_PLOT_MOUSE_OUT_POINT
public static final String ON_PLOT_MOUSE_OUT_POINT
Fires when mouse leaves the area close to the point.- See Also:
- Constant Field Values
-
-