ceiling (colorAxis properties)

색상 축에 표시될 최댓값을 정의합니다.
ceiling 에 설정한 값이 데이터의 최댓값보다 큰 경우, 입력한 값이 아닌 데이터의 최댓값으로 설정될 수도 있습니다.

Info

name type required (default) description
ceiling number 선택(undefined) 색상 축에 표시될 최댓값

Example

myChart.setOptions({
  colorAxis: {  
    ceiling:30
  }
}, {
  append: true,
  redraw: true
});

제공 버전

version desc
7.3.0.0