From fb9a70e964a7d645dcdd81592c1c8ccb843a1d66 Mon Sep 17 00:00:00 2001 From: Julia Mnizhek Date: Fri, 6 Feb 2026 15:17:23 +0100 Subject: [PATCH] [docs] tiny fix from tech writers linter --- website/docs/data-display/bubble-chart/bubble-chart-code.md | 2 +- .../data-display/scatterplot-chart/scatterplot-chart-code.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/data-display/bubble-chart/bubble-chart-code.md b/website/docs/data-display/bubble-chart/bubble-chart-code.md index 82e585beb7..947c71600e 100644 --- a/website/docs/data-display/bubble-chart/bubble-chart-code.md +++ b/website/docs/data-display/bubble-chart/bubble-chart-code.md @@ -20,7 +20,7 @@ For core principles, concept description, API and changelog, refer to the [D3 ch ::: tip For all the following examples, scale is calculated taking into account synthetic data. -You can see the mathematics, used in `Change.Bubble` to calculate common scale, in [our GitHub repository](https://github.com/semrush/intergalactic/blob/HEAD/semcore/d3-chart/src/component/Chart/BubbleChart.tsx#L63). +For understanding the mathematics, used in `Change.Bubble` to calculate common scale, refer to [our GitHub repository](https://github.com/semrush/intergalactic/blob/HEAD/semcore/d3-chart/src/component/Chart/BubbleChart.tsx#L63). ::: ## Bubble chart diff --git a/website/docs/data-display/scatterplot-chart/scatterplot-chart-code.md b/website/docs/data-display/scatterplot-chart/scatterplot-chart-code.md index faf59e9deb..6acf309b16 100644 --- a/website/docs/data-display/scatterplot-chart/scatterplot-chart-code.md +++ b/website/docs/data-display/scatterplot-chart/scatterplot-chart-code.md @@ -20,7 +20,7 @@ For core principles, concept description, API and changelog, refer to the [D3 ch ::: tip For all the following examples, scale is calculated taking into account synthetic data. -You can see the mathematics, used in `Change.Scatterplot` to calculate common scale, in [our GitHub repository](https://github.com/semrush/intergalactic/blob/HEAD/semcore/d3-chart/src/component/Chart/ScatterPlotChart.tsx#L39). +For understanding the mathematics, used in `Change.Scatterplot` to calculate common scale, refer to [our GitHub repository](https://github.com/semrush/intergalactic/blob/HEAD/semcore/d3-chart/src/component/Chart/ScatterPlotChart.tsx#L39). ::: ## Advanced usage