Search code examples
androidgraphstacked-area-chartandroid-graphview

A stacked bar graph in android in simplest way in android


i want to make a stacked graph as shown below image in android without using AchartEngine

enter image description here

enter image description here


Solution

  • If you are uncomfotable with AchartEngine then, you can use Use charts4j

    charts4j is a chart API for Java that developers can use in their Java code to programmatically generate nearly all the charts available in Google Chart Tools.

    You can also check here.

    Hope this helps..