Skip to content
Snippets Groups Projects
Commit 9acb822b authored by Aurore Chayrouse's avatar Aurore Chayrouse
Browse files

Step4 : remove title from tooltip

parent 5ceaa8f3
No related branches found
No related tags found
No related merge requests found
Pipeline #31018 failed
...@@ -30,6 +30,13 @@ export default { ...@@ -30,6 +30,13 @@ export default {
legend: { legend: {
display: false display: false
}, },
tooltip : {
callbacks : {
title : () => {
return ''
}
}
}
}, },
layout: { layout: {
padding: 0, padding: 0,
......
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