axidio-styleguide-library1-v2 0.2.27 → 0.2.28
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 +1908 -982
- package/fesm2022/axidio-styleguide-library1-v2.mjs +1917 -991
- 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 +34 -0
- package/package.json +1 -1
|
@@ -34,6 +34,40 @@ export declare class HorizontalGroupedBarWithScrollZoomComponent extends Compone
|
|
|
34
34
|
keepOrder: (a: any, b: any) => any;
|
|
35
35
|
get isAlertEnabled(): boolean;
|
|
36
36
|
initializegroupChart(): void;
|
|
37
|
+
private renderXAxis;
|
|
38
|
+
private applyXLabelsOnSameLine;
|
|
39
|
+
private calculateXLabelYPosition;
|
|
40
|
+
private formatXLabelText;
|
|
41
|
+
private calculateMaxValue;
|
|
42
|
+
private setupLineYScale;
|
|
43
|
+
private renderGridLines;
|
|
44
|
+
private setupXSubgroupScale;
|
|
45
|
+
private renderBars;
|
|
46
|
+
private prepareBarData;
|
|
47
|
+
private handleBarClick;
|
|
48
|
+
private calculateBarX;
|
|
49
|
+
private calculateDrilldownBarX;
|
|
50
|
+
private calculateBarY;
|
|
51
|
+
private calculateBarWidth;
|
|
52
|
+
private calculateBarHeight;
|
|
53
|
+
private getBarColor;
|
|
54
|
+
private renderBarLabels;
|
|
55
|
+
private formatBarLabel;
|
|
56
|
+
private calculateLabelFontSize;
|
|
57
|
+
private calculateLabelTransform;
|
|
58
|
+
private handleMouseOver;
|
|
59
|
+
private calculateTooltipX;
|
|
60
|
+
private calculateTooltipWidth;
|
|
61
|
+
private generateTooltipHTML;
|
|
62
|
+
private handleMouseOut;
|
|
63
|
+
private renderYAxis;
|
|
64
|
+
private applyAxisVisibilityConfig;
|
|
65
|
+
private renderAxisLabels;
|
|
66
|
+
private isLabelAcronym;
|
|
67
|
+
private getXLabelClass;
|
|
68
|
+
private renderTargetLine;
|
|
69
|
+
private renderLineChart;
|
|
70
|
+
private handleZoomOut;
|
|
37
71
|
private calculateChartDimensions;
|
|
38
72
|
private createChartContainers;
|
|
39
73
|
handleClick(d: any): void;
|