realchart 0.9.1 → 0.9.2

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
@@ -693,6 +693,7 @@ declare abstract class Series extends ChartItem implements ISeries, ILegendSourc
693
693
  protected _getField(axis: IAxis): any;
694
694
  protected _colorByPoint(): boolean;
695
695
  protected _doLoad(src: any): void;
696
+ protected _loadData(src: any): any;
696
697
  protected _doLoadPoints(src: any[]): void;
697
698
  protected _doPrepareRender(): void;
698
699
  prepareAfter(): void;