diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index b0c897d..b6a82f0 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -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 })} /> )}