Skip to content

Commit

Permalink
Merge pull request #2016 from torbenbru/master
Browse files Browse the repository at this point in the history
removed deprecated references
  • Loading branch information
liquidpele authored Apr 10, 2017
2 parents 4bb18ff + 9c1334a commit 9d77b6b
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 9d77b6b

Please sign in to comment.