You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set pie chart label.style.fill = 'red',set position = 'inside' or 'inside-center' as the same time.
Current Behavior
The style.fill configuration of pie chart label takes effect when the position is 'outside', 'inside-inner' and 'inside-outer', but it does not take effect when it is 'inside' and 'inside-center'.
Expected Behavior
position = 'inside' or 'inside-center' has the same result
@hurricane1998 The labels inside the graphics will by default enable smart invert of colors.
You can disable it by setting label.smartInvert: false, then the color will be exactly same as what you set
Version
1.13.7
Link to Minimal Reproduction
https://visactor.io/vchart/demo/pie-chart/basic-pie?keyword=pieChart
Steps to Reproduce
set pie chart label.style.fill = 'red',set position = 'inside' or 'inside-center' as the same time.
Current Behavior
The style.fill configuration of pie chart label takes effect when the position is 'outside', 'inside-inner' and 'inside-outer', but it does not take effect when it is 'inside' and 'inside-center'.
Expected Behavior
position = 'inside' or 'inside-center' has the same result
Environment
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: