From c41b3aea37a8402478299651a92233288e85e4a8 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 5 Nov 2024 11:09:31 +0100 Subject: [PATCH] add pie chart axes removal --- .../migration/migration-charts-v7/migration-charts-v7.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/data/migration/migration-charts-v7/migration-charts-v7.md b/docs/data/migration/migration-charts-v7/migration-charts-v7.md index c8d106cbae05..c04db95fface 100644 --- a/docs/data/migration/migration-charts-v7/migration-charts-v7.md +++ b/docs/data/migration/migration-charts-v7/migration-charts-v7.md @@ -88,3 +88,11 @@ To pass props to the legend, use the `slotProps.legend`. - + ``` + +## Remove Pie Chart axes + +The `` got by error the code to render axes. +This code is removed in v8, which implies removing the following props: `axisHighlight`, `topAxis`, `rightAxis`, `bottomAxis`, and `leftAxis`. + +This should not impact your code. +If you used axes in a pie chart please open an issue, we would be curious to get more information about the use-case.