mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-14 20:00:09 +00:00
优化Label显示体验
This commit is contained in:
@@ -555,7 +555,7 @@ namespace XCharts.Runtime
|
||||
{
|
||||
var label = ChartHelper.AddChartLabel(name, parent, labelStyle, theme.tooltip,
|
||||
"", Color.clear, alignment);
|
||||
label.SetActive(tooltip.show && labelStyle.show);
|
||||
label.SetActive(tooltip.show && labelStyle.show, true);
|
||||
return label;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user