axidio-styleguide-library1-v2 0.5.65 → 0.5.67
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.
|
@@ -8678,7 +8678,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8678
8678
|
// : (height + margin.top + margin.bottom + 40);
|
|
8679
8679
|
const xPosition = isria
|
|
8680
8680
|
? (this.chartConfiguration.isHeaderVisible
|
|
8681
|
-
? (height + margin.top + margin.bottom -
|
|
8681
|
+
? (height + margin.top + margin.bottom - 45) // isria + header visible
|
|
8682
8682
|
: (height + margin.top + margin.bottom) // isria + header NOT visible
|
|
8683
8683
|
)
|
|
8684
8684
|
: (height + margin.top + margin.bottom + 40); // not isria
|