axidio-styleguide-library1-v2 0.2.43 → 0.2.44
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 +59 -128
- package/esm2022/lib/horizontal-grouped-bar-with-scroll-zoom/horizontal-grouped-bar-with-scroll-zoom.component.mjs +21 -18
- package/fesm2022/axidio-styleguide-library1-v2.mjs +78 -144
- 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
|
@@ -131,7 +131,6 @@ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniq
|
|
|
131
131
|
private renderAxes;
|
|
132
132
|
private renderStandardAxes;
|
|
133
133
|
private renderMobileXAxis;
|
|
134
|
-
private formatXAxisLabel;
|
|
135
134
|
private renderDrilldownAxes;
|
|
136
135
|
private renderMultiChartAxes;
|
|
137
136
|
private applyAxisStyling;
|