axidio-styleguide-library1-v2 0.0.848 → 0.0.850
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.
|
@@ -8437,7 +8437,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8437
8437
|
defaultBarHeight: 2,
|
|
8438
8438
|
};
|
|
8439
8439
|
this.uniqueId = this.getUniqueId();
|
|
8440
|
-
this.isZoomedOut =
|
|
8440
|
+
this.isZoomedOut = true;
|
|
8441
8441
|
this.isDD1Open = false;
|
|
8442
8442
|
this.isDD2Open = false;
|
|
8443
8443
|
this.keepOrder = (a, b) => {
|