🎨
This commit is contained in:
parent
78ee06985e
commit
6083356a3e
3 changed files with 15 additions and 5 deletions
|
|
@ -53,7 +53,9 @@ const chartEl = ref<HTMLCanvasElement>(null);
|
|||
// フォントカラー
|
||||
Chart.defaults.color = getComputedStyle(document.documentElement).getPropertyValue('--fg');
|
||||
|
||||
const { handler: externalTooltipHandler } = useChartTooltip();
|
||||
const { handler: externalTooltipHandler } = useChartTooltip({
|
||||
position: 'middle',
|
||||
});
|
||||
|
||||
let chartInstance: Chart;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue