From c7bc4a7506e977d962938e67dbff3365144a01f0 Mon Sep 17 00:00:00 2001 From: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> Date: Wed, 7 Feb 2024 14:35:58 +0100 Subject: [PATCH 1/2] [docs] Add missing `charts` breaking change steps (#11971) Signed-off-by: Alexandre Fauquette <45398769+alexfauquette@users.noreply.github.com> Co-authored-by: Lukas Co-authored-by: Flavien DELANGLE --- .../migration-charts-v6/migration-charts-v6.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/data/migration/migration-charts-v6/migration-charts-v6.md b/docs/data/migration/migration-charts-v6/migration-charts-v6.md index e46e62858af1c..4586825ccc825 100644 --- a/docs/data/migration/migration-charts-v6/migration-charts-v6.md +++ b/docs/data/migration/migration-charts-v6/migration-charts-v6.md @@ -34,9 +34,22 @@ These changes were done for consistency, improved stability and to make room for ### Renaming +#### Types + Some types got renamed for coherence: | v6 | v7 | | :-------------------------------- | :----------------------- | | `ChartsTooltipSlotComponentProps` | `ChartsTooltipSlotProps` | | `ChartsTooltipSlotsComponent` | `ChartsTooltipSlots` | + +#### Props + +The Pie Chart `onClick` prop has been renamed `onItemClick` for consistency with other components. +The behavior of this prop remains the same. + +### Animation + +The Line Chart now have animation by default. +You can disable it with `skipAnimation` prop. +See [animation documentation](/x/react-charts/lines/#animation) for more information. From 3a3263bef0ebeb52416b79a5b72fa431e2e50054 Mon Sep 17 00:00:00 2001 From: Andrew Cherniavskii Date: Wed, 7 Feb 2024 14:45:01 +0100 Subject: [PATCH 2/2] [core] Fix failing `test_static` on the next branch (#11977) --- docs/data/introduction/support/support.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/introduction/support/support.md b/docs/data/introduction/support/support.md index 2763c082e4d7d..9112bccbaafdb 100644 --- a/docs/data/introduction/support/support.md +++ b/docs/data/introduction/support/support.md @@ -40,7 +40,7 @@ You have a few possible options to provide it: - [Data Grid](/x/react-data-grid/#mit-version-free-forever) - [Date Pickers](/x/react-date-pickers/getting-started/#render-your-first-component) - [Charts](/x/react-charts/getting-started/#single-charts) - - [Tree View](/x/react-tree-view/#simpletreeview) + - [Tree View](/x/react-tree-view/#simple-tree-view) - You can use a starter template to build a reproduction case with: