Here is a short, but maybe tough, issue that I have:
I am useing stepped charts, and in some cases, I would need to have a step drawned before the first point of my timeseries.
Here is an example:
I have the following time series:
1:00 ; 12
2:00 ; 10
3:00 ; 10
this creates steps from 1:00 to 2:00, 2:00 to 3:00, and 3:00 to 4:00
How can I create one from 0:00 to 1:00, without creating a "dummy" value, as I do not it to be clickeable?
Thank you very much for your wise advices
