VisActor / VChart

VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
https://www.visactor.io/vchart
MIT License
1.01k stars 72 forks source link

[Bug] Remove the cornerRadius from bar.style,barchart's rounded corner style isn't updated. #3372

Closed pairone closed 3 weeks ago

pairone commented 3 weeks ago

Version

@visactor/vchart : "1.12.2"

Link to Minimal Reproduction

null

Steps to Reproduce

updateSpec问题.txt

bar.style 去除cornerRadius,柱状图圆角样式未更新为无圆角

Current Behavior

https://github.com/user-attachments/assets/5aa0800c-ca27-4026-ac46-7a723d283ecb

Expected Behavior

柱状图更新为无圆角样式

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

xiaoluoHe commented 3 weeks ago

问题定位:updateSpec 中 的 subSeries,并没有设置 cornerRadius: 0

问题解析:

youngwinds commented 3 weeks ago

问题定位:updateSpec 中 的 subSeries,并没有设置 cornerRadius: 0

Get