Skip to content

Commit

Permalink
fix default chart type for overview i/O characterstics, fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleyasen committed May 26, 2016
1 parent 49efcc1 commit 211e3ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Utils/Utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,7 @@ export var setup_chart_special = function (chart_data) {
$("#chart-config-sel-y").val("total_bytes");
$("#chart-config-sel-x-scale").val("linear");
$("#chart-config-sel-y-scale").val("linear");


$("#chart-config-button").click(function () {
var x = $("#chart-config-sel-x").val();
Expand Down

0 comments on commit 211e3ed

Please sign in to comment.