Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
attendance-performance-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
attendance-performance-platform
Commits
e6666e10
Commit
e6666e10
authored
Jul 18, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改雷达图
parent
6bd594f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
attendance-performance-manager-ui/admin/src/views/homeCharts/record/list.vue
...nce-manager-ui/admin/src/views/homeCharts/record/list.vue
+3
-3
No files found.
attendance-performance-manager-ui/admin/src/views/homeCharts/record/list.vue
View file @
e6666e10
...
@@ -712,7 +712,7 @@ export default {
...
@@ -712,7 +712,7 @@ export default {
indicator
:
names
.
map
((
v
)
=>
{
indicator
:
names
.
map
((
v
)
=>
{
return
{
return
{
name
:
v
,
name
:
v
,
max
:
150
,
max
:
Math
.
max
(...[...
add
,
...
sub
])
,
};
};
}),
}),
center
:
[
"
45%
"
,
"
50%
"
],
center
:
[
"
45%
"
,
"
50%
"
],
...
@@ -734,10 +734,10 @@ export default {
...
@@ -734,10 +734,10 @@ export default {
value
:
add
,
value
:
add
,
name
:
"
加分
"
,
name
:
"
加分
"
,
symbol
:
"
rect
"
,
symbol
:
"
rect
"
,
symbolSize
:
12
,
//
symbolSize: 12,
areaStyle
:
{
color
:
"
#56A3F1
"
},
//雷达覆盖区域背景颜色
areaStyle
:
{
color
:
"
#56A3F1
"
},
//雷达覆盖区域背景颜色
label
:
{
label
:
{
show
:
tru
e
,
show
:
fals
e
,
formatter
:
function
(
params
)
{
formatter
:
function
(
params
)
{
return
params
.
value
;
return
params
.
value
;
},
},
...
...
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