API
API
Types
HighlightType

HighlightType

하이라이트 조건 유형.

  • 'top' / 'bottom' : 상위/하위 N개 값 강조

  • 'topPercent' / 'bottomPercent' : 상위/하위 N% 값 강조

  • 'aboveAvg' / 'belowAvg' : 평균 이상/이하 강조

  • 'greater' / 'less' : 지정값 초과/미만 강조

  • 'greaterEqual' / 'lessEqual' : 지정값 이상/이하 강조

  • 'between' / 'notBetween' : 범위 안/밖 강조

  • 'equal' / 'notEqual' : 일치/불일치 강조

  • 'in' / 'notIn' : 지정 값 목록(set) 중 하나와 일치/불일치

  • Type: 'greater' | 'greaterEqual' | 'less' | 'lessEqual' | 'between' | 'notBetween' | 'equal' | 'notEqual' | 'in' | 'notIn' | 'top' | 'bottom' | 'topPercent' | 'bottomPercent' | 'aboveAvg' | 'belowAvg'