Skip to content
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

CombinedChart with grouped bars support #169

Closed
trungnguyen1791 opened this issue Jun 22, 2015 · 2 comments
Closed

CombinedChart with grouped bars support #169

trungnguyen1791 opened this issue Jun 22, 2015 · 2 comments
Labels

Comments

@trungnguyen1791
Copy link

Currently i'm using CombinedChart to generate lines and bars together.
With multi set of lines, it work fine. But multi set of bars, it doesn't.
For example:

  • I have Xvals array with 6 items, and i want to show two datasets of bar type. So it must render two individual bars for each Xvals value.
  • Unfortunately it only render 3 couples of them ( the first three items in XVals)
    screen shot 2015-06-22 at 5 27 28 pm

Can someone have same problems? How i can solve this?
Thanks.

@danielgindi
Copy link
Collaborator

This is a known bug: PhilJay/MPAndroidChart#449
It will hopefully be solved soon

@danielgindi danielgindi changed the title CombinedChart issue with two individual bars per Xvals CombinedChart with grouped bars support Feb 29, 2016
@danielgindi
Copy link
Collaborator

Solved in Charts 3.0 (v3 branch), as you tell the data to calculate the groups, and they render as standard bars - so they can go well with other data types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants