Skip to content

Vizzu / Modules / types/data / TableBySeries

Interface: TableBySeries

types/data.TableBySeries

Data table specified by series.

Hierarchy

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.