1

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.

enter image description here

Is it possible to plot like that. If possible then can you give a small footprint.

Thank you.

Community
  • 1
  • 1
Shantanu Banerjee
  • 1,417
  • 6
  • 31
  • 51

1 Answers1

2

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.

Dan D.
  • 32,246
  • 5
  • 63
  • 79