@bizy/core 21.5.9 → 21.5.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10369,6 +10369,7 @@ class BizyBarLineChartComponent {
10369
10369
  this.#gridLeft = 0;
10370
10370
  this.#chartStacks = [];
10371
10371
  this.#chartNames = [];
10372
+ this.#chartGroups.clear();
10372
10373
  this.#createChartContainer();
10373
10374
  if (!this.#chartContainer) {
10374
10375
  return;