axidio-styleguide-library1-v2 0.6.4 → 0.6.6
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.
- package/esm2022/lib/chart-header-v2/chart-header-v2.component.mjs +2 -1
- package/esm2022/lib/horizontal-grouped-bar-with-scroll-zoom/horizontal-grouped-bar-with-scroll-zoom.component.mjs +2 -2
- package/fesm2022/axidio-styleguide-library1-v2.mjs +2 -1
- package/fesm2022/axidio-styleguide-library1-v2.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -2961,6 +2961,7 @@ class ChartHeaderV2Component {
|
|
|
2961
2961
|
this.clickEvent.emit(d);
|
|
2962
2962
|
}
|
|
2963
2963
|
isZoomOutSelected(isZoomOut, event) {
|
|
2964
|
+
this.isZoomedOut = isZoomOut;
|
|
2964
2965
|
this.zoomInZoomOutClick.emit({ isZoomOut: isZoomOut, event: event });
|
|
2965
2966
|
}
|
|
2966
2967
|
handleGaugeChartVisibility() {
|
|
@@ -8921,7 +8922,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8921
8922
|
.style('overflow', 'visible') // Allow overflow to show scrollbars
|
|
8922
8923
|
// .style('padding-left', `${margin.left}px`)
|
|
8923
8924
|
.style('padding-left', `${isria ? margin.left + 18 : margin.left + 15}px`)
|
|
8924
|
-
.style('padding-right', `${rightSvgWidth}px`
|
|
8925
|
+
.style('padding-right', `${rightSvgWidth}px`)
|
|
8925
8926
|
.style('margin-left', '6px');
|
|
8926
8927
|
// Left Y-Axis
|
|
8927
8928
|
const svgYAxisLeft = outerContainer
|