Browse Source

额定功率温度分析颜色调整

chenminghua 2 years ago
parent
commit
b7d7e201d3

+ 1 - 1
src/pages/dataAnalysis/tempAnalysis/components/lineChart.vue

@@ -55,7 +55,7 @@ const option = computed({
 	get() {
 		return {
 			color:[
-				"#FF8700",
+				"#325dab",
 				"#0098d980",
 				"#626c91",
 				"#a0a7e6",

+ 1 - 0
src/pages/dataAnalysis/tempAnalysis/index.vue

@@ -255,6 +255,7 @@ const funChartSelect = async (batch) => {
 /**barChart */
 const barxAxis = reactive({
 	type: 'category',
+	name: '℃',
 	data: [],
 	splitLine: {
 		show: false