탭 지표 자동추가
This commit is contained in:
@@ -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 */}
|
||||
|
||||
Reference in New Issue
Block a user