시리즈 값이 최솟값일 때 나타내는 색상을 정의합니다.
name | type | required (default) | description |
---|---|---|---|
minColor | color |
선택(#e6e9ff) | 시리즈 값이 최솟값일 때 나타내는 색상 |
myChart.setOptions({
colorAxis: {
minColor: "#000000" // 시리즈 값이 최솟값일 때 나타내는 색상
}
}, {
append: true,
redraw: true
});
version | desc |
---|---|
7.3.0.0 |