Chart with 2 lines and not the same numbers of data

Hi,

I would like to know if it is possible to display a chart with 2 lines when the second one has not the same numbers of data.

I tried with this json (but that doesn’t work).

var data = [ { value1:3.8, value2:4, time:"2001" }, { value1:3.4, value2:5, time:"2002" }, { value1:4.8, time:"2009" } ];

Alexandra, any help ? Any Clue ?

Hi,

The last item won’t be displaied for the second in this case. Please attach the complete demo. And explain the desired behaviour.