Skip to content

Vizzu


Vizzu / types/data / TableBySeries

Interface: TableBySeries

Data table specified by series.

Extends

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

Filter.filter


series

series: Series[]

The series that make up the data set.