make lines and lines2 public ion the lineWithFocus chart

master-patched
Bob Monteverde 12 years ago
parent 0dfa90dd2f
commit c0c19c2cd0

@ -4174,6 +4174,8 @@ nv.models.lineWithFocusChart = function() {
chart.dispatch = dispatch;
chart.legend = legend;
chart.lines = lines;
chart.lines2 = lines2;
chart.xAxis = xAxis;
chart.yAxis = yAxis;
chart.x2Axis = x2Axis;

6
nv.d3.min.js vendored

File diff suppressed because one or more lines are too long

@ -396,6 +396,8 @@ nv.models.lineWithFocusChart = function() {
chart.dispatch = dispatch;
chart.legend = legend;
chart.lines = lines;
chart.lines2 = lines2;
chart.xAxis = xAxis;
chart.yAxis = yAxis;
chart.x2Axis = x2Axis;

Loading…
Cancel
Save