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
3 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
0

Hi James,

 

I'm facing the same issue, if you found the solution then please share it here. 

answered
0

Hi James,

 

I found the solution.

 

when selecting other attribute than Number (integer, Long, etc.) you will face this issue.

 

So, Use Integer attribute for the y-axis can also be an AutoNumber, you will get the range from zero (0).

 

It worked for me, Hope your problem solved.

answered