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
谢谢
原来 JSON 需要首先有最小的数字
所以像这样的数据值
[1517443200000,123808,101168]
应该
[1517443200000,101168,123808]