axidio-styleguide-library1-v2 0.2.47 → 0.2.48
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-bars-with-scroll-zoom/horizontal-bars-with-scroll-zoom.component.mjs +74 -228
- package/fesm2022/axidio-styleguide-library1-v2.mjs +73 -227
- package/fesm2022/axidio-styleguide-library1-v2.mjs.map +1 -1
- package/lib/horizontal-bars-with-scroll-zoom/horizontal-bars-with-scroll-zoom.component.d.ts +0 -4
- package/package.json +1 -1
package/lib/horizontal-bars-with-scroll-zoom/horizontal-bars-with-scroll-zoom.component.d.ts
CHANGED
|
@@ -101,8 +101,6 @@ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniq
|
|
|
101
101
|
onResized(event: ResizedEvent): void;
|
|
102
102
|
isZoomOutSelected(isZoomOut: boolean): void;
|
|
103
103
|
private removeExistingChart;
|
|
104
|
-
private getDeviceConfig;
|
|
105
|
-
private configureResponsiveSettings;
|
|
106
104
|
private mergeConfigurations;
|
|
107
105
|
private prepareMetaData;
|
|
108
106
|
private calculateDimensions;
|
|
@@ -115,7 +113,6 @@ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniq
|
|
|
115
113
|
private addInteractions;
|
|
116
114
|
private handleMouseOver;
|
|
117
115
|
private getHoverColor;
|
|
118
|
-
private currentDimensions;
|
|
119
116
|
private displayTooltip;
|
|
120
117
|
private calculateTooltipX;
|
|
121
118
|
private generateTooltipHtml;
|
|
@@ -131,7 +128,6 @@ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniq
|
|
|
131
128
|
private renderGrids;
|
|
132
129
|
private renderAxes;
|
|
133
130
|
private renderStandardAxes;
|
|
134
|
-
private renderMobileXAxis;
|
|
135
131
|
private renderDrilldownAxes;
|
|
136
132
|
private renderMultiChartAxes;
|
|
137
133
|
private applyAxisStyling;
|