vixony commented on issue #9121: URL: https://github.com/apache/echarts/issues/9121#issuecomment-2257652507
确实如此,已通过调整oclh的顺序优化了效果,完美解决  > 找到问题了。。。我的问题; @Ovilia @pissang 文档中有这样的配置说明:series里面: dimensions: ['date', 'open', 'close', 'highest', 'lowest'], encode: { x: 'date', y: ['open', 'close', 'highest', 'lowest'] } 其实k线图中的数据顺序应该是y: ['open', 'close', 'lowest', 'highest']; 因为低高顺序错误。。导致的; series[i]-candlestick.data[i].value Array -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
