탭 지표 자동추가

This commit is contained in:
Macbook
2026-05-27 13:24:05 +09:00
parent f22abbdc19
commit f7aac535d8
7 changed files with 182 additions and 11 deletions
+2
View File
@@ -2510,6 +2510,8 @@ function App() {
onAutoScale={() => managerRef.current?.autoScale()}
onFitContent={() => managerRef.current?.fitContent()}
onToggleGrid={() => setShowGrid(v => !v)}
onAddIndicators={handleAddIndicators}
onAddIndicator={handleAddIndicator}
/>
</div>{/* chart-screen */}