Skip to content

Commit

Permalink
Merge pull request #317 from flask-dashboard/thejager/workflows
Browse files Browse the repository at this point in the history
Fixed visualisation error in violin plot
  • Loading branch information
mircealungu committed Apr 2, 2020
2 parents b78312a + d215d44 commit 33d1e43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flask_monitoringdashboard/static/js/controllers/reporting.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ function ReportingController($scope, $http, $location, DTOptionsBuilder, menuSer
xaxis: {
title: 'Execution time (ms)',
},
yaxis: {
rangemode: "nonnegative"
}
});
};

Expand Down

0 comments on commit 33d1e43

Please sign in to comment.