minColor (colorAxis properties)

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

Info

name type required (default) description
minColor color 선택(#e6e9ff) 시리즈 값이 최솟값일 때 나타내는 색상

Example

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

제공 버전

version desc
7.3.0.0