Search code examples
androidchartsbar-chartandroid-graphview

Is that possible to create negative bar chart using GraphView library in Android?


I'm looking library that allow to build bar charts with negative values like on picture below. I tried already AndroidPlot(impossible to achieve this on version 0.6.0) and GraphView(look like impossible, actually i get same result as in AndroidPlot) Greatly appreciate any help.

Bar chart with negative values


Solution

  • It is impossible via GraphView library but possible using AChartEngine library.