dont show columns which value is 0 anychart

490 Views Asked by At

enter image description here

In above image you can see 'Rel 02' skipped, because value is 0 (zero) in 2016 similarly Rel 08 also.

Same the way, how to skip in anychart ?

Help me.

1

There are 1 best solutions below

5
On BEST ANSWER

The AnyChart library always shows all declared points (X, categories) even if the value is zero/null/undefined. You can avoid this behavior only by removing this point from your dataset in preprocessing.