Fix gridlines
This commit is contained in:
@@ -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)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@@ -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)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user