I want to show tooltips text in the chart according to my condition. If my text value is 0 then I want to hide text otherwise show the text of the tooltip.
Series.columns.template.tooltipText = `{valueY}s`;
It gives value according to {valueY}
. but I want to it doesn't show when {valueY}
is equal to 0(zero).