1

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?

Community
  • 1
  • 1
Zero
  • 728
  • 1
  • 7
  • 15

1 Answers1

1

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.

Zero
  • 728
  • 1
  • 7
  • 15