라벨표시 설정 on 안되는 문제 수정
This commit is contained in:
@@ -466,6 +466,10 @@ function AppMainContent({
|
||||
}}
|
||||
initialCategory={settingsInitialCategory}
|
||||
{...settingsPageProps}
|
||||
chartCandleAreaPriceLabels={appDefaults.chartCandleAreaPriceLabels ?? true}
|
||||
onChartCandleAreaPriceLabels={v => saveAppDef({ chartCandleAreaPriceLabels: v })}
|
||||
chartSeriesPriceLabels={appDefaults.chartSeriesPriceLabels ?? true}
|
||||
onChartSeriesPriceLabels={v => saveAppDef({ chartSeriesPriceLabels: v })}
|
||||
/>
|
||||
</Suspense>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user