@@ -55,7 +55,7 @@ const option = computed({
get() {
return {
color:[
- "#FF8700",
+ "#325dab",
"#0098d980",
"#626c91",
"#a0a7e6",
@@ -255,6 +255,7 @@ const funChartSelect = async (batch) => {
/**barChart */
const barxAxis = reactive({
type: 'category',
+ name: '℃',
data: [],
splitLine: {
show: false