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
echarts.min.js:32 Uncaught (in promise) TypeError: Cannot read property 'sign' of undefined
at y.<anonymous> (echarts.min.js:32)
at y.x.each (echarts.min.js:11)
at echarts.min.js:32
at Array.forEach (<anonymous>)
at f (echarts.min.js:1)
at i.eachRawSeriesByType (echarts.min.js:26)
at Object.t.exports [as func] (echarts.min.js:32)
at echarts.min.js:1
at Array.forEach (<anonymous>)
Version & Environment [版本及环境]
ECharts version [ECharts 版本]: 3.6.2
Browser version [浏览器类型和版本]: chrome Version 59.0.3071.104
One-line summary [问题简述]
在一下特定场景需要插入空K线,最近更新了echarts版本后,发现如果第一个k线为空时报错;只要不是第一颗k线为空就没有问题,错误如下
Version & Environment [版本及环境]
Expected behaviour [期望结果]
第一颗空k线不报错,时间序列上存在,k线不存在,不画在图上,留下空白
ECharts option [ECharts配置项]
Other comments [其他信息]
第一个为空是已经报错,所以第一个k线没有消失;第5颗可以正常消失
The text was updated successfully, but these errors were encountered: