yuxinburen / achartengine

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

value added to timeseries is not sorted #211

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. add value to time1
2. add value to time2(time2 is later than time1)
3. add value to time3 (time 3 is earlier than time2)

What is the expected output? What do you see instead?
expected: see a line drawn from time3->time2 ->time1
actual result: line is drawn from time1->time2->time3

Please provide a source code snippet that we can use to replicate the issue.

What version of the product binary library are you using?
achartengine-0.7.0

Please provide any additional information below.

Original issue reported on code.google.com by jroi...@gmail.com on 14 Apr 2012 at 4:44

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 12 May 2012 at 11:34