This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -268,8 +268,8 @@ import Tooltip from 'appirio-tech-react-components/components/Tooltip/Tooltip.js
268268 ( d3 . event . target . classList [ 0 ] != 'tooltip-content-container' ) && ( d3 . event . target . classList [ 0 ] != 'tooltip-container' ) &&
269269 ( d3 . event . target . classList [ 0 ] != 'tooltip-body' ) && ( d3 . event . target . classList [ 0 ] != 'Tooltip' ) &&
270270 ( d3 . event . target . tagName . toLowerCase ( ) != 'circle' ) && ! ( d3 . event . target . tagName . toLowerCase ( ) == 'rect' && d3 . event . target . classList [ 0 ] == 'hover' ) ) {
271- $ ( '#chart-tooltip .tooltip-container' ) . addClass ( 'tooltip-hide' )
272- $ ( '#chart-tooltip .tooltip-container' ) . css ( 'opacity' , 0 )
271+ $ ( '#chart-tooltip .tooltip-container' ) . addClass ( 'tooltip-hide' )
272+ $ ( '#chart-tooltip .tooltip-container' ) . css ( 'opacity' , 0 )
273273 }
274274 } )
275275
Original file line number Diff line number Diff line change @@ -311,8 +311,8 @@ import Tooltip from 'appirio-tech-react-components/components/Tooltip/Tooltip.js
311311 ( d3 . event . target . classList [ 0 ] != 'tooltip-content-container' ) && ( d3 . event . target . classList [ 0 ] != 'tooltip-container' ) &&
312312 ( d3 . event . target . classList [ 0 ] != 'tooltip-body' ) && ( d3 . event . target . classList [ 0 ] != 'Tooltip' ) &&
313313 ( d3 . event . target . tagName . toLowerCase ( ) != 'circle' ) && ! ( d3 . event . target . tagName . toLowerCase ( ) == 'rect' && d3 . event . target . classList [ 0 ] == 'hover' ) ) {
314- $ ( '#chart-tooltip .tooltip-container' ) . addClass ( 'tooltip-hide' )
315- $ ( '#chart-tooltip .tooltip-container' ) . css ( 'opacity' , 0 )
314+ $ ( '#chart-tooltip .tooltip-container' ) . addClass ( 'tooltip-hide' )
315+ $ ( '#chart-tooltip .tooltip-container' ) . css ( 'opacity' , 0 )
316316 }
317317 } )
318318
You can’t perform that action at this time.
0 commit comments