색상 축에 표시될 최솟값을 정의합니다.
floor 에 설정한 값이 데이터의 최솟값보다 작은 경우, 입력한 값이 아닌 데이터의 최솟값으로 설정될 수도 있습니다.
name | type | required (default) | description |
---|---|---|---|
floor | number |
선택(undefined) | 색상 축에 표시될 최솟값 |
myChart.setOptions({
colorAxis: {
floor: 5
}
}, {
append: true,
redraw: true
});
version | desc |
---|---|
7.3.0.0 |