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.
我正在尝试显示带有推送数据的动态股票图表,但不幸的是,由于某种原因,该图表仅显示数据数组的开盘值,这对于推送值是有问题的,因为只有收盘值被推送。有没有办法避免这种情况?
您将图表系列设置为“线”类型。一条线只会显示一个值。
将类型更改为“ohlc”
http://jsfiddle.net/jlbriggs/LaKBQ/2/
type: 'ohlc',