Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
http://jsfiddle.net/Sq9SL/2/
おそらく、Json データに問題があり、列がなくなっていると思います。
Can someone help me identity what the problem is please
ありがとうございました
Turns out that the JSON needs to have the smallest number first
so a data value like
[1517443200000,123808,101168]
should be
[1517443200000,101168,123808]