Skip to content
Snippets Groups Projects
Commit 8372ef3a authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files

add legend to future risks graph.

parent 30a98fd5
No related branches found
No related tags found
No related merge requests found
Pipeline #31553 failed
......@@ -23,7 +23,7 @@ export default {
options: {
plugins: {
legend: {
display: false
display: true
},
},
scales: {
......@@ -61,6 +61,7 @@ export default {
data,
backgroundColor: 'black',
borderColor: 'black',
label: "Avant",
// barThickness : 1,
},
{
......@@ -68,6 +69,7 @@ export default {
backgroundColor: 'white',
borderColor: 'black',
borderWidth: 2,
label: "Après",
// barThickness : 1,
},
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment