許可すべきものを許可
This commit is contained in:
parent
e9ad7cf226
commit
ade890f115
18 changed files with 53 additions and 1 deletions
|
|
@ -23,7 +23,9 @@ export function useChartTooltip(opts: { position: 'top' | 'middle' } = { positio
|
|||
y: tooltipY,
|
||||
title: tooltipTitle,
|
||||
series: tooltipSeries,
|
||||
}, {});
|
||||
}, {}, {
|
||||
allowMultiple: true,
|
||||
});
|
||||
|
||||
onUnmounted(() => {
|
||||
disposeTooltipComponent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue