重构代码,整理图例和数据来源

This commit is contained in:
monitor1394
2019-03-16 07:24:21 +08:00
parent 539468903d
commit e62a3775eb
12 changed files with 93 additions and 22172 deletions

View File

@@ -194,7 +194,7 @@ namespace xcharts
List<Vector3> pointList = new List<Vector3>();
for (int j = 0; j < dataList.Count; j++)
{
var radius = radarInfo.radius * dataList[j].value / max;
var radius = radarInfo.radius * dataList[j] / max;
var currAngle = j * angle;
if (j == 0)
{