vote_chart: Add title to the graph
This commit is contained in:
parent
d0843d600e
commit
4c89a0783d
1 changed files with 7 additions and 0 deletions
|
@ -75,6 +75,13 @@ async function main() {
|
||||||
y: {
|
y: {
|
||||||
stacked: true
|
stacked: true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
plugins: {
|
||||||
|
title: {
|
||||||
|
display: true,
|
||||||
|
position: 'bottom',
|
||||||
|
text: 'Répartition des suppositions'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue