Charts will autohide the popup and fixed logging property

This commit is contained in:
Ziver Koc 2016-05-27 16:36:24 +02:00
parent fa4a5911e5
commit 5fd432ee4c
3 changed files with 5 additions and 3 deletions

View file

@ -63,7 +63,8 @@
continuousLine: false,
pointSize: 1,
postUnits: 'kWh',
resize: true
resize: true,
hideHover: 'auto',
});
}
</script>

View file

@ -15,7 +15,8 @@
ykeys: ['data'],
labels: ['Data'],
continuousLine: false,
resize: true
resize: true,
hideHover: 'auto',
});
});
</script>