axidio-styleguide-library1-v2 0.2.45 → 0.2.47
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 +72 -74
- package/esm2022/lib/horizontal-grouped-bar-with-scroll-zoom/horizontal-grouped-bar-with-scroll-zoom.component.mjs +22 -18
- package/fesm2022/axidio-styleguide-library1-v2.mjs +92 -90
- 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 +1 -0
- package/package.json +1 -1
package/lib/horizontal-bars-with-scroll-zoom/horizontal-bars-with-scroll-zoom.component.d.ts
CHANGED
|
@@ -115,6 +115,7 @@ export declare class HorizontalBarsWithScrollZoomComponent extends ComponentUniq
|
|
|
115
115
|
private addInteractions;
|
|
116
116
|
private handleMouseOver;
|
|
117
117
|
private getHoverColor;
|
|
118
|
+
private currentDimensions;
|
|
118
119
|
private displayTooltip;
|
|
119
120
|
private calculateTooltipX;
|
|
120
121
|
private generateTooltipHtml;
|