修复饼图添加数据时Label异常的问题

This commit is contained in:
monitor1394
2019-11-09 16:34:16 +08:00
parent ff4f682a7b
commit af5a7bfc59
3 changed files with 10 additions and 1 deletions

View File

@@ -461,6 +461,7 @@ namespace XCharts
/// 饼图的数据项之和
/// </summary>
public float runtimePieDataTotal { get; internal set; }
internal int runtimeLastCheckDataCount { get; set; }
internal List<Vector3> GetUpSmoothList(int dataIndex, int size = 100)
{