axidio-styleguide-library1-v2 0.4.60 → 0.4.61
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/group-chart/group-chart.component.mjs +79 -159
- package/esm2022/lib/horizontal-bars-with-scroll-zoom/horizontal-bars-with-scroll-zoom.component.mjs +2 -2
- package/esm2022/lib/horizontal-grouped-bar-with-scroll-zoom/horizontal-grouped-bar-with-scroll-zoom.component.mjs +29 -19
- package/fesm2022/axidio-styleguide-library1-v2.mjs +107 -177
- package/fesm2022/axidio-styleguide-library1-v2.mjs.map +1 -1
- package/lib/group-chart/group-chart.component.d.ts +1 -0
- package/package.json +1 -1
|
@@ -111,6 +111,7 @@ export declare class GroupChartComponent extends ComponentUniqueId implements On
|
|
|
111
111
|
private renderBars;
|
|
112
112
|
private prepareBarData;
|
|
113
113
|
private handleBarClick;
|
|
114
|
+
private getBarX;
|
|
114
115
|
private calculateDrilldownBarX;
|
|
115
116
|
private adjustDrilldownScale;
|
|
116
117
|
private getBarWidth;
|