Skip to content

Commit

Permalink
removed deprecated references
Browse files Browse the repository at this point in the history
removed tooltipshow and tooltiphide
  • Loading branch information
torbenbru authored Apr 9, 2017
1 parent 4bb18ff commit 9c1334a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/lineChart.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ nv.models.lineChart = function() {
, state = nv.utils.state()
, defaultState = null
, noData = null
, dispatch = d3.dispatch('tooltipShow', 'tooltipHide', 'stateChange', 'changeState', 'renderEnd')
, dispatch = d3.dispatch('stateChange', 'changeState', 'renderEnd')
, duration = 250
;

Expand Down

0 comments on commit 9c1334a

Please sign in to comment.