I am using MPAndroid chart library i want a stacked bar chart to generate Stacked bar chart. I am getting this.
But i want Like this
Any help will be highly Appreciated. Thanks in advance.
Related
M using MPAndroidChart library to draw grouped bar chart. I want to achieve customized graph as given in below image. Values of bars will display below its bar with different color same as bars. Is it possible? Any help with code will accepted.
I have been trying to create a bar chart in achartengine and I want the chart to look like this
The bars should have a background color. Is it possible to get this in achartengine?
Thanks In advance.
I want to create overlapped bar chart for my application. I know about stacked bar chart and sub column bar chart. but is it possible to implement the overlapped bar chart like present in the http://www.highcharts.com/demo/column-placement. I am using MpAndroidChart https://github.com/PhilJay/MPAndroidChart for generating stacked bar chart and sub column bar chart.
Is there a way to add a horizontal drag-able bar over the charts, graphs.
I am using MPAndroidChart.
The purpose of the bar is to add a limiter.
Pointing to an already asked question will also be appreciated. Thanks.
I am using achartengine to plot graph in android but there is difficulty with combining stacked bar and bar. I want this type of graph.
Is it possible to plot like that. If possible then can you give a small footprint.
Thank you.
You can get to that by building a stacked bar chart only. You don't need to combine a regular bar chart with a stacked bar chart.
There is also the new HEAP type of bar charts which is a stacked bar chart, but with every piece being appended to the previous piece of the bar rather than stacking them one above the other.