mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 01:10:08 +00:00
重构代码,整理图例和数据来源
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user