Shrabanee Report post Posted December 7, 2017 Hi, I don't want to show count on the bar for stack column chart, when the value is 0. As you can see in the above image, 0 is shown in the bottom, which does not make any sense to show, when the count is 0. It is confusing as well for the user. Is there any way to hide it? Thanks. Share this post Link to post Share on other sites
Akash Biswas Report post Posted December 8, 2017 Hi Shrabanee, FusionCharts Stacked charts displays the values for the plots with zero value, as zero is also considered as a valid value. However, if you do not want to display the value when it is zero, then you need to set the "showValue" attribute to "0" for that respective data objects value to be hidden. Sample fiddle : http://jsfiddle.net/9o9zx0xj/ For further reference, please check this documentation link : https://www.fusioncharts.com/dev/basic-chart-configurations/data-values.html Thanks, Akash. Share this post Link to post Share on other sites
Shrabanee Report post Posted December 8, 2017 Hi @Akash Biswas, That will work for my requirement. Will it work for any chart? Share this post Link to post Share on other sites