From 7fadfe84f20e9236f3d979bec5bac0a218eda7d5 Mon Sep 17 00:00:00 2001 From: Evgeniia Riazanova Date: Tue, 21 Jan 2025 18:32:00 +0300 Subject: [PATCH] WRT-1291: Apply review suggestion --- website/docs/time-scale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/time-scale.md b/website/docs/time-scale.md index be980f263e..9105ffc897 100644 --- a/website/docs/time-scale.md +++ b/website/docs/time-scale.md @@ -66,7 +66,7 @@ As a result, series with fewer data points may have a small margin on both sides ![Margin](/img/margin.png) -In this case, you can specify the [logical range](#logical-range) with the [`setVisibleLogicalRange`](/api/interfaces/ITimeScaleApi.md#setvisiblelogicalrange) method to display the series exactly to the edges. +You can specify the [logical range](#logical-range) with the [`setVisibleLogicalRange`](/api/interfaces/ITimeScaleApi.md#setvisiblelogicalrange) method to display the series exactly to the edges. For example, the code sample below adjusts the range by half a bar-width on both sides. ```javascript