-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with equal values on the y axis #534
Comments
Same problem |
yep, have same problem, do we have any solumtion @lecho ? It's seems that here #455 it was fixed by @uCloudCastle, but for me it doesn't work, seems that problem is because of decimals... |
Hi guys, it's been a while since I was active in this repo. |
Hi, thank for your response, but this issue has been fixed here #455. |
Hello ... I don't know if it's a problem, but when I have equal Y-axis values on my line chart, it just doesn't show anything on the chart.
See example below
List values = new ArrayList();
values.add(new PointValue(0, 2));
values.add(new PointValue(1, 2));
values.add(new PointValue(2, 2));
values.add(new PointValue(3, 2));
The text was updated successfully, but these errors were encountered: