* 하이차트 전역 옵션 먼저 적용됨 (https://umings.github.io/file/highchart_common.js)
Highcharts.chart('chart', {
xAxis: {
categories: ["'22.09", "'22.10", "'22.11", "'22.12", "'23.01", "'23.02", "'23.03", "'23.04", "'23.05", "'23.06", "'23.07", "'23.08"],
labels: {
y: 20,
},
},
series: [{
name: '시리즈',
type: 'column',
data: [7000, 7598, 6765, 5645, 8978, 7874, 6712, 5246, 8978, 7874, 6712, {y: 5246,color: '#059f43'}],
}]
});
728x90
'퍼블리싱 > highchart' 카테고리의 다른 글
legend에서 특정 item의 click이 안되게 할때 옵션 (0) | 2023.09.13 |
---|---|
y축에 가로로 선 그리기 (plotLines) highchart yAxis line (plotLines) (0) | 2023.09.13 |
tooltip의 poinformat을 수정해야 할 때 (0) | 2023.09.13 |
자주 쓰는 차트 전역 옵션 (0) | 2023.09.13 |
1초 단위로 데이터가 들어가는 highchart (1) | 2023.05.16 |