We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce242e commit 579933fCopy full SHA for 579933f
zeppelin-web/app/scripts/controllers/paragraph.js
@@ -824,6 +824,7 @@ angular.module('zeppelinWebApp')
824
}
825
});
826
$scope.chart[type].yAxis.axisLabelDistance(50);
827
+ $scope.chart[type].useInteractiveGuideline(true); // for better UX and performance issue. (https://github.com/novus/nvd3/issues/691)
828
$scope.chart[type].forceY([0]); // force y-axis minimum to 0 for line chart.
829
830
0 commit comments