question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

timsort.js:443 Uncaught Error: at mergeLow

See original GitHub issue

bug I 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:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
phucpntcommented, Jan 2, 2019

@roblav96 I have faced the same issue. I’ve resolved the issue by explicit assigning the z option for each chart series.

0reactions
github-actions[bot]commented, Sep 10, 2021

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found