Reputation: 1024
I am working on an android application in which i am using AChartEngine as Charting Library. It provides Stacked Bar Chart (Vertical Bars) in Demo and i want it to convert to Stacked 100 Bar Chart (Vertical Bars). How can it be achieved?
Upvotes: 0
Views: 397
Reputation: 32391
AChartEngine doesn't provide a Stacked 100 bar charts feature out of the box.
However, you can push the data to it such as you get to the needed look. The idea is that the last series that you add will have to have all the values equal to the maximum value.
Upvotes: 1