Charts will autohide the popup and fixed logging property
This commit is contained in:
parent
fa4a5911e5
commit
5fd432ee4c
3 changed files with 5 additions and 3 deletions
|
|
@ -12,4 +12,4 @@ se.hal.level = ALL
|
||||||
|
|
||||||
zutil.level = ALL
|
zutil.level = ALL
|
||||||
zutil.db.bean.level = INFO
|
zutil.db.bean.level = INFO
|
||||||
zutil.net.http.pages.level = INFO
|
zutil.net.http.page.level = INFO
|
||||||
|
|
@ -63,7 +63,8 @@
|
||||||
continuousLine: false,
|
continuousLine: false,
|
||||||
pointSize: 1,
|
pointSize: 1,
|
||||||
postUnits: 'kWh',
|
postUnits: 'kWh',
|
||||||
resize: true
|
resize: true,
|
||||||
|
hideHover: 'auto',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,8 @@
|
||||||
ykeys: ['data'],
|
ykeys: ['data'],
|
||||||
labels: ['Data'],
|
labels: ['Data'],
|
||||||
continuousLine: false,
|
continuousLine: false,
|
||||||
resize: true
|
resize: true,
|
||||||
|
hideHover: 'auto',
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue