axidio-styleguide-library1-v2 0.2.26 → 0.2.27
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-grouped-bar-with-scroll-zoom/horizontal-grouped-bar-with-scroll-zoom.component.mjs +300 -170
- package/fesm2022/axidio-styleguide-library1-v2.mjs +299 -169
- package/fesm2022/axidio-styleguide-library1-v2.mjs.map +1 -1
- package/lib/horizontal-grouped-bar-with-scroll-zoom/horizontal-grouped-bar-with-scroll-zoom.component.d.ts +0 -8
- package/package.json +1 -1
|
@@ -36,14 +36,6 @@ export declare class HorizontalGroupedBarWithScrollZoomComponent extends Compone
|
|
|
36
36
|
initializegroupChart(): void;
|
|
37
37
|
private calculateChartDimensions;
|
|
38
38
|
private createChartContainers;
|
|
39
|
-
private renderXAxis;
|
|
40
|
-
private renderXAxisLabels;
|
|
41
|
-
private applyLabelStyles;
|
|
42
|
-
private calculateLabelY;
|
|
43
|
-
private calculateLabelX;
|
|
44
|
-
private handleLabelText;
|
|
45
|
-
private applyRiaLabelOverride;
|
|
46
|
-
private calculateMaxValue;
|
|
47
39
|
handleClick(d: any): void;
|
|
48
40
|
handleHeaderMenuClick(id: any): void;
|
|
49
41
|
handleDD1Click(event: any): void;
|