mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
🎨
This commit is contained in:
parent
bf79537f38
commit
249bc659a2
1 changed files with 3 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue