Show tooltip of bar graphs below x-axis

Signed-off-by: yubiuser <github@yubiuser.dev>
This commit is contained in:
yubiuser
2025-09-10 10:09:53 +02:00
parent d799d39d25
commit 9dc305c2b5
2 changed files with 35 additions and 19 deletions

View File

@@ -639,9 +639,11 @@ $(() => {
display: false,
},
tooltip: {
enabled: true,
// Disable the on-canvas tooltip
enabled: false,
intersect: false,
yAlign: "bottom",
external: customTooltips,
yAlign: "top",
itemSort(a, b) {
return b.datasetIndex - a.datasetIndex;
},