You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One-line summary [问题简述]
encode options doesn't work properly for chart type 'candlestick' with dataset with multiple dimensions.
Version & Environment [版本及环境]
ECharts version: 4.0.2 (latest)
Browser version: Chrome Version 63.0.3239.132
Expected behaviour
given a dimension list of ["date","open","high","low","close","volume","haOpen","haHigh","haLow","haClose","sma9"]
i would like to construct series with my choice of dimensions in encode, for example y: ["haOpen","haClose","haLow","haHigh"]. Note that my dataset is using the OHLC notation (open, high, low, close) and echarts needs open, close, low, high.
One-line summary [问题简述]
encode options doesn't work properly for chart type 'candlestick' with dataset with multiple dimensions.
Version & Environment [版本及环境]
ECharts version: 4.0.2 (latest)
Browser version: Chrome Version 63.0.3239.132
Expected behaviour
given a dimension list of ["date","open","high","low","close","volume","haOpen","haHigh","haLow","haClose","sma9"]
i would like to construct series with my choice of dimensions in encode, for example y: ["haOpen","haClose","haLow","haHigh"]. Note that my dataset is using the OHLC notation (open, high, low, close) and echarts needs open, close, low, high.
ECharts option [ECharts配置项]
Other comments [其他信息]
i've created a jsfiddle example for my configuration:
https://jsfiddle.net/v7d5ahdb/1/
The text was updated successfully, but these errors were encountered: