error | tip/tip
Tip:) google pie chart tooltip blinking
meno1011
2022. 6. 29. 11:05
728x90
google chart를 쓰던 중 툴팁과 마우스가 겹치면 깜빡이는 문제가 있는경우 아래와 같이 해결함
// css에 아래 코드 추가
svg > g > g.google-visualization-tooltip { pointer-events: none }