filterSpecs property

List<FilterSpec>? filterSpecs
getter/setter pair

The filters applied to the source data of the chart.

Only supported for data source charts.

Implementation

core.List<FilterSpec>? filterSpecs;