Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Releases
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
周远喜
mes-ui
Commits
388d9540
Commit
388d9540
authored
Jul 22, 2020
by
仇晓婷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demo优化
parent
67c2f5e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
info.vue
pages/demo/monitoringWarning/info.vue
+1
-1
statistics.vue
pages/demo/monitoringWarning/statistics.vue
+4
-3
No files found.
pages/demo/monitoringWarning/info.vue
View file @
388d9540
...
...
@@ -109,7 +109,7 @@ export default {
{
title
:
"车辆编号"
,
key
:
"name"
,
width
:
1
6
0
width
:
1
7
0
},
{
title
:
"车辆厂家"
,
...
...
pages/demo/monitoringWarning/statistics.vue
View file @
388d9540
...
...
@@ -60,7 +60,7 @@ export default {
color
:
[
"#73DDFF"
],
series
:
[
{
data
:
[
120
,
200
,
150
,
80
,
70
,
110
,
130
],
data
:
[
120
,
200
,
150
,
80
,
70
,
110
],
type
:
"bar"
,
barWidth
:
30
,
//柱图宽度
barGap
:
"-50%"
//柱图间距
...
...
@@ -80,8 +80,9 @@ export default {
// }
// },
legend
:
{
orient
:
"vertical"
,
left
:
10
,
// orient: "vertical",
bottom
:
50
,
left
:
"center"
,
data
:
[
"正常"
,
"临近"
,
"到达"
]
},
tooltip
:
{
...
...
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