mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-21 07:50:16 +00:00
调整UI组件相关代码
This commit is contained in:
@@ -73,7 +73,7 @@ namespace XCharts.Editor
|
||||
return chart;
|
||||
}
|
||||
|
||||
public static T AddGraph<T>(string graphName) where T : BaseGraph
|
||||
public static T AddGraph<T>(string graphName) where T : Graphic
|
||||
{
|
||||
var parent = GetParent();
|
||||
if (parent == null) return null;
|
||||
|
||||
Reference in New Issue
Block a user