Vizzu / Modules / vizzu / Data / TableByRecords
Interface: TableByRecords
Data table specified by records.
Hierarchy
-
↳
TableByRecords
Properties
filter
• Optional
filter:
FilterCallback
A filter callback is called on each record of the dataset on chart generation. If the callback returns false, the record will not be shown on the chart.
Inherited from
records
• records: Value
[][]
The array of data records that make up the data set.
series
• Optional
series: SeriesMetaInfo
[]
The information about the data series in the records of the data set. Note: not needed if it was previously specified.