1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-03 12:36:06 +02:00
This commit is contained in:
syuilo
2019-02-09 12:43:26 +09:00
parent 3a3a5d4bfb
commit 1675c473d4

View File

@@ -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()