This commit is contained in:
syuilo 2021-01-23 18:16:26 +09:00
parent 9fff26b900
commit e0e373c357

View file

@ -97,7 +97,8 @@ export default defineComponent({
}, },
tooltip: { tooltip: {
shared: true, shared: true,
intersect: false intersect: false,
theme: this.$store.state.darkMode ? 'dark' : 'light',
}, },
series: [{ series: [{
name: 'Normal', name: 'Normal',