맨위로가기
 

SBCHART

닫기

extend.boxplot

#2.0.69

boxplot 차트에 대한 확장 옵션을 지정합니다.

  • Type : Object
  • Format
    extend: {
      boxplot: {
      cornerRadius : 10,
        outlier : {
          useFullWidth : false,
          width : 1,
          color : "#2E3A62",
          opacity : 1,
        }
        avg : {
          width : 2,
          color : "#2E3A62",
          opacity : 1,
        }
        standard : {
          width : 2,
          color : "#FF0000",
          opacity : 1,
        }
      }
    }
    

extend.boxplot.cornerRadius

#2.0.119

각 영역(원호) 양 끝의 모서리를 둥글게 만듭니다.

  • Type : Number

extend.boxplot.outlier.useFullWidth

#2.0.69

outlier의 한계치의 값을 표시하는 넓이를 bar의 넓이만큼 설정할 것인지, 반으로 설정할 것인지를 지정합니다.

  • Type : Boolean
  • Default : false

extend.boxplot.outlier.width

#2.0.69

outlier선의 두께를 지정합니다.

  • Type : Number
  • Default : 1

extend.boxplot.outlier.color

#2.0.69

outlier선의 색상을 지정합니다.
global.theme에 관계없이 지정됩니다.

  • Type : String
  • Default : undefined(시스템 색상)

extend.boxplot.outlier.opacity

#2.0.69

outlier선의 투명도를 지정합니다.

  • Type : Number
  • Default : 1

extend.boxplot.avg.width

#2.0.69

중간값(지표값)을 나타내는 선의 두께를 지정합니다.

  • Type : Number
  • Default : 2

extend.boxplot.avg.color

#2.0.69

중간값(지표값)을 나타내는 선의 색상을 지정합니다.
global.theme에 관계없이 지정됩니다.

  • Type : String
  • Default : black

extend.boxplot.avg.opacity

#2.0.69

중간값(지표값)을 나타내는 선의 투명도를 지정합니다.

  • Type : Number
  • Default : 1

extend.boxplot.standard.width

#2.0.149

중간값(지표값)을 나타내는 선의 두께를 지정합니다.

  • Type : Number
  • Default : 2

extend.boxplot.standard.color

#2.0.149

중간값(지표값)을 나타내는 선의 색상을 지정합니다.
global.theme에 관계없이 지정됩니다.

  • Type : String
  • Default : black

extend.boxplot.standard.opacity

#2.0.149

중간값(지표값)을 나타내는 선의 투명도를 지정합니다.

  • Type : Number
  • Default : 1