mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 01:10:08 +00:00
增加PolarChart极坐标图表
This commit is contained in:
@@ -127,5 +127,12 @@ namespace XCharts
|
||||
{
|
||||
AddChart<RingChart>("RingChart");
|
||||
}
|
||||
|
||||
[MenuItem("XCharts/PolarChart", priority = 52)]
|
||||
[MenuItem("GameObject/XCharts/PolarChart", priority = 52)]
|
||||
public static void AddPolarChart()
|
||||
{
|
||||
AddChart<PolarChart>("PolarChart");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user