realchart 1.0.8 → 1.0.9

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/dist/index.d.ts CHANGED
@@ -928,7 +928,6 @@ declare class DataPointCollection {
928
928
  get count(): number;
929
929
  isEmpty(): boolean;
930
930
  get(index: number): DataPoint;
931
- private _pointAtCond;
932
931
  pointAt(xValue: number | any, yValue?: number | any): DataPoint;
933
932
  contains(p: DataPoint): boolean;
934
933
  load(source: any): void;