mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 00:42:16 +02:00
fix color
This commit is contained in:
parent
721668e30e
commit
d9d751d6ae
1 changed files with 4 additions and 4 deletions
|
@ -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)'),
|
||||
]
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue