chartjs-plugin-streaming icon indicating copy to clipboard operation
chartjs-plugin-streaming copied to clipboard

yaxis ticks are randomized rather strict values.

Open mesameen opened this issue 5 years ago • 1 comments

Thanks for a very useful plugin.

yaxis ticks are randomized rather strict values. yAxes: [{ ticks: { display: true, beginsAtZero: true, steps: 10, max: 100 },] Even though, while loading above settings are clear having yaxis values are 0,10,20,30...100. with in seconds those values are randomized(but not changing along with dataset updated values). My problem is, due to that I may end up yaxis values are like 60, 68, 70, 75, .... 99(per suppose) so my dataset y positions again randomized and getting some are getting values like 30, 70, 35 etc. so 30,35 kind of values are not visible in plot. Could you suggest any solution for it.

Thanks, Sandeep

mesameen avatar Feb 20 '19 10:02 mesameen

Can you share your working code using CodePen or JSFiddle?

nagix avatar Feb 21 '19 03:02 nagix