c3js / c3js/c3

Zooming after flow stops does not work

Open
#1,640 5 comments 0 reactions 0 assignees View on GitHub
waiting on submitter
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.