mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 13:13:08 +02:00
🎨
This commit is contained in:
parent
8539c7b20f
commit
fabd1f1791
2 changed files with 4 additions and 2 deletions
|
@ -119,7 +119,8 @@ onMounted(() => {
|
||||||
borderWidth: 2,
|
borderWidth: 2,
|
||||||
borderJoinStyle: 'round',
|
borderJoinStyle: 'round',
|
||||||
borderColor: color,
|
borderColor: color,
|
||||||
backgroundColor: alpha(color, 0.1),
|
backgroundColor: alpha(color, 0.2),
|
||||||
|
fill: true,
|
||||||
data: [],
|
data: [],
|
||||||
}],
|
}],
|
||||||
},
|
},
|
||||||
|
|
|
@ -119,7 +119,8 @@ onMounted(() => {
|
||||||
borderWidth: 2,
|
borderWidth: 2,
|
||||||
borderJoinStyle: 'round',
|
borderJoinStyle: 'round',
|
||||||
borderColor: color,
|
borderColor: color,
|
||||||
backgroundColor: alpha(color, 0.1),
|
backgroundColor: alpha(color, 0.2),
|
||||||
|
fill: true,
|
||||||
data: [],
|
data: [],
|
||||||
}],
|
}],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue