diff --git a/types/highcharts/index.d.ts b/types/highcharts/index.d.ts index 48c0c614c2..c63c99a3c5 100644 --- a/types/highcharts/index.d.ts +++ b/types/highcharts/index.d.ts @@ -1486,6 +1486,13 @@ declare namespace Highcharts { * @since 1.2.0 */ redraw?(event: Event): void; + /** + * Fires after initial load of the chart (directly after the load + * event), and after each redraw (directly after the redraw event). + * + * @since 5.0.7 + */ + render?(event: Event): void; /** * Fires when an area of the chart has been selected. Selection is enabled by setting the chart's zoomType. One * parameter, event, is passed to the function. This contains common event information based on jQuery or MooTools