enhance(client): Chartjsのツールチップを自前に
This commit is contained in:
parent
a2dcf2fc41
commit
8560e107bc
9 changed files with 138 additions and 29 deletions
|
|
@ -117,7 +117,7 @@ export default defineComponent({
|
|||
text: computed(() => {
|
||||
return props.textConverter(finalValue.value);
|
||||
}),
|
||||
source: thumbEl,
|
||||
targetElement: thumbEl,
|
||||
}, {}, 'closed');
|
||||
|
||||
const style = document.createElement('style');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue