API
API
Types
IconDivideMode

IconDivideMode

Icon overlay에서 thresholds 경계값의 해석 방식 및 자동 N등분 기준.

  • 'percent' : 0100 백분율 기준. thresholds 미지정 시 minmax 범위를 균등 N등분 (기본)

  • 'percentile' : 0~100 백분위수 기준. thresholds 미지정 시 분포 균등 N등분

  • 'value' : 실제 데이터 값 기준. thresholds에 raw 값을 직접 지정 가능

  • Type: 'percent' | 'percentile' | 'value'