feat(chart): candle build indicator as direction line #1

Open
u1 wants to merge 31 commits from feat/candle-build-indicator into main
Showing only changes of commit 5a9c2b0a85 - Show all commits

View File

@@ -14,7 +14,7 @@ type Props = {
onToggleFullscreen: () => void; onToggleFullscreen: () => void;
}; };
const timeframes = ['1m', '5m', '15m', '1h', '4h', '1D'] as const; const timeframes = ['5s', '15s', '30s', '1m', '5m', '15m', '1h', '4h', '1D'] as const;
export default function ChartToolbar({ export default function ChartToolbar({
timeframe, timeframe,