X축을 Y축으로
Y축을 X축으로 전환
key : chart : {inverted : true}
Highcharts.chart('container', {
chart: { type: 'line', inverted:true },
title: {
text: 'Logarithmic axis demo'
},
xAxis: {
categories:['X1','X2','X3','X4','X5']
},
yAxis: {
text:null
},
tooltip: {
headerFormat: '<b>{series.name}</b><br />',
pointFormat: 'x = {point.x}, y = {point.y}'
},
series: [{
data: [1, 2, 4, 8, 16],
}]
});
HighChart xBands 기능 ( X축 특정영역 하이라이트) (1) | 2021.09.03 |
---|---|
HighChart 범례(legend) 클릭 이벤트 (0) | 2020.05.18 |
댓글 영역