class 썸네일형 리스트형 javascript class 만들어 쓰기 클래스 생성 //dataset objectfunction datasetObj(label, valueArr, color){ this.label = label; this.data = valueArr; this.yaxis = 2; this.color = color; this.points = { symbol: "triangle", fillColor: color, show: true }; this.lines = {show:true}; this.points = {radius:3,fill:true,show:true }; this.splines = {show: false,tension: 0.6,lineWidth: 1,fill: 0.1 }; return this;} 객체 생성 new datasetObj('유효전력량(kW.. 더보기 이전 1 다음