-
-
Notifications
You must be signed in to change notification settings - Fork 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
Marker behind line limit #867
Comments
I checked the code, |
Ok I looked into it more and I think the issue is on our custom BarChart class. We have implemented the limit line on drawRect // after render chart, render limit line again
If I remove this the marker appears on top of the line but the left axis value doesn't show up (7,000) |
in your custom bar chart class, usually you don't have to change drawRect, just override the drawing functions. I think this can be closed since you find the root cause. |
Hi Daniel,
I'm working on loading multiple charts with different datasets. Most of the charts have a line limit and marker called on each data point. For some reason my marker is being drawn behind the line. Any thoughts?
The text was updated successfully, but these errors were encountered: