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",
display: false,
display: true,
position: "right",
id: "y_views",
scaleLabel: {
display: true,
labelString: "Views"
},
gridLines: {
color: "rgba(0, 0, 0, 0)"
}
}
]