mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-24 09:50:15 +00:00
3.0 - bar chart
This commit is contained in:
@@ -38,6 +38,7 @@ namespace XCharts.Editor
|
||||
PropertyField("m_Large");
|
||||
PropertyField("m_LargeThreshold");
|
||||
PropertyField("m_Clip");
|
||||
PropertyField("m_PlaceHolder");
|
||||
});
|
||||
PropertyField("m_ItemStyle");
|
||||
PropertyField("m_Animation");
|
||||
|
||||
@@ -160,6 +160,8 @@ namespace XCharts.Editor
|
||||
{
|
||||
editor.serie.AddExtraComponent(type);
|
||||
RefreshEditors();
|
||||
chart.RefreshAllComponent();
|
||||
EditorUtility.SetDirty(chart);
|
||||
}, size == 0));
|
||||
}
|
||||
foreach (var type in attribute.types)
|
||||
@@ -169,6 +171,8 @@ namespace XCharts.Editor
|
||||
{
|
||||
editor.serie.RemoveExtraComponent(type);
|
||||
RefreshEditors();
|
||||
chart.RefreshAllComponent();
|
||||
EditorUtility.SetDirty(chart);
|
||||
}, size > 0));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user