Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
dsk-cr20g
Commits
95e0a3eb
Commit
95e0a3eb
authored
Jun 14, 2023
by
MyName
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目管理
parent
076341f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
14 deletions
+38
-14
index.vue
dsk-operate-ui/src/views/custom/overview/index.vue
+26
-6
index.vue
dsk-operate-ui/src/views/project/overview/index.vue
+12
-8
No files found.
dsk-operate-ui/src/views/custom/overview/index.vue
View file @
95e0a3eb
...
...
@@ -223,13 +223,19 @@ export default {
type
:
'category'
,
data
:
[
'地方单位'
,
'事业单位'
,
'政府机关'
,
'中央企业'
,
'上市公司'
,
'军队'
,
'民营企业'
,
'其他'
],
axisTick
:
{
alignWithLabel
:
true
alignWithLabel
:
true
,
show
:
false
}
}
],
yAxis
:
[
{
type
:
'value'
type
:
'value'
,
splitLine
:
{
//网格线
lineStyle
:
{
type
:
'dashed'
//设置网格线类型 dotted:虚线 solid:实线
},
}
}
],
series
:
[
...
...
@@ -267,13 +273,19 @@ export default {
type
:
'category'
,
data
:
[
'AA'
,
'AA+'
,
'AA-'
,
'A'
,
'A+'
,
'A'
,
'A-'
,
'其他'
],
axisTick
:
{
alignWithLabel
:
true
alignWithLabel
:
true
,
show
:
false
}
}
],
yAxis
:
[
{
type
:
'value'
type
:
'value'
,
splitLine
:
{
//网格线
lineStyle
:
{
type
:
'dashed'
//设置网格线类型 dotted:虚线 solid:实线
},
}
}
],
series
:
[
...
...
@@ -301,10 +313,18 @@ export default {
this
.
option1
=
{
xAxis
:
{
type
:
'category'
,
data
:
labels
data
:
labels
,
axisTick
:
{
show
:
false
},
},
yAxis
:
{
type
:
'value'
type
:
'value'
,
splitLine
:
{
//网格线
lineStyle
:
{
type
:
'dashed'
//设置网格线类型 dotted:虚线 solid:实线
},
}
},
grid
:{
left
:
'8%'
,
...
...
dsk-operate-ui/src/views/project/overview/index.vue
View file @
95e0a3eb
...
...
@@ -305,18 +305,19 @@ export default {
this
.
option
=
{
xAxis
:
{
type
:
'category'
,
data
:
labels
data
:
labels
,
axisTick
:
{
show
:
false
},
},
yAxis
:
{
type
:
'value'
,
splitNumber
:
5
,
// splitLine: {
// show: true,
// lineStyle: {
// type: 'dotted',
// color: 'rgba(255, 255, 255,0.3)'
// }
// }
splitLine
:
{
//网格线
lineStyle
:
{
type
:
'dashed'
//设置网格线类型 dotted:虚线 solid:实线
},
}
},
grid
:{
left
:
'4%'
,
...
...
@@ -606,6 +607,9 @@ export default {
width
:
100%
;
padding-right
:
47px
;
box-sizing
:
border-box
;
.recordlist
{
padding-top
:
0
;
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment