|
@@ -29,11 +29,11 @@ export const testConfigMineFire: Config[] = [
|
|
|
items: [
|
|
|
{
|
|
|
name: 'board',
|
|
|
- basis: '50%',
|
|
|
+ basis: '45%',
|
|
|
},
|
|
|
{
|
|
|
name: 'complex_list',
|
|
|
- basis: '50%',
|
|
|
+ basis: '55%',
|
|
|
},
|
|
|
],
|
|
|
},
|
|
@@ -88,9 +88,9 @@ export const testConfigMineFire: Config[] = [
|
|
|
preset: [],
|
|
|
},
|
|
|
showStyle: {
|
|
|
- size: 'width:440px;height:290px;',
|
|
|
+ size: 'width:440px;height:270px;',
|
|
|
version: '原版',
|
|
|
- position: 'top:50px;left:10px;',
|
|
|
+ position: 'top:65px;left:10px;',
|
|
|
},
|
|
|
},
|
|
|
// 2. 带式输送机防灭火监控系统(左中)
|
|
@@ -121,11 +121,11 @@ export const testConfigMineFire: Config[] = [
|
|
|
items: [
|
|
|
{
|
|
|
name: 'board',
|
|
|
- basis: '35%',
|
|
|
+ basis: '30%',
|
|
|
},
|
|
|
{
|
|
|
name: 'chart',
|
|
|
- basis: '65%',
|
|
|
+ basis: '70%',
|
|
|
},
|
|
|
],
|
|
|
},
|
|
@@ -154,7 +154,7 @@ export const testConfigMineFire: Config[] = [
|
|
|
{
|
|
|
type: 'line_smooth',
|
|
|
readFrom: 'arrayFiber',
|
|
|
- legend: { show: true },
|
|
|
+ legend: { show: false },
|
|
|
xAxis: [{ show: true }],
|
|
|
yAxis: [{ show: true, name: '温度(℃)', position: 'left' }],
|
|
|
series: [
|
|
@@ -175,7 +175,7 @@ export const testConfigMineFire: Config[] = [
|
|
|
preset: [],
|
|
|
},
|
|
|
showStyle: {
|
|
|
- size: 'width:440px;height:290px;',
|
|
|
+ size: 'width:440px;height:320px;',
|
|
|
version: '原版',
|
|
|
position: 'top:340px;left:10px;',
|
|
|
},
|
|
@@ -225,7 +225,7 @@ export const testConfigMineFire: Config[] = [
|
|
|
preset: [],
|
|
|
},
|
|
|
showStyle: {
|
|
|
- size: 'width:440px;height:290px;',
|
|
|
+ size: 'width:440px;height:260px;',
|
|
|
version: '原版',
|
|
|
position: 'bottom:8px;left:10px;',
|
|
|
headerPosition: 'centerBottom',
|