Event function | Called |
afterRendering(chart) | After the chart is rendered |
beforeDrawAxis(axis, axisOptions, chart, axisIndex) | Before rendering each axis |
beforeDrawDataPoint(point, pointOptions, chart, seriesIndex, pointIndex) | Before drawing each data point graphical representation or marker |
beforeDrawSeries(series, seriesOptions, chart, seriesIndex) | Before rendering the series |
beforeGeneration(options) | Before the chart is created |
beforeRendering(options, chart) | Before the chart is rendered |