realchart 0.9.27 → 0.9.28

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
@@ -1098,6 +1098,7 @@ declare abstract class SeriesGroup<T extends Series> extends ChartItem implement
1098
1098
  getLegendSources(list: ILegendSource[]): void;
1099
1099
  canMinPadding(axis: IAxis): boolean;
1100
1100
  canMaxPadding(axis: IAxis): boolean;
1101
+ getVisPoints(p: DataPoint): DataPoint[];
1101
1102
  getVisiblePoints(): DataPoint[];
1102
1103
  protected _doLoadProp(prop: string, value: any): boolean;
1103
1104
  prepareRender(): void;