fix: update color

This commit is contained in:
Zichao Lin 2024-08-03 23:19:49 +08:00
parent 5dec6a8273
commit bf582d0194
Signed by: earthjasonlin
GPG Key ID: 406D9913DE2E42FB

@ -32,7 +32,7 @@ const props = defineProps({
const chart = ref(null);
const colors = ["#eeaa66", "#fac858", "#ee6666", "#5470c6", "#ba66ee", "#91cc75", "#73c0de"];
const colors = ["#fac858", "#fac858", "#ee6666", "#5470c6", "#5470c6", "#91cc75", "#73c0de"];
const parseData = (detail, type) => {
const text = props.i18n.ui.data;