Vizzu / Modules / types/data / TableByRecords
Interface: TableByRecords
types/data.TableByRecords
Data table specified by records.
Hierarchy
-
↳
TableByRecords
Properties
filter
• Optional
filter: null
|
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: (Record
|
ValueArray
)[]
The array of data records that make up the data set.
series
• Optional
series: Series
[]
The information about the data series in the records of the data set. Note: not needed if it was previously specified.