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
94436f1e
authored
2023-01-10 17:31:04 +0800
by
xiaomiao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
miaofang
1 parent
c2a44baf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
20 deletions
src/components/echart/columnar/chart.vue
src/views/dataView/leftcard.vue
src/components/echart/columnar/chart.vue
View file @
94436f1
...
...
@@ -40,9 +40,9 @@ export default {
right
:
"1%"
,
},
grid
:
{
left
:
"
3
%"
,
right
:
"
6
%"
,
bottom
:
"
8
%"
,
left
:
"
5
%"
,
right
:
"
7
%"
,
bottom
:
"
10
%"
,
containLabel
:
true
,
},
xAxis
:
{
...
...
@@ -81,18 +81,13 @@ export default {
name
:
"成功"
,
type
:
"bar"
,
stack
:
"总量"
,
barWidth
:
3
0
,
barWidth
:
2
0
,
itemStyle
:
{
normal
:
{
color
:
"#6601FF"
,
},
},
label
:
{
normal
:
{
show
:
true
,
position
:
"insideRight"
,
},
},
z
:
10
,
data
:
newData
.
barData
,
},
...
...
@@ -105,15 +100,6 @@ export default {
color
:
"#00F0FF"
,
},
},
label
:
{
normal
:
{
show
:
true
,
position
:
"insideRight"
,
textStyle
:
{
color
:
"#6601FF"
,
},
},
},
z
:
5
,
data
:
newData
.
lineData
,
},
...
...
src/views/dataView/leftcard.vue
View file @
94436f1
...
...
@@ -78,9 +78,10 @@ export default {
line-height
:
70px
;
font-size
:
40px
;
text-align
:
center
;
color
:
rgb
(
246
,
246
,
229
);
}
p
:nth-child
(
2
)
{
color
:
rgb
(
180
,
178
,
178
);
color
:
rgb
(
223
,
213
,
81
);
}
}
.text2
{
...
...
Please
register
or
sign in
to post a comment