@tetacom/svg-charts 1.7.38 → 1.7.39

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tetacom/svg-charts",
3
- "version": "1.7.38",
3
+ "version": "1.7.39",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -639,6 +639,7 @@ declare class LinearSeriesBaseComponent<T extends BasePoint> extends SeriesBaseC
639
639
  defaultClipPointsMapping: Map<ClipPointsDirection, (min: number, max: number) => (point: BasePoint, idx: number, arr: Array<BasePoint>) => boolean>;
640
640
  display: Observable<number>;
641
641
  markers: i0.Signal<T[]>;
642
+ private sortedTooltipData;
642
643
  path: i0.Signal<any>;
643
644
  protected update: i0.WritableSignal<unknown>;
644
645
  protected getClipOffset(): {