mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-25 02:10:16 +00:00
3.0
This commit is contained in:
@@ -263,9 +263,9 @@ namespace XCharts.Editor
|
||||
if (GUILayout.Button("Covert XY Axis"))
|
||||
m_Chart.CovertXYAxis(0);
|
||||
}
|
||||
if (GUILayout.Button("Reinit Component"))
|
||||
if (GUILayout.Button("Rebuild Chart Object"))
|
||||
{
|
||||
m_Chart.RemoveAndReinitChartObject();
|
||||
m_Chart.RebuildChartObject();
|
||||
}
|
||||
if (m_CheckWarning)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user