Class ChartsEvents


  • public class ChartsEvents
    extends Object
    Utilities to access events for Highcharts
    Author:
    jumperchen
    • Field Detail

      • 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_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