Skip to content

Commit 63d28ca

Browse files
Apply suggestions from code review
Co-authored-by: Bernardo Belchior <Bernardo.belchior1@gmail.com> Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com>
1 parent f4cb9fe commit 63d28ca

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/data/charts/heatmap/heatmap.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ So they benefit from dedicated pages.
5656
### Axes
5757

5858
The Heatmap axes can be customized like any other chart axis.
59-
The available options are available in the [dedicated page](/x/react-charts/axis/#axis-customization/).
59+
The available options are available in the [axis customization page](/x/react-charts/axis/#axis-customization/).
6060

6161
### Tooltip
6262

6363
The Heatmap has an item tooltip that can be customized as described in the [Tooltip documentation page](/x/react-charts/tooltip/).
6464

65-
The specificity of the Heatmap Tooltip is its default content.
66-
You can import the default tooltip, or only its content as follow:
65+
The only difference of the Heatmap Tooltip is its default content.
66+
You can import the default tooltip, or only its content as follows:
6767

6868
```js
6969
import { HeatmapTooltip, HeatmapTooltipContent } from '@mui/x-charts/Heatmap',

0 commit comments

Comments
 (0)