Fix typo in lineWithFocusChart example.

master-patched
Bernd Ahlers 12 years ago
parent 6a4e969303
commit eba42c3039

@ -59,7 +59,7 @@ nv.addGraph(function() {
chart.yAxis
.tickFormat(d3.format(',.2f'));
chart.yA2xis
chart.y2Axis
.tickFormat(d3.format(',.2f'));
d3.select('#chart svg')

Loading…
Cancel
Save