File tree 1 file changed +3
-3
lines changed
app/directives/history-graph
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -277,9 +277,9 @@ import Tooltip from 'appirio-tech-react-components/components/Tooltip/Tooltip.js
277
277
$scope . historyRating = d . newRating
278
278
$scope . historyDate = moment ( d . ratingDate ) . format ( 'YYYY-MM-DD' )
279
279
$scope . historyChallenge = d . challengeName
280
- window . clearInterval ( toolTipHideIntervalId ) ;
280
+ window . clearInterval ( toolTipHideIntervalId )
281
281
$scope . $digest ( )
282
-
282
+
283
283
d3 . select ( '#chart-tooltip' )
284
284
. style ( 'left' , ( d3 . event . pageX - 5 ) + 'px' )
285
285
. style ( 'top' , ( d3 . event . pageY - 5 ) + 'px' )
@@ -305,7 +305,7 @@ import Tooltip from 'appirio-tech-react-components/components/Tooltip/Tooltip.js
305
305
d3 . select ( '#chart-tooltip' )
306
306
. style ( 'left' , '-500px' )
307
307
. style ( 'top' , '-500px' )
308
- } , 1500 ) ;
308
+ } , 1500 ) ;
309
309
} )
310
310
311
311
}
You can’t perform that action at this time.
0 commit comments