reversed (colorAxis properties)

색상 축의 반전 여부를 설정합니다.

Info

name type required (default) description
reversed boolean 선택(false) 색상 축 반전 여부 설정

Example

myChart.setOptions({
  colorAxis: {  
    reversed: true // 색상 축 반전 여부 설정
  }
}, {
  append: true,
  redraw: true
});

제공 버전

version desc
7.3.0.0