style property

Map<String, String>? style
getter/setter pair

CSS styles for the loading screen that covers the plot area.

In styled mode, the loading label is styled with the .highcharts-loading class.

API Docs: https://api.highcharts.com/highcharts/loading.style

Implementation

Map<String, String>? style;