timsort.js:443 Uncaught Error: at mergeLow
See original GitHub issueI get this error that breaks the tooltip and axis pointers:
timsort.js:443 Uncaught Error
at mergeLow (timsort.js:443)
at mergeAt (timsort.js:302)
at TimSort.forceMergeRuns (timsort.js:268)
at sort (timsort.js:671)
at Storage.updateDisplayList (Storage.js:95)
at Storage.getDisplayList (Storage.js:70)
at Painter.refresh (Painter.js:263)
at ZRender.refreshImmediately (zrender.js:220)
at ZRender.flush (zrender.js:245)
at Object.update (util.js:390)
mergeLow @ timsort.js:443
mergeAt @ timsort.js:302
forceMergeRuns @ timsort.js:268
sort @ timsort.js:671
updateDisplayList @ Storage.js:95
getDisplayList @ Storage.js:70
refresh @ Painter.js:263
refreshImmediately @ zrender.js:220
flush @ zrender.js:245
(anonymous) @ util.js:390
_update @ Animation.js:156
step @ Animation.js:170
requestAnimationFrame (async)
step @ Animation.js:168
requestAnimationFrame (async)
step @ Animation.js:168
requestAnimationFrame (async)
step @ Animation.js:168
requestAnimationFrame (async)
...
I’m using time
as axis type. It seems to only happen when I zoom in very close.
Version & Environment [版本及环境]
- ECharts version [ECharts 版本]:
latest
- Browser version [浏览器类型和版本]: Chrome
latest
- OS Version [操作系统类型和版本]: Mac
latest
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:8 (1 by maintainers)
Top Results From Across the Web
timsort.js:443 Uncaught Error: at mergeLow #7003 - GitHub
I get this error that breaks the tooltip and axis pointers: timsort.js:443 Uncaught Error at mergeLow (timsort.js:443) at mergeAt ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@roblav96 I have faced the same issue. I’ve resolved the issue by explicit assigning the
z
option for each chart series.This issue has been automatically closed because it did not have recent activity. If this remains to be a problem with the latest version of Apache ECharts, please open a new issue and link this to it. Thanks!