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

View File

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