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 multiple BarDataSet #449

Closed
adelumban opened this issue Mar 19, 2015 · 18 comments
Closed

CombinedChart multiple BarDataSet #449

adelumban opened this issue Mar 19, 2015 · 18 comments
Labels
bug confirmed bugs or otherwise incorrect behavior

Comments

@adelumban
Copy link

Hi @PhilJay

I'm Trying to use combine chart with multiple bars and line graph
I was expecting to get similar result with the image below, where the multiple bar in one month with line graph on it.

multiplebar with linegraph

But when I was able to render it shows me the image below

device_multiplebar_line

Is there a way to do this correctly? thank you in advance and thank you for this wonderful library.

@PhilJay
Copy link
Owner

PhilJay commented Mar 24, 2015

Yep, grouped bar-datasets are not yet supported for combined charts. I'm working on a solution.

@PhilJay PhilJay added the bug confirmed bugs or otherwise incorrect behavior label Mar 24, 2015
@trungnguyen1791
Copy link

I have same problems. Did u get a solution for this ? @PhilJay

@irkasper
Copy link

irkasper commented Jul 9, 2015

i have same problem too
please help me
can you say when this bug will be fixed?

@liuxuan30
Copy link

Any update? iOS portion has this request too.

@genemars
Copy link

genemars commented Oct 9, 2015

Any news or details about how to fix this? Thanks for this great library.

@joshfriend
Copy link
Contributor

There is a fix in progress for the iOS charts version: ChartsOrg/Charts#269

@liuxuan30 made a commit to that branch yesterday and seems to be saying that it is mostly complete. I suspect that porting it to Java wouldn't be terribly difficult.

@liuxuan30
Copy link

@joshfriend It has been a while since I made the PR :-) and being used in my project so far.

My work proposed one solution, and may not be the best, because it solved my problem but also introduced more complexity. I just want to start a discussion about it, because multiple bars support seems important to lots of people.

Porting is absolutely not difficult, the idea is quite straightforward. Only what's the best way to do it matters.

@muhammad-naderi
Copy link

@PhilJay ...
Any update on this bug ?!

@ghost
Copy link

ghost commented Dec 28, 2015

Any solution or workaround found? Any update?

@PhilJay PhilJay changed the title CombinedChart CombinedChart multiple BarDataSet Feb 10, 2016
@bmbariah
Copy link

Was this issue fixed?

@AndreasIgelCC
Copy link

Not working yet. In iOS Charts they are working for a solution (ChartsOrg/Charts#269). What about MPAndroidChart? Does anyone have a solution yet?

@PhilJay
Copy link
Owner

PhilJay commented Mar 29, 2016

I am on this issue, it's on top of my list.
However, it's quite complex and needs some design beforehand.

@liuxuan30
Copy link

@PhilJay how do you want to do it? Having reviewed my PR yet?

@aftabahmed1286
Copy link

@PhilJay Can you share some status on this?

@PhilJay
Copy link
Owner

PhilJay commented Jun 10, 2016

The new v3.0.0 of the library which will be released within the next few weeks will include this feature, so I will close this issue now.

Best regards,
Phil

@PhilJay PhilJay closed this as completed Jun 10, 2016
@meshileya
Copy link

meshileya commented Jul 28, 2018

Hello all, don't really know how I can go about this type of graph attached below @PhilJay 68747470733a2f2f7261772e6769746875622e636f6d2f5068696c4a61792f4d5043686172742f6d61737465722f73637265656e73686f74732f636f6d62696e65645f63686172742e706e67 in the CombinedData. I have gone through the sample code to see the way it was actually implemented, wherein I can have multiple bardatasets. If i actually just want to have a single BarDataSet, it is actually not displaying well.
This is what i am actually having.
5970700806936669779

Any assistance will really be appreciated, on how to represent it just like we have on the image above.

@jitsm555
Copy link

jitsm555 commented Oct 26, 2019

@PhilJay : I also not able to find any code/hint for to generate above screenshot like combine chart. Can you please help us to resolve this issue?

@jitsm555
Copy link

@meshileya : Have you found any solution for combined graph? I also needed it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug confirmed bugs or otherwise incorrect behavior
Projects
None yet
Development

No branches or pull requests