修改图表配置

master
suixy 1 week ago
parent 062034291f
commit 9181f517a9

@ -292,6 +292,7 @@
{
type: 'value',
name: '℃',
max:150,
axisLine: {
show: true
}
@ -303,10 +304,12 @@
show: true
},
offset: 25,
max:50,
position: 'left'
},
{
name: 'um',
max:5000,
type: 'value',
axisLine: {
show: true

@ -3,6 +3,12 @@
<head>
<th:block th:include="include :: header('测控点信息列表')" />
</head>
<style>
.bootstrap-tree-table .treetable-indent{
width: 32px;
height: 16px;
}
</style>
<body class="gray-bg">
<div class="container-div">
<div class="row">

@ -8,7 +8,7 @@
</head>
<style>
.chartDiv {
width: 32.5%;
width: 24.5%;
height: 22vw;
position: relative;
display: inline-block;
@ -168,7 +168,7 @@
radius:
'90%',
max:
Math.max(Math.ceil(v.speed / 100), 1) * 100,
100,
data:
[
{
@ -197,7 +197,7 @@
center: ['50%', '50%'],
radius:
'50%',
max: Math.max(Math.ceil(v.displacement / 100), 1) * 100,
max: 5000,
data: [
{
value: v.displacement,

Loading…
Cancel
Save