3.0 - ParallelChart

This commit is contained in:
monitor1394
2021-11-28 20:31:41 +08:00
parent 1b3fa7fb43
commit f39cddaa5e
28 changed files with 424 additions and 576 deletions

View File

@@ -153,6 +153,13 @@ namespace XCharts
AddChart<CandlestickChart>("CandlestickChart");
}
[MenuItem("XCharts/ParallelChart", priority = 55)]
[MenuItem("GameObject/XCharts/ParallelChart", priority = 55)]
public static void ParallelChart()
{
AddChart<ParallelChart>("ParallelChart");
}
[MenuItem("XCharts/Themes Reload")]
public static void ReloadTheme()
{