fix color

This commit is contained in:
zandercymatics 2025-02-10 13:34:26 -07:00
parent 721668e30e
commit d9d751d6ae
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -75,22 +75,22 @@
datasets: [
{
label: labelOne,
backgroundColor: "rgba(255, 99, 132, 0.2)",
backgroundColor: "rgba(255, 99, 132, 0.3)",
borderColor: "rgba(255, 99, 132, 1)",
borderWidth: 1,
data: listOne,
backgroundColor: [
pattern.draw('zigzag-vertical', '#1f77b4'),
pattern.draw('diagonal-right-left', 'rgba(255, 99, 132, 0.3)'),
]
},
{
label: labelTwo,
backgroundColor: "rgba(75, 192, 192, 0.2)",
backgroundColor: "rgba(75, 192, 192, 0.3)",
borderColor: "rgba(75, 192, 192, 1)",
borderWidth: 1,
data: listTwo,
backgroundColor: [
pattern.draw('diagonal', '#1f77b4'),
pattern.draw('diagonal', 'rgba(75, 192, 192, 0.3)'),
]
},
],