mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 06:49:02 +00:00
Dates and sizes graphs styling
This commit is contained in:
@@ -19,8 +19,8 @@ function drawSizeHistogram(rData) {
|
||||
datasets: [{
|
||||
data: dataSet,
|
||||
borderWidth: 1,
|
||||
strokeColor: "#FFFFFF",
|
||||
backgroundColor: "#FFFFFF"
|
||||
borderColor: "#E94700",
|
||||
backgroundColor: "rgba(233, 71, 0, 0.6)"
|
||||
}],
|
||||
labels: labels,
|
||||
title: "test"
|
||||
@@ -81,8 +81,8 @@ function drawDateHistogram(rData) {
|
||||
datasets: [{
|
||||
data: dataSet,
|
||||
borderWidth: 1,
|
||||
strokeColor: "#FFFFFF",
|
||||
backgroundColor: "#FFFFFF"
|
||||
borderColor: "#E94700",
|
||||
backgroundColor: "rgba(233, 71, 0, 0.6)"
|
||||
}],
|
||||
labels: labels,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user