update
This commit is contained in:
parent
5c00f76020
commit
9e7cf96d3a
@ -48,7 +48,7 @@ async function getSensorInfodatafun() {
|
||||
}
|
||||
//获取设备列表
|
||||
async function deviceDistributeInMachineryFactorydatafun() {
|
||||
let result: any = await deviceDistributeInMachineryFactorydata({ids:'6,7,8,9,10,11'});
|
||||
let result: any = await deviceDistributeInMachineryFactorydata({ids:'6,7,9,10,11'});
|
||||
|
||||
if (result.code == 200) {
|
||||
|
||||
|
@ -74,7 +74,7 @@ function init() {
|
||||
},
|
||||
//刻度线
|
||||
axisTick: {
|
||||
show: false,
|
||||
show:false,
|
||||
distance: -5,
|
||||
splitNumber: 5,
|
||||
lineStyle: {
|
||||
@ -84,7 +84,7 @@ function init() {
|
||||
},
|
||||
//刻度线
|
||||
splitLine: {
|
||||
distance: 5,
|
||||
distance: 0,
|
||||
length: 3,
|
||||
lineStyle: {
|
||||
width: 3,
|
||||
@ -93,7 +93,7 @@ function init() {
|
||||
},
|
||||
//表刻度值
|
||||
axisLabel: {
|
||||
distance: 15,
|
||||
distance: 10,
|
||||
color: '#999',
|
||||
fontSize: 10
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user