In column chart the label above the column shows a number. The problem is for the empty one it shows zero and I want it to show nothing for Zero.
How to do that.
Discussion posts and replies are publicly visible
When "showDataLabels" is set to true, it will show the data values above each column. If the value of your data point is 0 it will show 0, but if instead the value is "null", then it will show nothing. However in my opinion it's easier to see and understand what's going on in the chart with the 0 value.
.