VChart icon indicating copy to clipboard operation
VChart copied to clipboard

[Bug] If use inside-inner, your default color modify to black when strokeOpacity > 0 (PieChart)

Open Bunnyton opened this issue 2 months ago • 0 comments

Version

2.0.*

Link to Minimal Reproduction

https://www.visactor.com/vchart/playground?specId=8177993264&timestamp=1760808452015&version=2.0.0&theme=light

Steps to Reproduce

label: { visible: true, formatter: '{percent}%', position: 'inside-inner', // offsetRadius: 25, rotate: false, line: { visible: true }, style: { backgroundOpacity: 0, fillOpacity: 1, lineWidth: 3, strokeOpacity: 1, stroke: '#ffffff', fontSize: 14, fontWeight: 'bold', // dy: 20, // dx: -10 } },

Current Behavior

mark as black

Expected Behavior

mark as segment colors

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

Bunnyton avatar Oct 18 '25 17:10 Bunnyton