hello,
here is my problem : http://jsfiddle.net/ouw8utLm/2/
Description :
when you use 2 or more data series, the order of the x(label) is not always the same, as you can see in this exemple, the first x = 10 and the second x=20 so the graph display the result of the x=10 and x=20 in the same place i=0 and this is not correct.
What should be the right result ?:
As the first dataseries is created first, the second data series should navigate trough the first serie and find the correspondant x, but there is a new problem the show-up here, if the 2end serie contain some elements that the first doesn’t have? what should we do( see it in a générique perspective, cause the x could be a lable or a date or…)
Thanks for your awesome support :)
-
This topic was modified 8 years, 7 months ago by jarode.