NikhithaTarala / achartengine

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

Custom text labels and vector chart #216

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I have two suggestion of the library

1. Let users to add custom text labels next to the chart values.
2. Add Vector chart for wind direction.

Original issue reported on code.google.com by bekson...@o2.pl on 28 May 2012 at 7:39

GoogleCodeExporter commented 8 years ago
Isn't the dial chart appropriate for displaying wind direction?

Original comment by dandrome...@gmail.com on 16 Jun 2012 at 2:03

GoogleCodeExporter commented 8 years ago
I think custom labels for chart values is a very good idea. For appending a 
string value (for example, appending '°F' for temperatures) or replacing a 
chart value  (for example, replacing zero values in instances where no data 
exists with 'N/A' or '--' or whatever you want.)

Original comment by MikeSawi...@gmail.com on 17 Jun 2012 at 3:04

GoogleCodeExporter commented 8 years ago
Issue 227 has been merged into this issue.

Original comment by dandrome...@gmail.com on 11 Jul 2012 at 11:04

GoogleCodeExporter commented 8 years ago
Custom annotations support has been added in SVN. In order to add annotations, 
do something like this:

series.addAnnotation("Vacation", 6, 30);

Original comment by dandrome...@gmail.com on 10 Jan 2013 at 6:30

GoogleCodeExporter commented 8 years ago
Is that a fix? Won't scrolling break your axis look?

Original comment by Laurens....@gmail.com on 11 Dec 2014 at 3:26