雷达图或蛛网图(Radar chart) 简介 A radar chart is a way of showing multiple data points and the variation between them. They are often useful for comparing the points of two or more different data sets 使用案例 newChart(ctx).Radar(data,options); 数据结构 var data ={
参考资料:http://www.cnblogs.com/jeason1997/p/5130413.html ** 描述:雷达图 刷新 radarDate.SetVerticesDirty(); using UnityEngine; using UnityEditor; using UnityEngine.UI; [AddComponentMenu("UI/Extensions/RadarEditor")] public class RadarEditor : MaskableGraph