Commit 1f6e1df5 authored by 郭铭瑶's avatar 郭铭瑶 🤘

merge

parent 9cf4a6b7
...@@ -172,8 +172,9 @@ export default defineComponent({ ...@@ -172,8 +172,9 @@ export default defineComponent({
const barOption = computed(() => ({ const barOption = computed(() => ({
color: ['#5BD5FF', '#6EB629', '#FFCE34', '#FF9D27', '#826AFA'], color: ['#5BD5FF', '#6EB629', '#FFCE34', '#FF9D27', '#826AFA'],
legend: { legend: {
left: '2%',
right: '2%', right: '2%',
left: '10%',
top: '-4%',
itemWidth: fontSize.value * 0.6, itemWidth: fontSize.value * 0.6,
itemHeight: fontSize.value * 0.6, itemHeight: fontSize.value * 0.6,
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment