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