[Bug] Shadow properties like shadowBlur
removes the line on the SVG graph
#17506
Labels
Milestone
shadowBlur
removes the line on the SVG graph
#17506
Version
5.2.2
Link to Minimal Reproduction
https://codesandbox.io/s/smoothed-line-chart-forked-fsv8pp?file=/index.js
Steps to Reproduce
Current Behavior
The SVG graph hides the line when the
series.data
have all the same value and when it hasshadow*
properties likeshadowBlur
Expected Behavior
The SVG graph should display the line when the
series.data
have all the same value and when it hasshadow*
properties likeshadowBlur
Environment
Any additional comments?
It works when using the canvas as the renderer
The text was updated successfully, but these errors were encountered: