Fixed typo in cumulativeLineChart rescaleY() method.
This commit is contained in:
parent
8d81c2c63d
commit
550e060238
@ -643,8 +643,8 @@ nv.models.cumulativeLineChart = function() {
|
||||
|
||||
chart.rescaleY = function(_) {
|
||||
if (!arguments.length) return rescaleY;
|
||||
rescaleY = _
|
||||
return rescaleY;
|
||||
rescaleY = _;
|
||||
return chart;
|
||||
};
|
||||
|
||||
chart.showControls = function(_) {
|
||||
|
Loading…
Reference in New Issue
Block a user