Skip to content
Snippets Groups Projects
Commit fabd1f17 authored by syuilo's avatar syuilo
Browse files

🎨

parent 8539c7b2
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,8 @@ onMounted(() => {
borderWidth: 2,
borderJoinStyle: 'round',
borderColor: color,
backgroundColor: alpha(color, 0.1),
backgroundColor: alpha(color, 0.2),
fill: true,
data: [],
}],
},
......
......@@ -119,7 +119,8 @@ onMounted(() => {
borderWidth: 2,
borderJoinStyle: 'round',
borderColor: color,
backgroundColor: alpha(color, 0.1),
backgroundColor: alpha(color, 0.2),
fill: true,
data: [],
}],
},
......
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