@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
|
@@ -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(): {
|