#1561·c3

regions.remove does not actually remove the region

Author: demyanov-artemCreated Jan 27, 2016Updated Sep 17, 2026
  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