axidio-styleguide-library1-v2 0.6.44 → 0.6.45
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.
|
@@ -111,8 +111,10 @@ export declare class GroupChartComponent extends ComponentUniqueId implements On
|
|
|
111
111
|
private renderBars;
|
|
112
112
|
private prepareBarData;
|
|
113
113
|
private handleBarClick;
|
|
114
|
+
private calculateDrilldownBarX;
|
|
114
115
|
private adjustDrilldownScale;
|
|
115
116
|
private getBarWidth;
|
|
117
|
+
private getBarHeight;
|
|
116
118
|
private getBarColor;
|
|
117
119
|
private renderBarTexts;
|
|
118
120
|
private getBarTextLabel;
|