@bizy/core 21.5.3 → 21.5.4

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.
@@ -10357,8 +10357,10 @@ class BizyBarLineChartComponent {
10357
10357
  getNativeElement = () => this.#elementRef?.nativeElement;
10358
10358
  render = () => {
10359
10359
  this.#deleteChartContainer();
10360
- this.#gridLeft = 0;
10360
+ this.#gridTop = 0;
10361
10361
  this.#gridRight = 0;
10362
+ this.#gridBottom = 0;
10363
+ this.#gridLeft = 0;
10362
10364
  this.#chartStacks = [];
10363
10365
  this.#chartNames = [];
10364
10366
  this.#createChartContainer();