🎨
This commit is contained in:
parent
1ac8c42b6f
commit
7448953ce8
1 changed files with 2 additions and 1 deletions
|
|
@ -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',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue