regions.remove does not actually remove the region
Author: demyanov-artemCreated Jan 27, 2016Updated Sep 17, 2026
- generate the chart
- call regions.add(...) on the chart
- call regions.remove() on the chart
- 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
Source: c3js/c3