Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
鲁尚清
4 years ago
Commit
e6c37e0306fb239c7a74ae72f0194a47e8f454eb
1 parent
1a558325
大屏及电子税务局页面样式修改,业务量环形图数据位置更改,
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/dp/components/businessVolume/index.js
hg-monitor-web-zj/src/main/resources/static/vue3/src/views/dp/components/businessVolume/index.js
View file @
e6c37e0
...
...
@@ -162,7 +162,7 @@ export default {
return
{
type
:
'pie'
,
radius
:
[
'2
8%'
,
'42
%'
],
radius
:
[
'2
0%'
,
'50
%'
],
center
:
centerArr
[
index
],
color
:
colorData
,
// minAngle: 15,//最小角度
...
...
@@ -178,6 +178,7 @@ export default {
// alignTo: 'labelLine',
formatter
:
'{c}个'
,
// padding:[10,-20,5,10],
position
:
'inside'
,
color
:
'#ffffff'
},
data
:
dataArr
...
...
Please
register
or
login
to post a comment