This commit is contained in:
hzz 2023-08-18 18:24:43 +08:00
parent 5c00f76020
commit 9e7cf96d3a
2 changed files with 4 additions and 4 deletions

View File

@ -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) {

View File

@ -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
},