Vizzu / Modules / types/data / TableBySeries
Interface: TableBySeries
types/data.TableBySeries
Data table specified by series.
Hierarchy
-
↳
TableBySeries
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
series
• series: Series
[]
The series that make up the the data set.