i'm trying display dynamic stockchart push-data, unfortunately reason chart displays open-values of data-array, problematic push-values since close-values pushed. there way avoid that?
you have chart series set type 'line'. line going show 1 value.
change type 'ohlc'
http://jsfiddle.net/jlbriggs/lakbq/2/
type: 'ohlc',
Comments
Post a Comment