Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Shadow properties like shadowBlur removes the line on the SVG graph #17506

Open
JeromeDeLeon opened this issue Aug 12, 2022 · 1 comment · May be fixed by ecomfe/zrender#792
Open

[Bug] Shadow properties like shadowBlur removes the line on the SVG graph #17506

JeromeDeLeon opened this issue Aug 12, 2022 · 1 comment · May be fixed by ecomfe/zrender#792
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature. SVG
Milestone

Comments

@JeromeDeLeon
Copy link

JeromeDeLeon commented Aug 12, 2022

Version

5.2.2

Link to Minimal Reproduction

https://codesandbox.io/s/smoothed-line-chart-forked-fsv8pp?file=/index.js

Steps to Reproduce

  1. Open the link to minimal reproduction
  2. See the comment there

Current Behavior

The SVG graph hides the line when the series.data have all the same value and when it has shadow* properties like shadowBlur

Expected Behavior

The SVG graph should display the line when the series.data have all the same value and when it has shadow* properties like shadowBlur

Environment

- OS: Windows 10
- Browser: MS Edge 104.0.1293.47

Any additional comments?

It works when using the canvas as the renderer

@echarts-bot echarts-bot bot added en This issue is in English pending We are not sure about whether this is a bug/new feature. labels Aug 12, 2022
@plainheart plainheart added the SVG label Aug 12, 2022
@plainheart
Copy link
Member

This is a known issue. See also ecomfe/zrender#792

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature. SVG
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants