가상투자 화면 목록 선택 동작
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type Timeframe = '1m' | '3m' | '5m' | '15m' | '30m' | '1h' | '4h' | '1D' | '1W' | '1M';
|
||||
export type Timeframe = '1m' | '3m' | '5m' | '10m' | '15m' | '30m' | '1h' | '4h' | '1D' | '1W' | '1M';
|
||||
export type ChartType = 'candlestick' | 'bar' | 'line' | 'area' | 'baseline';
|
||||
export type Theme = 'dark' | 'light' | 'blue';
|
||||
export type ChartMode = 'chart' | 'trading'; // 차트뷰 / 트레이딩뷰
|
||||
|
||||
Reference in New Issue
Block a user