Zooming after flow stops does not work
- Dominant language
- JavaScript
- Stars
- 9.3k
- Forks
- 1.4k
- Avg merge
- 6d 16h
- Merged PRs (30d)
- 1
Description
Hi,
I am having this problem , that after starting and stopping the flow I am not able to zoom the graph. But if I click on some data in the legend the zoom enables back. I tried to focus and defocus via API , but that didnt work.
Thanks for help
Peter
$("#liveStream").change(function() {
if ($(this).is(":checked")) {
liveStream = setInterval(function() {
chartRX.flow({
columns: data.rx,
length: 0
});
}, 1000);
} else {
clearInterval(liveStream);
}
});
Contributor guide
Assessment
This issue has not been assessed yet.