Hello.
I have a table with 2 columns: Value and Date. The data is something like that:
2 | 2008-01-02
9 | 2008-01-05
4 | 2008-01-06
8 | 2008-01-07
As you see the entries are added to the db sometimes each day sometimes in a few days.
I have noticed that in the examples all values (sets) given by xml have same x-scale step for example: 1 day or 1 month or 1 hour. I do not have the data like that. How can i display the values? Theoretically i should have a gap between 2008-01-02 and 2008-01-05 which is 3 times larger than 2008-01-05 to 2008-01-06.
Also how do i make it so the y-axis goes from 100 to 1 and not from 1 to 100?
Thank you
Dmitriy