gorteganesh / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Feature request, Arbitrary X Axis #70

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When building bar charts it would be useful to not always have to express the X 
axis as a double.

The most common use case would be dates as the series, and the labels being 
something like "Thu, Fri, Sat, Sun, Mon, Tue, Wed, Thu, Fri" etc

Original issue reported on code.google.com by the.t...@gmail.com on 29 Mar 2011 at 12:19

GoogleCodeExporter commented 9 years ago
You can use renderer.addTextValue() for this.

Original comment by dandrome...@gmail.com on 30 Mar 2011 at 8:03