HighchartsNoDataOptions constructor
HighchartsNoDataOptions({
- dynamic attr,
- HighchartsNoDataPositionOptions? position,
- Map<
String, String> ? style, - bool? useHTML,
Options for displaying a message like "No data to display". This feature requires the file no-data-to-display.js to be loaded in the page. The actual text to display is set in the lang.noData option.
Implementation
HighchartsNoDataOptions({this.attr, this.position, this.style, this.useHTML});