본문 바로가기
error | tip/tip

Tip:) google pie chart tooltip blinking

by meno1011 2022. 6. 29.
728x90

google chart를 쓰던 중 툴팁과 마우스가 겹치면 깜빡이는 문제가 있는경우 아래와 같이 해결함

// css에 아래 코드 추가
svg > g > g.google-visualization-tooltip { pointer-events: none }

'error | tip > tip' 카테고리의 다른 글

MySql json타입의 column을 nodejs에서 조회하기  (0) 2022.12.26
command not found: tsc  (0) 2022.10.22
firebase init  (2) 2022.09.21
PC 카톡 이모티콘 소리 안나게 하는 법  (0) 2022.09.03
Tip :) 백준 허브  (0) 2022.08.25