table property

String? table
getter/setter pair

An HTML table or the id of such to be parsed as input data. Related options are startRow, endRow, startColumn and endColumn to delimit what part of the table is used.

API Docs: https://api.highcharts.com/highcharts/data.table

Implementation

String? table;