candleview 2.2.3 → 2.2.8

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
@@ -56,7 +56,6 @@ declare class CandleView extends default_2.Component<CandleViewProps, CandleView
56
56
  private preparedData;
57
57
  private originalData;
58
58
  private aiManager;
59
- private LOGO;
60
59
  constructor(props: CandleViewProps);
61
60
  componentDidMount(): void;
62
61
  componentDidUpdate(prevProps: CandleViewProps, prevState: CandleViewState): void;
@@ -71,6 +70,8 @@ declare class CandleView extends default_2.Component<CandleViewProps, CandleView
71
70
  private loadDataAsync;
72
71
  private loadExternalData;
73
72
  private loadInternalData;
73
+ private clearOriginalData;
74
+ private clearChart;
74
75
  initializeChart(): void;
75
76
  handleTimeFormatClick: () => void;
76
77
  handleCloseTimeClick: () => void;