git-stf-01 commented on issue #9121: K线图表为什么会这样???!!!K线的阴阳烛空心问题。。
URL: 
https://github.com/apache/incubator-echarts/issues/9121#issuecomment-448880977
 
 
   找到问题了。。。我的问题;
   @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 GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to