存储过程: SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- ============================================= -- Author: <Author,,Name> -- Create date: -- Description: 评吸质量雷达图分析 -- 调用示例:EXEC [dbo].[usp_Tqc_Raw_SmokingTest] '2013-08-26','2013-08-27' -- ===
雷达图或蛛网图(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