vote_chart: Add title to the graph

This commit is contained in:
trotFunky 2024-07-24 18:08:13 +01:00
parent d0843d600e
commit 4c89a0783d

View file

@ -75,6 +75,13 @@ async function main() {
y: { y: {
stacked: true stacked: true
} }
},
plugins: {
title: {
display: true,
position: 'bottom',
text: 'Répartition des suppositions'
}
} }
} }
}) })