maxColor (colorAxis properties)

시리즈 값이 최댓값일 때 나타내는 색상을 정의합니다.

Info

name type required (default) description
maxColor color 선택(#0022ff) 시리즈 값이 최댓값일 때 나타내는 색상

Example

myChart.setOptions({
  colorAxis: {  
    maxColor: "#ff0000" // 시리즈 값이 최댓값일 때 나타내는 색상
  }
}, {
  append: true,
  redraw: true
});

제공 버전

version desc
7.3.0.0