@candleview/core 2.9.9 → 3.0.0

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
@@ -926,8 +926,8 @@ export declare interface CandleViewConfig {
926
926
  data?: ICandleViewDataPoint[];
927
927
  theme?: 'light' | 'dark';
928
928
  locale?: 'en' | 'zh-cn';
929
- showTopPanel?: boolean;
930
- showLeftPanel?: boolean;
929
+ technologyPanel?: boolean;
930
+ drawingPanel?: boolean;
931
931
  chartType?: MainChartType;
932
932
  activeTimeframe?: TimeframeEnum;
933
933
  currentTimezone?: TimezoneEnum;