The problem is that my line is not continue. Since I have multiple series, I need to put a value for all series at each date if I don't want my line to drop to 0 everytime there is no value. So I'm putting "null" as value, but then, it's making my line discontinue.
Does someone know how to prevent my line to go to 0 and to be discontinue ?
Also, if someone has a tip to round my yAxis display values, I would be glad
I'll post the code tomorrow, maybe it could help. But I think that it's a "normal" charts behavior that series should have a value for each X-Axis record.
Maybe I need to find the code that rely 2 points to avoid my serie to go to 0 or null if there is no data, and find the next record with a value...
How did you achieve multiple axes one on the left and one on the right with ExtJS Charts? Can you give me an example. I'm trying to get 2 y-axis with line chart and not very successful.