callback property

HighchartsCallback? callback
getter/setter pair

A callback function to gain complete control on when the responsive rule applies. Return true if it applies. This opens for checking against other metrics than the chart size, for example the document size or other elements.

API Docs: https://api.highcharts.com/highcharts/responsive.rules.condition.callback

Implementation

HighchartsCallback? callback;