series: [{
name: '시리즈1',
data: [1,2,3]
}, {
name: '시리즈2 (legend클릭안됨)',
data: [1,2,3],
events: {
legendItemClick: function() {
return false;
}
}
}]728x90
'퍼블리싱 > highchart' 카테고리의 다른 글
| 비교 차트 highchart compare chart (0) | 2023.09.13 |
|---|---|
| 일주일간 15분 단위로 데이터 넣기 highchart 1week data (every 15 minutes) (0) | 2023.09.13 |
| y축에 가로로 선 그리기 (plotLines) highchart yAxis line (plotLines) (0) | 2023.09.13 |
| tooltip의 poinformat을 수정해야 할 때 (0) | 2023.09.13 |
| 자주 쓰는 차트 전역 옵션 (0) | 2023.09.13 |