mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-17 14:00:12 +00:00
增加雷达图radar
This commit is contained in:
@@ -23,16 +23,6 @@ namespace xcharts
|
||||
public float top;
|
||||
public float bottom;
|
||||
public List<PieData> dataList;
|
||||
|
||||
public float GetDataTotal()
|
||||
{
|
||||
float total = 0;
|
||||
foreach(var d in dataList)
|
||||
{
|
||||
total += d.value;
|
||||
}
|
||||
return total;
|
||||
}
|
||||
}
|
||||
|
||||
public class PieChart : BaseChart
|
||||
|
||||
Reference in New Issue
Block a user