diff --git a/res/static/script/Toolbar.js b/res/static/script/Toolbar.js index b9b6890..cc511d8 100644 --- a/res/static/script/Toolbar.js +++ b/res/static/script/Toolbar.js @@ -292,12 +292,15 @@ var DetailsWindow = { } }, { type: "linear", - display: false, + display: true, position: "right", id: "y_views", scaleLabel: { display: true, labelString: "Views" + }, + gridLines: { + color: "rgba(0, 0, 0, 0)" } } ] diff --git a/res/template/admin.html b/res/template/admin.html index f36e38f..bbeed74 100644 --- a/res/template/admin.html +++ b/res/template/admin.html @@ -74,12 +74,15 @@ } }, { type: "linear", - display: false, + display: true, position: "right", id: "y_views", scaleLabel: { display: true, labelString: "Views" + }, + gridLines: { + color: "rgba(0, 0, 0, 0)" } } ]