mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-23 17:30:10 +00:00
增加对自定义Chart的支持
This commit is contained in:
@@ -56,7 +56,7 @@ namespace XCharts
|
||||
return name;
|
||||
}
|
||||
|
||||
private static void AddChart<T>(string chartName) where T : BaseChart
|
||||
public static void AddChart<T>(string chartName) where T : BaseChart
|
||||
{
|
||||
var parent = GetParent();
|
||||
if (parent == null) return;
|
||||
|
||||
Reference in New Issue
Block a user