axidio-styleguide-library1-v2 0.3.48 → 0.3.50
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 +51 -20
- package/fesm2022/axidio-styleguide-library1-v2.mjs +50 -19
- 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 +0 -1
- package/package.json +1 -1
package/lib/horizontal-bars-with-scroll-zoom/horizontal-bars-with-scroll-zoom.component.d.ts
CHANGED
|
@@ -123,7 +123,6 @@ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniq
|
|
|
123
123
|
private isAcronymLabel;
|
|
124
124
|
private getYAxisLabelClass;
|
|
125
125
|
private getXAxisLabelClass;
|
|
126
|
-
private renderGridsFromLeftAxis;
|
|
127
126
|
private applyConfigurationFlags;
|
|
128
127
|
initializeStackedChart(): void;
|
|
129
128
|
private renderGrids;
|