echarts [Bug] When the number of points is more than 5000, zlevel and tooltip axispointer will cause the chart to render only partially

guz6ccqo  于 2022-10-26  发布在  Echarts
关注(0)|答案(1)|浏览(232)

Version

4.9.0

  • No response*

Steps to Reproduce

  1. The number of guarantee points is more than 5000
  2. Set zlevel in series to 1 (other levels are not tested)
  3. Set tooltip in option just like:
    tooltip: {
    trigger: "item",
    axisPointer: {
    type: "cross",
    },
    }

Current Behavior

When the mouse moves in or out of canvas,About half of all points do not show that the point x is larger than 1/2 X axis

Expected Behavior

All points are displayed

Environment

- OS:Windows 10 企业版 21H2
- Browser: Google Chrome 98.0.4758.102 64byte
- Framework: pure html

Any additional comments?

  • No response*
kknvjkwl

kknvjkwl1#

It may be related to progressiveThreshold.

相关问题