axidio-styleguide-library1-v2 0.6.80 → 0.6.81
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/chart-header-v2/chart-header-v2.component.mjs +2 -2
- package/esm2022/lib/group-chart/group-chart.component.mjs +27 -53
- package/esm2022/lib/horizontal-bars-with-scroll-zoom/horizontal-bars-with-scroll-zoom.component.mjs +3 -3
- package/esm2022/lib/plain-trend/plain-trend.component.mjs +2 -2
- package/fesm2022/axidio-styleguide-library1-v2.mjs +32 -58
- 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
|
@@ -114,7 +114,6 @@ export declare class GroupChartComponent extends ComponentUniqueId implements On
|
|
|
114
114
|
private calculateDrilldownBarX;
|
|
115
115
|
private adjustDrilldownScale;
|
|
116
116
|
private getBarWidth;
|
|
117
|
-
private truncateTextByWidth;
|
|
118
117
|
private getBarHeight;
|
|
119
118
|
private getBarColor;
|
|
120
119
|
private renderBarTexts;
|