axidio-styleguide-library1-v2 0.3.9 → 0.3.11
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 +228 -204
- 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 +299 -1468
- 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 -0
- 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;
|
|
@@ -128,6 +130,7 @@ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniq
|
|
|
128
130
|
private renderGrids;
|
|
129
131
|
private renderAxes;
|
|
130
132
|
private renderStandardAxes;
|
|
133
|
+
private renderMobileXAxis;
|
|
131
134
|
private renderDrilldownAxes;
|
|
132
135
|
private renderMultiChartAxes;
|
|
133
136
|
private applyAxisStyling;
|