Open biggates opened 1 year ago
This issue is labeled with difficulty: easy
.
@biggates Would you like to debug it by yourself? This is a quicker way to get your problem fixed. Or you may wait for the community to fix.
Please have a look at How to debug ECharts if you'd like to give a try. 🤓
@Ovilia hello, any chance of PR #18768 gets reviewed by anyone?
What problem does this feature solve?
Consider the following example (or via echarts examples):
As the above image shows, the shadow polyline in dataZoom slider does not reflect the correct "shape" (or "outline") of the actual data.
Update: this problem only occurs at specific dimensions, e.g. when
#chart-container
iswidth: 1480px
.The data in shadow is resampled here as
this._shadowPolygonPts
andthis._shadowPolylinePts
.This can be improved by applying
sampling
likelttb
.What does the proposed API look like?
in option:
or just