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