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
|
|
@ -63,7 +63,8 @@
|
|||
continuousLine: false,
|
||||
pointSize: 1,
|
||||
postUnits: 'kWh',
|
||||
resize: true
|
||||
resize: true,
|
||||
hideHover: 'auto',
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@
|
|||
ykeys: ['data'],
|
||||
labels: ['Data'],
|
||||
continuousLine: false,
|
||||
resize: true
|
||||
resize: true,
|
||||
hideHover: 'auto',
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue