Hi,
I have a line graph with several series, using :
- row["values"] as Value (Y) Series
- row["time"] as Category (X) Series
- row["line"] as Optional Y series Grouping.
My problem is that many of those series have all zero values and I would like not to display those series.
How can I filter them out ?
I have a line graph with several series, using :
- row["values"] as Value (Y) Series
- row["time"] as Category (X) Series
- row["line"] as Optional Y series Grouping.
My problem is that many of those series have all zero values and I would like not to display those series.
How can I filter them out ?