-
-
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
CombinedChartView: Wrong positions of bars when using multiple Bar and Graph -Datasets #775
Comments
current combined chart view does not support multiple bars (grouped bars). I had a PR #269 for that, pending review and discussion. You can take a look at the PR and use it for some testing :) (I have been using it) BTW, I haven't update this PR for some time; if you encounter conflict or issues, let me know, I will try find some time to sync with master (maybe tomorrow if I had time). (it should not have many conflicts with master, since the data set changing should not impact combined chart rendering) |
you know what, I just synced my PR with master, had some conflicts to solve. Generally, there may have issues with highlighting if you need fine-grained control. Give a try with my branch https://github.com/liuxuan30/ios-charts/tree/GroupedBarsCombinedChart, I had a view controller in ChartsDemo that demonstrate the grouped bar support. |
Thx a lot! Worked as promised! |
np. be careful of highlighting if you use it |
need this |
Hi together,
its a real cool SDK. Unfortunately there is a bug when using the CombinedChartView and multiple Graph-Datasets with Bar-Datasets. Please could you help me?
I did the follwing:
The Result (bars not properly aligned with x-values):
If just using a BarChart and not a combinedChart, the bars are correct (but the graphs are missing):
The text was updated successfully, but these errors were encountered: