mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 02:10:16 +00:00
增加运行时和非运行时参数变更自动刷新图表
This commit is contained in:
@@ -72,7 +72,6 @@ namespace XChartsDemo
|
||||
var charts = transform.GetComponentsInChildren<BaseChart>();
|
||||
foreach (var chart in charts)
|
||||
{
|
||||
chart.themeInfo.defaultLegendTextColor = ThemeInfo.GetColor("#514D4D");
|
||||
chart.legend.itemWidth = 20f;
|
||||
chart.legend.itemHeight = 10f;
|
||||
chart.legend.textStyle.fontSize = 16;
|
||||
|
||||
Reference in New Issue
Block a user