add radar chart

This commit is contained in:
monitor1394
2018-09-26 09:00:11 +08:00
parent 22ef40f0b1
commit ae526b1f35
4 changed files with 542 additions and 11 deletions

View File

@@ -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++)
{