VChart
VChart copied to clipboard
[Bug] If use inside-inner, your default color modify to black when strokeOpacity > 0 (PieChart)
Version
2.0.*
Link to Minimal Reproduction
https://www.visactor.com/vchart/playground?specId=8177993264×tamp=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