Skip to content
Snippets Groups Projects
Unverified Commit 1675c473 authored by syuilo's avatar syuilo
Browse files

🎨

parent 3a3a5d4b
No related branches found
No related tags found
No related merge requests found
......@@ -317,6 +317,9 @@ export default Vue.extend({
curve: 'straight',
width: 2
},
tooltip: {
theme: this.$store.state.device.darkmode ? 'dark' : 'light'
},
legend: {
labels: {
colors: tinycolor(getComputedStyle(document.documentElement).getPropertyValue('--text')).toRgbString()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment