Hiding zero values on in a chart

Hello,

I was wondering if there was a way to ignore all values that are 0 on a chart and only plot readings on a chart that are not 0?

Especially when using the ‘mean’ aggregation, I would like to calculate this without the 0 values. Is this possible?

Thanks,
Tauras

It’s not possible ignore values on the Time Series Block. It may be possible, however, to filter values on the Custom Chart Block:

I haven’t tested that, but might be worth looking into.

For aggregations, it’s also not possible to ignore certain values. Vega (Custom Chart Block) also supports custom aggregations, so that might also be possible using that block.