enable patreon expiry benefits

This commit is contained in:
2020-06-09 22:40:09 +02:00
parent 920f45fd8a
commit 2b06087bcc
6 changed files with 17 additions and 16 deletions

View File

@@ -94,18 +94,18 @@ DetailsWindow.prototype.renderGraph = function() {
data: {
datasets: [
{
label: "Bandwidth",
label: "Downloads",
backgroundColor: "rgba(64, 255, 64, .01)",
borderColor: "rgba(96, 255, 96, 1)",
borderWidth: 2,
borderWidth: 1.5,
lineTension: 0.2,
fill: true,
yAxisID: "y_bandwidth"
}, {
label: "Views",
backgroundColor: "rgba(64, 64, 255, .01)",
borderColor: "rgba(64, 64, 255, 1)",
borderWidth: 2,
borderColor: "rgba(96, 96, 255, 1)",
borderWidth: 1.5,
lineTension: 0.2,
fill: true,
yAxisID: "y_views"
@@ -156,7 +156,7 @@ DetailsWindow.prototype.renderGraph = function() {
xAxes: [
{
ticks: {
maxRotation: 20
maxRotation: 16
},
gridLines: {
display: false