mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 02:10:16 +00:00
增加GridLayout网格布局组件
This commit is contained in:
@@ -193,7 +193,7 @@ namespace XCharts.Runtime
|
||||
private void UpdateRuntimeData()
|
||||
{
|
||||
var data = serie.data;
|
||||
SerieHelper.UpdateCenter(serie, chart.chartPosition, chart.chartWidth, chart.chartHeight);
|
||||
SerieHelper.UpdateCenter(serie, chart);
|
||||
var ringWidth = serie.context.outsideRadius - serie.context.insideRadius;
|
||||
for (int j = 0; j < data.Count; j++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user