优化GaugeChart和RingChart的label初始化

This commit is contained in:
monitor1394
2020-04-24 12:34:20 +08:00
parent 9e3e569396
commit 6288666000
5 changed files with 42 additions and 1 deletions

View File

@@ -370,6 +370,7 @@ namespace XCharts
for (int i = 0; i < m_Series.Count; i++)
{
var serie = m_Series.list[i];
serie.UpdateCenter(chartWidth, chartHeight);
for (int j = 0; j < serie.data.Count; j++)
{
var serieData = serie.data[j];