Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
anji-plus-report
·
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
鲁尚清
2022-05-27 15:04:27 +0800
Commit
fc3ebbb89eac483e02499a2f9b3f03f349b71ed3
1 parent
2830c830
柱线图,双柱图无数据时的默认值
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
report-ui/src/mixins/queryform.js
report-ui/src/mixins/queryform.js
View file @
fc3ebbb
@@ -218,7 +218,7 @@ export default {
@@ -218,7 +218,7 @@ export default {
218
})
218
})
219
}
else
{
219
}
else
{
220
series
.
push
({
220
series
.
push
({
221
-
type
:
'
line
'
,
221
+
type
:
'
bar
'
,
222
name
:
''
,
222
name
:
''
,
223
data
:
seriesCapacityData
223
data
:
seriesCapacityData
224
})
224
})
Please
register
or
login
to post a comment