Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading