diff --git a/examples/lineWithFocus.html b/examples/lineWithFocus.html index 1de1d09..2790e48 100644 --- a/examples/lineWithFocus.html +++ b/examples/lineWithFocus.html @@ -38,7 +38,7 @@ nv.addGraph({ var width = $(window).width() - 40, height = $(window).height() - 40; - var chart = nv.models.lineWithLegend() + var chart = nv.models.lineWithFocus() .width(width) .height(height) .yTickFormat(d3.format('.2r')) diff --git a/nv.d3.js b/nv.d3.js index 68afa48..ccd1241 100644 --- a/nv.d3.js +++ b/nv.d3.js @@ -804,7 +804,7 @@ nv.models.line = function() { return chart; } -nv.models.lineWithLegend = function() { +nv.models.lineWithFocus = function() { var margin = {top: 30, right: 20, bottom: 30, left: 60}, margin2 = {top: 0, right: 20, bottom: 20, left: 60}, width = 960, diff --git a/nv.d3.min.js b/nv.d3.min.js index e6457ff..7c6d7d7 100644 --- a/nv.d3.min.js +++ b/nv.d3.min.js @@ -1,3 +1,3 @@ /***** * A no frills tooltip implementation. - *****/(function(a){var b=window.nvtooltip={};b.show=function(b,c,d,e){var f=a('