axidio-styleguide-library1-v2 0.1.45 → 0.1.46
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.
|
@@ -6929,7 +6929,7 @@ class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
6929
6929
|
isTitleHidden: undefined,
|
|
6930
6930
|
};
|
|
6931
6931
|
this.isCC = false;
|
|
6932
|
-
this.isZoomedOut =
|
|
6932
|
+
this.isZoomedOut = true;
|
|
6933
6933
|
}
|
|
6934
6934
|
isZoomOutSelected(isZoomOut) {
|
|
6935
6935
|
this.isZoomedOut = isZoomOut;
|
|
@@ -7902,7 +7902,7 @@ class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
7902
7902
|
/**
|
|
7903
7903
|
* used to display y label
|
|
7904
7904
|
*/
|
|
7905
|
-
if (this.isZoomedOut) {
|
|
7905
|
+
if (!this.isZoomedOut) {
|
|
7906
7906
|
svg
|
|
7907
7907
|
.selectAll('.lib-xaxis-labels-texts-drilldown')
|
|
7908
7908
|
.attr('transform', 'rotate(-90)')
|