negativeFillColor (plotOptions properties)

임계값 아래의 배경 색상을 설정 합니다.

Info

name type required description
negativeFillColor color 선택 임계값 아래의 배경 색상

Example

myChart.setOptions({
  chart: {
    type: "area"
  },
  plotOptions: {
    area: {
      negativeFillColor:"#990000"
   }
 },
  series: [{
    name: "서울",
    data : [-60,40,-20,80]
  }]
}, {
  append: true,
  redraw: true
});

제공 버전

version desc
7.3.0.0