axidio-styleguide-library1-v2 0.3.30 → 0.3.32
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/horizontal-bars-with-scroll-zoom/horizontal-bars-with-scroll-zoom.component.mjs +238 -219
- package/esm2022/lib/horizontal-grouped-bar-with-scroll-zoom/horizontal-grouped-bar-with-scroll-zoom.component.mjs +72 -1265
- package/fesm2022/axidio-styleguide-library1-v2.mjs +309 -1483
- package/fesm2022/axidio-styleguide-library1-v2.mjs.map +1 -1
- package/lib/horizontal-bars-with-scroll-zoom/horizontal-bars-with-scroll-zoom.component.d.ts +3 -1
- package/package.json +1 -1
package/lib/horizontal-bars-with-scroll-zoom/horizontal-bars-with-scroll-zoom.component.d.ts
CHANGED
|
@@ -101,6 +101,8 @@ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniq
|
|
|
101
101
|
onResized(event: ResizedEvent): void;
|
|
102
102
|
isZoomOutSelected(isZoomOut: boolean): void;
|
|
103
103
|
private removeExistingChart;
|
|
104
|
+
private getDeviceConfig;
|
|
105
|
+
private configureResponsiveSettings;
|
|
104
106
|
private mergeConfigurations;
|
|
105
107
|
private prepareMetaData;
|
|
106
108
|
private calculateDimensions;
|
|
@@ -123,12 +125,12 @@ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniq
|
|
|
123
125
|
private isAcronymLabel;
|
|
124
126
|
private getYAxisLabelClass;
|
|
125
127
|
private getXAxisLabelClass;
|
|
126
|
-
private renderGridsFromLeftAxis;
|
|
127
128
|
private applyConfigurationFlags;
|
|
128
129
|
initializeStackedChart(): void;
|
|
129
130
|
private renderGrids;
|
|
130
131
|
private renderAxes;
|
|
131
132
|
private renderStandardAxes;
|
|
133
|
+
private renderMobileXAxis;
|
|
132
134
|
private renderDrilldownAxes;
|
|
133
135
|
private renderMultiChartAxes;
|
|
134
136
|
private applyAxisStyling;
|