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
雷达图没有自动显示提示框,且浏览器控制台报错:
Uncaught TypeError: Cannot read property 'dataToCoord' of undefined
at Radar.dataToPoint (Radar.js:64)
at findPointFromSeries (findPointFromSeries.js:32)
at ExtendedClass.manuallyShowTip (TooltipView.js:188)
at callView (echarts.js:875)
at ECharts. (echarts.js:869)
at Array.forEach ()
at each$1 (util.js:284)
at ExtendedClass.eachComponent (Global.js:447)
at updateDirectly (echarts.js:868)
at ECharts. (echarts.js:1052)
The text was updated successfully, but these errors were encountered:
Hi! We've received your issue and please be patient to get responded. 🎉
The average response time is expected to be within one day for weekdays.
In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer.
If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to dev@echarts.apache.org. Please attach the issue link if it's a technical questions.
If you are interested in the project, you may also subscribe our mail list.
Version
4.4.0-rc.1
Steps to reproduce
使用官方雷达图示例https://www.echartsjs.com/examples/zh/editor.html?c=radar
添加定时器让其自动showTip(自动轮播显示提示框),运行到showTip就会报错,主要代码如下:
What is expected?
雷达图按定时器设置而自动showTip(显示提示框)
What is actually happening?
雷达图没有自动显示提示框,且浏览器控制台报错:
Uncaught TypeError: Cannot read property 'dataToCoord' of undefined
at Radar.dataToPoint (Radar.js:64)
at findPointFromSeries (findPointFromSeries.js:32)
at ExtendedClass.manuallyShowTip (TooltipView.js:188)
at callView (echarts.js:875)
at ECharts. (echarts.js:869)
at Array.forEach ()
at each$1 (util.js:284)
at ExtendedClass.eachComponent (Global.js:447)
at updateDirectly (echarts.js:868)
at ECharts. (echarts.js:1052)
The text was updated successfully, but these errors were encountered: