Skip to content

Vizzu / Modules / types/data / Filter

Interface: Filter

types/data.Filter

Filter object containing a filter function

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.