c3js / c3js/c3

regions.remove does not actually remove the region

Open
#1,561 3 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
9.3k
Forks
1.4k
Avg merge
6d 16h
Merged PRs (30d)
1

Description

1. generate the chart
2. call regions.add(...) on the chart
3. call regions.remove() on the chart
4. call regions.add(...) on the chart, adding new region
>> new and previous(removed) regions are shown

I would expect that no removed regions would be shown after the regions.remove(...) call

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.