Reputation: 738
I am trying to get an amortization schedule chart like this done using Achartengine in an Android app.
Just read through this post after spending a couple of weeks using this charting library. If what I understand is correct, Achartengine stacked bar chart is actually superimposed bar chart. Or is there some other setting I should use to make it work like Highcharts stacked bar chart?
Upvotes: 1
Views: 264
Reputation: 738
I ended up tweaking my math to fit the way achartengine "stacked bar chart" works. In this case, I plotted the Principal and the Total (Principal + Interest) amounts series instead of Principal and Interest amounts. Hope this helps others.
Upvotes: 1