-
Notifications
You must be signed in to change notification settings - Fork 19.6k
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
svg方式渲染折线图时,当数据源的所有数据值相同时,阴影失效,且影响了线条的展示 #12614
Comments
Hi! We've received your issue and please be patient to get responded. 🎉 In the meanwhile, please make sure that you have posted enough image to demo your request. You may also check out the API and chart option to get the answer. If you don't get helped for a long time (over a week) or have an urgent question to ask, you may also send an email to [email protected]. Please attach the issue link if it's a technical questions. If you are interested in the project, you may also subscribe our mail list. Have a nice day! 🍵 |
Thanks for reporting. Seems to be a bug. |
Same issue at version 5.2.2, is there any solution to fix it? |
This comment has been minimized.
This comment has been minimized.
I changed the renderer method to canvas to fixed this issue. |
Yes. This is an issue related to SVG. We will look into it in ecomfe/zrender#792. |
This issue has been automatically marked as stale because it did not have recent activity. It will be closed in 7 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this issue. |
这是来自QQ邮箱的自动回复邮件。您好,您的邮件我已收到 ——刘慧
|
Version
4.7.0
Reproduction link
https://codesandbox.io/s/beautiful-currying-esdpl?file=/src/App.js
Steps to reproduce
打开之后无需操作 直接看到现象
shadowBlur: 20,
shadowOffsetX: 20,
shadowOffsetY: 20
}
What is expected?
能有一条可见的线条
What is actually happening?
只展示出折线拐点标志,线条没有颜色
必要条件是:
1、数据源的所有值一定都要相同
2、lineStyle增加阴影属性
线条的path标签里有style="filter: url("#zr2322-shadow-0");" 导致问题出现
The text was updated successfully, but these errors were encountered: