소스 검색

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

chenminghua 2 년 전
부모
커밋
b7d7e201d3
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/dataAnalysis/tempAnalysis/components/lineChart.vue
  2. 1 0
      src/pages/dataAnalysis/tempAnalysis/index.vue

+ 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