Line Chart bug - Y Axis not setting the numbers in right order.

0
Hi all,    I am using a line chart widget to show the count of votes by the date they were submitted. The data is all correct and tested however there seems to be a bug with the widget where the numbers on the Y axis are not showing in order. There is no sorting option with the widget to fix this. Im wondering if anyone else has experienced this? and if so any solutions on how to resolve it?   Many thanks,    James      
asked
1 answers
0

Most of the times, this is caused by having a string value for the y-axis. The same values are recognized, but different values are just added as new y-value on top of existing values. So "1","3","1","1","1","1","1","2" in this case. Could you verify if your y values are integers?

answered