IconDivideMode
Icon overlay에서 thresholds 경계값의 해석 방식 및 자동 N등분 기준.
-
'percent': 0100 백분율 기준.max 범위를 균등 N등분 (기본)thresholds미지정 시 min -
'percentile': 0~100 백분위수 기준.thresholds미지정 시 분포 균등 N등분 -
'value': 실제 데이터 값 기준.thresholds에 raw 값을 직접 지정 가능 -
Type:
'percent'|'percentile'|'value'