regions.remove does not actually remove the region
Open
- 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
Assessment
This issue has not been assessed yet.