HighchartsNoDataOptions constructor

HighchartsNoDataOptions({
  1. dynamic attr,
  2. HighchartsNoDataPositionOptions? position,
  3. Map<String, String>? style,
  4. 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.

API Docs: https://api.highcharts.com/highcharts/noData

Implementation

HighchartsNoDataOptions({this.attr, this.position, this.style, this.useHTML});