mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 18:00:26 +00:00
[bug][pie] fix piechart create error with code (#206)
This commit is contained in:
@@ -272,7 +272,7 @@ namespace XCharts
|
||||
list.Add(value);
|
||||
value += tick;
|
||||
|
||||
if (list.Count > 20)
|
||||
if (list.Count > 100)
|
||||
break;
|
||||
}
|
||||
if (!ChartHelper.IsEquals(axis.context.maxValue, list[list.Count - 1]))
|
||||
|
||||
Reference in New Issue
Block a user