Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
V3-TailingPond
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
xinzhedeai
V3-TailingPond
Commits
e73f4a18
Commit
e73f4a18
authored
Sep 27, 2024
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图表自动化配置 修改 爆破震动
parent
cd60b0f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
index.vue
src/views/Screen/index.vue
+16
-0
No files found.
src/views/Screen/index.vue
View file @
e73f4a18
...
@@ -619,7 +619,23 @@ export default {
...
@@ -619,7 +619,23 @@ export default {
axisColor
:
'
pink
'
,
axisColor
:
'
pink
'
,
});
});
});
});
}
else
if
(
type
===
'
t_18
'
){
// 浸润线剖面
reqApi
.
common
.
requstEdge
(
'
get
'
,
item
.
requrl
,
param
).
then
((
res
)
=>
{
var
data
=
res
.
body
||
{};
var
opts
=
{
chartConfig
:{
xAxis
:
{
labels
:
{
rotation
:
0
,
// 设置轴标签旋转角度
},
},
},
warningLine
:
'
double
'
,
};
Highchart
.
template
.
high
(
panel
.
el
,
data
,
opts
);
});
};
};
next
();
next
();
},
function
(){});
},
function
(){});
},
},
...
...
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