소스 검색

产业一张图修改

dev
庞东旭 1 개월 전
부모
커밋
832ee88e4a
1개의 변경된 파일7개의 추가작업 그리고 3개의 파일을 삭제
  1. +7
    -3
      src/components/charts/lines/index.js

+ 7
- 3
src/components/charts/lines/index.js 파일 보기

@@ -113,7 +113,11 @@ export default {
trigger: "item",
},
legend: {
show: false
textStyle: {
color: 'rgb(185,211,235)' // 将图例文字颜色设置为红色
},
right: '5%'
// show: false
},
color: {
color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [
@@ -132,7 +136,7 @@ export default {
type: "category",
boundaryGap: false,
axisLabel: {
color: 'rgba(185, 211, 235, 1)',
color: 'rgb(185,211,235)',
},
axisLine: {
show: false
@@ -151,7 +155,7 @@ export default {
type: "value",
name: "单位:万元",
nameTextStyle: {
color: 'rgba(185, 211, 235, 1)'
color: 'rgb(185,211,235)'
},
axisLabel: {
formatter: "{value}",


불러오는 중...
취소
저장