Tooltip adjustments
This commit is contained in:
parent
a7a39ad23f
commit
3ce8cd51f2
1 changed files with 5 additions and 3 deletions
|
@ -153,9 +153,11 @@ const chartOptions = ref<ChartOptions<'bar'>>({
|
|||
size: 12
|
||||
},
|
||||
titleFont: {
|
||||
family: "Inter",
|
||||
size: 14
|
||||
}
|
||||
size: 0
|
||||
},
|
||||
titleMarginBottom: 0,
|
||||
xAlign: "center" as const,
|
||||
yAlign: "bottom" as const,
|
||||
},
|
||||
legend: {
|
||||
labels: {
|
||||
|
|
Loading…
Add table
Reference in a new issue