From 55181c3ef19e7db380fa543141247c8ffcc1393a Mon Sep 17 00:00:00 2001 From: Alexey <4681325+qqrm@users.noreply.github.com> Date: Fri, 22 Aug 2025 14:52:32 +0300 Subject: [PATCH] docs: clarify zoom and history requirements --- DOCS/FEATURES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DOCS/FEATURES.md b/DOCS/FEATURES.md index 46ab38e..c0ead10 100644 --- a/DOCS/FEATURES.md +++ b/DOCS/FEATURES.md @@ -3,6 +3,8 @@ The project targets a fully interactive trading chart with the following capabilities: - Candlestick chart with zoom and scroll. + - Mouse-wheel zoom recenters the candle under the cursor. + - Zooming loads older candles when the left edge nears history. - Time axis showing timeframe markers. - Price axis with dynamic levels and markers. - Cursor tooltip displaying OHLCV values on hover.