axidio-styleguide-library1-v2 0.0.847 → 0.0.849

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.
@@ -3615,7 +3615,7 @@ class ChartHeaderV3Component {
3615
3615
  this.zoomInZoomOutClick = new EventEmitter();
3616
3616
  this.isDD1Open = false;
3617
3617
  this.isDD2Open = false;
3618
- this.isZoomedOut = false;
3618
+ this.isZoomedOut = true;
3619
3619
  this.keepOrder = (a, b) => {
3620
3620
  return a;
3621
3621
  };
@@ -3717,7 +3717,7 @@ class GroupChartComponent extends ComponentUniqueId {
3717
3717
  barVauleColor: undefined,
3718
3718
  };
3719
3719
  this.uniqueId = this.getUniqueId();
3720
- this.isZoomedOut = false;
3720
+ this.isZoomedOut = true;
3721
3721
  this.isDD1Open = false;
3722
3722
  this.isDD2Open = false;
3723
3723
  this.keepOrder = (a, b) => {
@@ -7161,7 +7161,7 @@ class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId {
7161
7161
  isTitleHidden: undefined,
7162
7162
  };
7163
7163
  this.isCC = false;
7164
- this.isZoomedOut = false;
7164
+ this.isZoomedOut = true;
7165
7165
  }
7166
7166
  isZoomOutSelected(isZoomOut) {
7167
7167
  this.isZoomedOut = isZoomOut;
@@ -8437,7 +8437,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8437
8437
  defaultBarHeight: 2,
8438
8438
  };
8439
8439
  this.uniqueId = this.getUniqueId();
8440
- this.isZoomedOut = false;
8440
+ this.isZoomedOut = true;
8441
8441
  this.isDD1Open = false;
8442
8442
  this.isDD2Open = false;
8443
8443
  this.keepOrder = (a, b) => {