Skip to content

Commit 45a5a61

Browse files
Update docs/data/charts/performance/performance.md
Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com>
1 parent 3a8cead commit 45a5a61

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/data/charts/performance/performance.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ Set the `skipAnimation` prop to render the final state directly, without transit
6262
<LineChart series={series} skipAnimation />
6363
```
6464

65-
:::info
66-
When `skipAnimation` is unset, charts already respect the user's [`prefers-reduced-motion`](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion) setting and skip animations for users who opted out of motion.
67-
:::
68-
6965
## Remove marks from line charts
7066

7167
If you set `showMark` to `true` for line series, a mark element is render for every data point.

0 commit comments

Comments
 (0)