Version
5.4.0
Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=bubble-gradient
Steps to Reproduce
- add RadialGradient background
option = {
backgroundColor: new echarts.graphic.RadialGradient(0.3, 0.3, 0.8, [
{
offset: 0,
color: '#f7f8fa'
},
{
offset: 1,
color: '#cdd0d5'
}
]),
}
- use svg render
- result
Current Behavior

Expected Behavior

Environment
- OS:macOS Monterey
- Browser:Chrome 96.0.4664.55
- Framework:no
Any additional comments?
No response
Version
5.4.0
Link to Minimal Reproduction
https://echarts.apache.org/examples/zh/editor.html?c=bubble-gradient
Steps to Reproduce
Current Behavior
Expected Behavior
Environment
Any additional comments?
No response