색상 축의 테두리 색상을 정의합니다.
| name | type | required (default) | description |
|---|---|---|---|
| lineColor | color |
선택(#333333) | 색상 축의 테두리 색상 |
myChart.setOptions({
colorAxis: {
lineColor:"#000000" // 색상 축 테두리 색상 적용
}
}, {
append: true,
redraw: true
});
| version | desc |
|---|---|
| 7.3.0.0 |