echarts icon indicating copy to clipboard operation
echarts copied to clipboard

[Bug] type custom 绘制矩形,数据量大时缩放时会出现颜色变淡,甚至没有颜色的情况

Open tantan1 opened this issue 1 year ago • 1 comments

Version

5.4

Link to Minimal Reproduction

none

Steps to Reproduce

type custom 绘制矩形,数据量大时缩放时会出现颜色变淡,甚至没有颜色的情况

Current Behavior

type custom 绘制矩形,数据量大时缩放时会出现颜色变淡,甚至没有颜色的情况

Expected Behavior

type custom 绘制矩形,不管多少数据颜色不要变淡

Environment

- OS:win10
- Browser: electron 8.5
- Framework: vue

Any additional comments?

No response

tantan1 avatar Apr 30 '24 02:04 tantan1

@tantan1 It seems you are not using English, I've helped translate the content automatically. To make your issue understood by more people and get helped, we'd like to suggest using English next time. 🤗

TRANSLATED

TITLE

[Bug] type custom draws a rectangle, and when the amount of data is large, the color will fade when zooming, or even no color

echarts-bot[bot] avatar Apr 30 '24 02:04 echarts-bot[bot]

When large data zooms, the rect width will reduce less than 1 pixel, so it fades, we can set the rect width 1 piexl at least, it will show.

tantan1 avatar May 05 '24 09:05 tantan1