Fix gridlines

This commit is contained in:
2019-07-07 10:29:41 +02:00
parent d307a8bb26
commit 48a20f22f7
2 changed files with 8 additions and 2 deletions

View File

@@ -292,12 +292,15 @@ var DetailsWindow = {
} }
}, { }, {
type: "linear", type: "linear",
display: false, display: true,
position: "right", position: "right",
id: "y_views", id: "y_views",
scaleLabel: { scaleLabel: {
display: true, display: true,
labelString: "Views" labelString: "Views"
},
gridLines: {
color: "rgba(0, 0, 0, 0)"
} }
} }
] ]

View File

@@ -74,12 +74,15 @@
} }
}, { }, {
type: "linear", type: "linear",
display: false, display: true,
position: "right", position: "right",
id: "y_views", id: "y_views",
scaleLabel: { scaleLabel: {
display: true, display: true,
labelString: "Views" labelString: "Views"
},
gridLines: {
color: "rgba(0, 0, 0, 0)"
} }
} }
] ]