HighchartsDataOptions constructor
HighchartsDataOptions({
- HighchartsCallback? beforeParse,
- List? columnTypes,
- List<
List> ? columns, - String? columnsURL,
- HighchartsCallback? complete,
- String? csv,
- String? csvURL,
- double? dataRefreshRate,
- String? dateFormat,
- dynamic decimalPoint,
- bool? enablePolling,
- double? endColumn,
- double? endRow,
- bool? firstRowAsNames,
- String? googleAPIKey,
- String? googleSpreadsheetKey,
- String? googleSpreadsheetRange,
- String? googleSpreadsheetWorksheet,
- String? itemDelimiter,
- String? lineDelimiter,
- HighchartsCallback? parseDate,
- HighchartsCallback? parsed,
- List<
List> ? rows, - String? rowsURL,
- List<
Map< ? seriesMapping,String, double> > - double? startColumn,
- double? startRow,
- bool? switchRowsAndColumns,
- String? table,
The Data module provides a simplified interface for adding data to a chart from sources like CVS, HTML tables or grid views. See also the tutorial article on the Data module.
Implementation
HighchartsDataOptions(
{this.beforeParse,
this.columnTypes,
this.columns,
this.columnsURL,
this.complete,
this.csv,
this.csvURL,
this.dataRefreshRate,
this.dateFormat,
this.decimalPoint,
this.enablePolling,
this.endColumn,
this.endRow,
this.firstRowAsNames,
this.googleAPIKey,
this.googleSpreadsheetKey,
this.googleSpreadsheetRange,
this.googleSpreadsheetWorksheet,
this.itemDelimiter,
this.lineDelimiter,
this.parseDate,
this.parsed,
this.rows,
this.rowsURL,
this.seriesMapping,
this.startColumn,
this.startRow,
this.switchRowsAndColumns,
this.table});