Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e8653bfd
authored
2023-07-10 10:00:33 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev'
2 parents
8f9fb46d
a796eef6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
src/components/Echart/Rose/Chart.vue
src/components/Echart/Rose/Chart.vue
View file @
e8653bf
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-10 09:59:20
-->
<
template
>
<Echart
:options=
"options"
id=
"centreLeft1Chart"
:key=
"key"
height=
"1.0417rem"
width=
"80%"
></Echart>
</
template
>
...
...
@@ -42,7 +47,7 @@
<span style="display:inline-block;"></span>
${
params
.
name
}
<br/><span style="color:blue;font-weight:700;font-size: 18px">
${
params
.
value
}
</span>
平方米
`
;
每日的数据上报量
`
;
return
html
;
},
extraCssText
:
...
...
@@ -73,21 +78,18 @@
}
},
},
data
:
newData
,
}
]
,
]
};
this
.
key
++
;
},
immediate
:
true
,
deep
:
true
,
}
,
}
,
}
;
deep
:
true
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
#centreLeft1Chart
{
margin-bottom
:
0.0521rem
;
...
...
Please
register
or
sign in
to post a comment