Shrabanee Report post Posted November 30, 2017 (edited) Hi, So we came across this issue in mobile. It is not showing the value on the column with value as 1 when there is another column with higher value (More than 10) in the chart. This is happening on both Android and iOs devices. Please refer screenshots attached. NOTE: It is fine for the stack chart though. Edited November 30, 2017 by Shrabanee Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted November 30, 2017 Hi, Please note as the valueFontColor for the chart is set as white (#ffffff) thats why you are not being able to see the value of the plots, for a workaround you could either set valueFontColor to a different color, please note this would show the plot values outside the column as there isn't enough space to show inside the plot so FusionCharts internal algorithm automatically shows them outside. If you want to still show them inside the plot please reduce the yaxismaxvalue to 12, the reduce the font size of the overall out canvas using outcnvbasefontsize attribute Please check the sample fiddle for reference - http://jsfiddle.net/0otgknmd/ Share this post Link to post Share on other sites
Shrabanee Report post Posted November 30, 2017 (edited) Hi @Ayan Bhadury Thanks for your response. Let me check if that is the case here. I will try the changes you mentioned as well. Edited November 30, 2017 by Shrabanee Share this post Link to post Share on other sites