yuxinburen / achartengine

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

Please allow Dates to be added in the XYSeries #340

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment XYSeries method add only accepts add(double, double). Why can't 
it accept add(java.util Date, double) similar to the TimeSeries.

The problem I experienced was I lost the dual y-axis plot (secondary Y-axis on 
the right hand side) if I use the TimeSeries add with (Date, double) values. If 
I use the XYSeries it allows me to do a dual y-axis plot but would not accept 
Dates in the X-axis.

I am using version 1.1.0

See screenshot for clarity

Original issue reported on code.google.com by aris.da...@gmail.com on 20 Aug 2013 at 10:22

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 1 Nov 2013 at 7:57