색상 축의 반전 여부를 설정합니다.
name | type | required (default) | description |
---|---|---|---|
reversed | boolean |
선택(false) | 색상 축 반전 여부 설정 |
myChart.setOptions({
colorAxis: {
reversed: true // 색상 축 반전 여부 설정
}
}, {
append: true,
redraw: true
});
version | desc |
---|---|
7.3.0.0 |