mirror of
https://github.com/XCharts-Team/XCharts.git
synced 2026-05-16 05:10:12 +00:00
add radar chart
This commit is contained in:
@@ -299,7 +299,7 @@ namespace xcharts
|
||||
OnYAxisChanged();
|
||||
}
|
||||
|
||||
private void HideChild(string match = null)
|
||||
protected void HideChild(string match = null)
|
||||
{
|
||||
for (int i = 0; i < transform.childCount; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user