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