axidio-styleguide-library1-v2 0.3.22 → 0.3.24
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 +227 -241
- package/esm2022/lib/horizontal-grouped-bar-with-scroll-zoom/horizontal-grouped-bar-with-scroll-zoom.component.mjs +1264 -144
- package/fesm2022/axidio-styleguide-library1-v2.mjs +1490 -384
- 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 +1 -3
- package/package.json +1 -1
package/lib/horizontal-bars-with-scroll-zoom/horizontal-bars-with-scroll-zoom.component.d.ts
CHANGED
|
@@ -101,8 +101,6 @@ 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;
|
|
106
104
|
private mergeConfigurations;
|
|
107
105
|
private prepareMetaData;
|
|
108
106
|
private calculateDimensions;
|
|
@@ -125,12 +123,12 @@ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniq
|
|
|
125
123
|
private isAcronymLabel;
|
|
126
124
|
private getYAxisLabelClass;
|
|
127
125
|
private getXAxisLabelClass;
|
|
126
|
+
private renderGridsFromLeftAxis;
|
|
128
127
|
private applyConfigurationFlags;
|
|
129
128
|
initializeStackedChart(): void;
|
|
130
129
|
private renderGrids;
|
|
131
130
|
private renderAxes;
|
|
132
131
|
private renderStandardAxes;
|
|
133
|
-
private renderMobileXAxis;
|
|
134
132
|
private renderDrilldownAxes;
|
|
135
133
|
private renderMultiChartAxes;
|
|
136
134
|
private applyAxisStyling;
|