Version
6.0.0
Link to Minimal Reproduction
Example
Steps to Reproduce
open Chrome DevTools to see error
Current Behavior
candlestick.encode allows multiple values to be associated with the X axis. Even the example is with x: [3, 1, 5],. This means the candlestick should be shown horizontally.
Generates a Null Pointer Exception (NPE) TypeError: Cannot read properties of undefined (reading 'sign') on line
|
const sign = data.getItemLayout(dataIndex).sign; |
Expected Behavior
horizontal candlesticks
Environment
- OS:
- Browser: Chrome
- Framework: JS
Any additional comments?
probably very low priority, but still a bug to be reported
Version
6.0.0
Link to Minimal Reproduction
Example
Steps to Reproduce
open Chrome DevTools to see error
Current Behavior
candlestick.encode allows multiple values to be associated with the X axis. Even the example is with
x: [3, 1, 5],. This means the candlestick should be shown horizontally.Generates a Null Pointer Exception (NPE) TypeError: Cannot read properties of undefined (reading 'sign') on line
echarts/src/chart/candlestick/candlestickVisual.ts
Line 68 in 6b82c48
Expected Behavior
horizontal candlesticks
Environment
Any additional comments?
probably very low priority, but still a bug to be reported