색상 축의 그리드 라인 색상을 정의합니다.
name | type | required (default) | description |
---|---|---|---|
gridLineColor | color |
선택(#ffffff) | 색상 축의 그리드 라인 색상 |
myChart.setOptions({
colorAxis: {
min: 0,
minColor: "#eeeeee",
maxColor: "#448EF6",
gridLineColor:"#000000" // 색상 축 그리드 라인 색상 설정
}
}, {
append: true,
redraw: true
});
version | desc |
---|---|
7.3.0.0 |