File tree 2 files changed +4
-4
lines changed 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
268
268
( d3 . event . target . classList [ 0 ] != 'tooltip-content-container' ) && ( d3 . event . target . classList [ 0 ] != 'tooltip-container' ) &&
269
269
( d3 . event . target . classList [ 0 ] != 'tooltip-body' ) && ( d3 . event . target . classList [ 0 ] != 'Tooltip' ) &&
270
270
( 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 )
273
273
}
274
274
} )
275
275
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
311
311
( d3 . event . target . classList [ 0 ] != 'tooltip-content-container' ) && ( d3 . event . target . classList [ 0 ] != 'tooltip-container' ) &&
312
312
( d3 . event . target . classList [ 0 ] != 'tooltip-body' ) && ( d3 . event . target . classList [ 0 ] != 'Tooltip' ) &&
313
313
( 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 )
316
316
}
317
317
} )
318
318
You can’t perform that action at this time.
0 commit comments