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