맨위로가기
 

SBCHART

닫기

tooltip.template

#2.0.103

tooltip은 총 세가지의 template을 제공하며, template에 적는 타입에 따라 다른 디자인의 툴팁이 표시됩니다.
light, dark 타입은 새로운 tooltip template이며, 기존 default tooltip과 차이가 있습니다.
light, dark 타입은 색상을 제외한 다른 스타일요소는 같습니다.

  • Type : string
  • Example

    default dark light

    Code

    
    tooltip: {
    	template: light
    }