githubbub / achartengine

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

Custom chart values #291

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please provide a way to customise the values shown on top of the bars in a 
barchart.

I'm trying to show durations like "HH:mm" at the y axis and it would be nice to 
format unixtime to such a string.

Original issue reported on code.google.com by Schumann...@googlemail.com on 25 Mar 2013 at 11:14

GoogleCodeExporter commented 9 years ago
There is series.addAnnotation();

Original comment by dandrome...@gmail.com on 3 Apr 2013 at 3:47

GoogleCodeExporter commented 9 years ago
Thank you, couldn't find it in the Javadoc. Is it possible to set stuff like 
color and textsize to annotations?

Original comment by Schumann...@googlemail.com on 3 Apr 2013 at 6:14

GoogleCodeExporter commented 9 years ago
The color is the one you set to labels: mRenderer.getLabelsColor()
For the others, there is issue #280 opened.

Original comment by dandrome...@gmail.com on 3 Apr 2013 at 6:45