@mui/x-charts 9.5.0 → 9.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (200) hide show
  1. package/BarChart/BarChart.js +1 -1
  2. package/BarChart/BarChart.mjs +1 -1
  3. package/BarChart/BarElement.js +2 -1
  4. package/BarChart/BarElement.mjs +2 -1
  5. package/BarChart/BarLabel/BarLabel.js +1 -1
  6. package/BarChart/BarLabel/BarLabel.mjs +1 -1
  7. package/BarChart/BarPlot.js +1 -1
  8. package/BarChart/BarPlot.mjs +1 -1
  9. package/CHANGELOG.md +151 -0
  10. package/ChartsAxis/ChartsAxis.js +1 -1
  11. package/ChartsAxis/ChartsAxis.mjs +1 -1
  12. package/ChartsAxisHighlight/ChartsAxisHighlight.js +1 -1
  13. package/ChartsAxisHighlight/ChartsAxisHighlight.mjs +1 -1
  14. package/ChartsAxisHighlightValue/ChartsAxisHighlightValue.js +2 -2
  15. package/ChartsAxisHighlightValue/ChartsAxisHighlightValue.mjs +2 -2
  16. package/ChartsBrushOverlay/ChartsBrushOverlay.d.mts +5 -1
  17. package/ChartsBrushOverlay/ChartsBrushOverlay.d.ts +5 -1
  18. package/ChartsBrushOverlay/ChartsBrushOverlay.js +12 -1
  19. package/ChartsBrushOverlay/ChartsBrushOverlay.mjs +14 -2
  20. package/ChartsClipPath/ChartsClipPath.js +1 -1
  21. package/ChartsClipPath/ChartsClipPath.mjs +1 -1
  22. package/ChartsContainer/ChartsContainer.js +5 -3
  23. package/ChartsContainer/ChartsContainer.mjs +5 -3
  24. package/ChartsDataProvider/ChartsDataProvider.js +5 -1
  25. package/ChartsDataProvider/ChartsDataProvider.mjs +5 -1
  26. package/ChartsGrid/ChartsGrid.js +5 -1
  27. package/ChartsGrid/ChartsGrid.mjs +5 -1
  28. package/ChartsLayerContainer/ChartsLayerContainer.js +1 -1
  29. package/ChartsLayerContainer/ChartsLayerContainer.mjs +1 -1
  30. package/ChartsLocalizationProvider/ChartsLocalizationProvider.js +1 -1
  31. package/ChartsLocalizationProvider/ChartsLocalizationProvider.mjs +1 -1
  32. package/ChartsRadialAxisHighlight/ChartsRadialAxisHighlight.js +2 -2
  33. package/ChartsRadialAxisHighlight/ChartsRadialAxisHighlight.mjs +2 -2
  34. package/ChartsRadialDataProvider/ChartsRadialDataProvider.js +9 -1
  35. package/ChartsRadialDataProvider/ChartsRadialDataProvider.mjs +9 -1
  36. package/ChartsRadialGrid/ChartsRadialGrid.js +5 -1
  37. package/ChartsRadialGrid/ChartsRadialGrid.mjs +5 -1
  38. package/ChartsRadiusAxis/ChartsRadiusAxis.d.mts +8 -2
  39. package/ChartsRadiusAxis/ChartsRadiusAxis.d.ts +8 -2
  40. package/ChartsRadiusAxis/ChartsRadiusAxis.js +143 -3
  41. package/ChartsRadiusAxis/ChartsRadiusAxis.mjs +144 -5
  42. package/ChartsReferenceLine/ChartsReferenceLine.js +1 -1
  43. package/ChartsReferenceLine/ChartsReferenceLine.mjs +1 -1
  44. package/ChartsRotationAxis/ChartsRotationAxis.d.mts +8 -2
  45. package/ChartsRotationAxis/ChartsRotationAxis.d.ts +8 -2
  46. package/ChartsRotationAxis/ChartsRotationAxis.js +140 -3
  47. package/ChartsRotationAxis/ChartsRotationAxis.mjs +141 -5
  48. package/ChartsRotationAxis/index.d.mts +1 -1
  49. package/ChartsRotationAxis/index.d.ts +1 -1
  50. package/ChartsSurface/ChartsSurface.js +1 -1
  51. package/ChartsSurface/ChartsSurface.mjs +1 -1
  52. package/ChartsSvgLayer/ChartsSvgLayer.js +1 -1
  53. package/ChartsSvgLayer/ChartsSvgLayer.mjs +1 -1
  54. package/ChartsText/ChartsText.js +2 -2
  55. package/ChartsText/ChartsText.mjs +2 -2
  56. package/ChartsTooltip/ChartsAxisTooltipContent.js +22 -3
  57. package/ChartsTooltip/ChartsAxisTooltipContent.mjs +22 -3
  58. package/ChartsTooltip/ChartsItemTooltipContent.js +52 -1
  59. package/ChartsTooltip/ChartsItemTooltipContent.mjs +52 -1
  60. package/ChartsTooltip/ChartsTooltip.js +13 -33
  61. package/ChartsTooltip/ChartsTooltip.mjs +13 -33
  62. package/ChartsTooltip/ChartsTooltipContainer.js +6 -26
  63. package/ChartsTooltip/ChartsTooltipContainer.mjs +6 -26
  64. package/ChartsWrapper/ChartsWrapper.js +1 -1
  65. package/ChartsWrapper/ChartsWrapper.mjs +1 -1
  66. package/ChartsXAxis/ChartsSingleXAxisTicks.js +1 -1
  67. package/ChartsXAxis/ChartsSingleXAxisTicks.mjs +1 -1
  68. package/ChartsXAxis/ChartsXAxis.js +11 -2
  69. package/ChartsXAxis/ChartsXAxis.mjs +11 -2
  70. package/ChartsYAxis/ChartsSingleYAxisTicks.js +1 -1
  71. package/ChartsYAxis/ChartsSingleYAxisTicks.mjs +1 -1
  72. package/ChartsYAxis/ChartsYAxis.js +11 -2
  73. package/ChartsYAxis/ChartsYAxis.mjs +11 -2
  74. package/ChartsYAxis/ChartsYAxisImpl.js +1 -1
  75. package/ChartsYAxis/ChartsYAxisImpl.mjs +1 -1
  76. package/Gauge/Gauge.js +1 -1
  77. package/Gauge/Gauge.mjs +1 -1
  78. package/Gauge/GaugeContainer.js +1 -1
  79. package/Gauge/GaugeContainer.mjs +1 -1
  80. package/Gauge/GaugeValueArc.js +2 -2
  81. package/Gauge/GaugeValueArc.mjs +2 -2
  82. package/Gauge/GaugeValueText.js +1 -1
  83. package/Gauge/GaugeValueText.mjs +1 -1
  84. package/LineChart/AnimatedArea.js +3 -3
  85. package/LineChart/AnimatedArea.mjs +3 -3
  86. package/LineChart/AnimatedLine.js +1 -1
  87. package/LineChart/AnimatedLine.mjs +1 -1
  88. package/LineChart/AreaElement.js +1 -1
  89. package/LineChart/AreaElement.mjs +1 -1
  90. package/LineChart/AreaPlot.js +1 -1
  91. package/LineChart/AreaPlot.mjs +1 -1
  92. package/LineChart/LineChart.js +1 -1
  93. package/LineChart/LineChart.mjs +1 -1
  94. package/LineChart/LineElement.js +4 -2
  95. package/LineChart/LineElement.mjs +4 -2
  96. package/LineChart/LineHighlightElement.js +1 -2
  97. package/LineChart/LineHighlightElement.mjs +1 -2
  98. package/LineChart/LineHighlightPlot.js +1 -1
  99. package/LineChart/LineHighlightPlot.mjs +1 -1
  100. package/LineChart/LinePlot.js +1 -1
  101. package/LineChart/LinePlot.mjs +1 -1
  102. package/LineChart/MarkElement.js +3 -2
  103. package/LineChart/MarkElement.mjs +3 -2
  104. package/LineChart/MarkPlot.js +2 -1
  105. package/LineChart/MarkPlot.mjs +2 -1
  106. package/PieChart/FocusedPieArc.d.mts +5 -1
  107. package/PieChart/FocusedPieArc.d.ts +5 -1
  108. package/PieChart/FocusedPieArc.js +22 -1
  109. package/PieChart/FocusedPieArc.mjs +24 -2
  110. package/PieChart/PieArc.js +1 -1
  111. package/PieChart/PieArc.mjs +1 -1
  112. package/PieChart/PieArcLabel.js +1 -1
  113. package/PieChart/PieArcLabel.mjs +1 -1
  114. package/PieChart/PieArcLabelPlot.js +7 -6
  115. package/PieChart/PieArcLabelPlot.mjs +7 -6
  116. package/PieChart/PieArcPlot.js +7 -6
  117. package/PieChart/PieArcPlot.mjs +7 -6
  118. package/PieChart/PieChart.js +1 -1
  119. package/PieChart/PieChart.mjs +1 -1
  120. package/PieChart/PiePlot.js +2 -1
  121. package/PieChart/PiePlot.mjs +2 -1
  122. package/RadarChart/RadarAxis/RadarAxis.js +5 -1
  123. package/RadarChart/RadarAxis/RadarAxis.mjs +5 -1
  124. package/RadarChart/RadarAxisHighlight/RadarAxisHighlight.js +6 -2
  125. package/RadarChart/RadarAxisHighlight/RadarAxisHighlight.mjs +6 -2
  126. package/RadarChart/RadarChart.js +1 -1
  127. package/RadarChart/RadarChart.mjs +1 -1
  128. package/RadarChart/RadarGrid/RadarGrid.js +1 -5
  129. package/RadarChart/RadarGrid/RadarGrid.mjs +1 -5
  130. package/RadarChart/RadarSeriesPlot/RadarSeriesArea.js +5 -1
  131. package/RadarChart/RadarSeriesPlot/RadarSeriesArea.mjs +5 -1
  132. package/RadarChart/RadarSeriesPlot/RadarSeriesMarks.js +5 -1
  133. package/RadarChart/RadarSeriesPlot/RadarSeriesMarks.mjs +5 -1
  134. package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.js +5 -1
  135. package/RadarChart/RadarSeriesPlot/RadarSeriesPlot.mjs +5 -1
  136. package/ScatterChart/Scatter.js +1 -1
  137. package/ScatterChart/Scatter.mjs +1 -1
  138. package/ScatterChart/ScatterChart.js +5 -3
  139. package/ScatterChart/ScatterChart.mjs +5 -3
  140. package/ScatterChart/ScatterMarker.js +2 -2
  141. package/ScatterChart/ScatterMarker.mjs +2 -2
  142. package/ScatterChart/ScatterPlot.d.mts +8 -1
  143. package/ScatterChart/ScatterPlot.d.ts +8 -1
  144. package/ScatterChart/ScatterPlot.js +5 -2
  145. package/ScatterChart/ScatterPlot.mjs +5 -2
  146. package/ScatterChart/seriesConfig/getColor.js +6 -15
  147. package/ScatterChart/seriesConfig/getColor.mjs +6 -15
  148. package/SparkLineChart/SparkLineChart.js +1 -1
  149. package/SparkLineChart/SparkLineChart.mjs +1 -1
  150. package/Toolbar/Toolbar.js +1 -1
  151. package/Toolbar/Toolbar.mjs +1 -1
  152. package/Toolbar/ToolbarButton.js +1 -1
  153. package/Toolbar/ToolbarButton.mjs +1 -1
  154. package/index.d.mts +1 -1
  155. package/index.d.ts +1 -1
  156. package/index.js +1 -1
  157. package/index.mjs +1 -1
  158. package/internals/colorScale.d.mts +2 -2
  159. package/internals/colorScale.d.ts +2 -2
  160. package/internals/colorScale.js +2 -2
  161. package/internals/colorScale.mjs +2 -2
  162. package/internals/index.d.mts +2 -0
  163. package/internals/index.d.ts +2 -0
  164. package/internals/index.js +8 -0
  165. package/internals/index.mjs +2 -0
  166. package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.js +16 -30
  167. package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.mjs +17 -31
  168. package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.types.d.mts +8 -1
  169. package/internals/plugins/corePlugins/useChartInteractionListener/useChartInteractionListener.types.d.ts +8 -1
  170. package/internals/plugins/corePlugins/useChartSeriesConfig/types/colorProcessor.types.d.mts +1 -1
  171. package/internals/plugins/corePlugins/useChartSeriesConfig/types/colorProcessor.types.d.ts +1 -1
  172. package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionGetter.types.d.mts +7 -0
  173. package/internals/plugins/corePlugins/useChartSeriesConfig/types/tooltipItemPositionGetter.types.d.ts +7 -0
  174. package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.d.mts +0 -8
  175. package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.d.ts +0 -8
  176. package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.js +1 -2
  177. package/internals/plugins/featurePlugins/useChartCartesianAxis/domain.mjs +2 -2
  178. package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.js +6 -1
  179. package/internals/plugins/featurePlugins/useChartPolarAxis/computeAxisValue.mjs +6 -1
  180. package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.js +6 -2
  181. package/internals/plugins/featurePlugins/useChartTooltip/useChartTooltip.selectors.mjs +6 -2
  182. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.d.mts +49 -0
  183. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.d.ts +49 -0
  184. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.js +124 -0
  185. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.selectors.mjs +117 -0
  186. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types.d.mts +64 -0
  187. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types.d.ts +64 -0
  188. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types.js +5 -0
  189. package/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types.mjs +1 -0
  190. package/internals/resolveColorProcessor.js +4 -7
  191. package/internals/resolveColorProcessor.mjs +4 -7
  192. package/models/axis.d.mts +20 -4
  193. package/models/axis.d.ts +20 -4
  194. package/models/colorMapping.d.mts +8 -0
  195. package/models/colorMapping.d.ts +8 -0
  196. package/package.json +7 -4
  197. package/hooks/useIsHydrated.d.mts +0 -4
  198. package/hooks/useIsHydrated.d.ts +0 -4
  199. package/hooks/useIsHydrated.js +0 -19
  200. package/hooks/useIsHydrated.mjs +0 -14
@@ -91,7 +91,7 @@ const GaugeContainer = exports.GaugeContainer = /*#__PURE__*/React.forwardRef(fu
91
91
  });
92
92
  });
93
93
  if (process.env.NODE_ENV !== "production") GaugeContainer.displayName = "GaugeContainer";
94
- process.env.NODE_ENV !== "production" ? GaugeContainer.propTypes = {
94
+ process.env.NODE_ENV !== "production" ? GaugeContainer.propTypes /* remove-proptypes */ = {
95
95
  // ----------------------------- Warning --------------------------------
96
96
  // | These PropTypes are generated from the TypeScript type definitions |
97
97
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -84,7 +84,7 @@ const GaugeContainer = /*#__PURE__*/React.forwardRef(function GaugeContainer(pro
84
84
  });
85
85
  });
86
86
  if (process.env.NODE_ENV !== "production") GaugeContainer.displayName = "GaugeContainer";
87
- process.env.NODE_ENV !== "production" ? GaugeContainer.propTypes = {
87
+ process.env.NODE_ENV !== "production" ? GaugeContainer.propTypes /* remove-proptypes */ = {
88
88
  // ----------------------------- Warning --------------------------------
89
89
  // | These PropTypes are generated from the TypeScript type definitions |
90
90
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -60,7 +60,7 @@ function GaugeValueArc(_ref) {
60
60
  outerRadius: outerRadius
61
61
  }));
62
62
  }
63
- process.env.NODE_ENV !== "production" ? GaugeValueArc.propTypes = {
63
+ process.env.NODE_ENV !== "production" ? GaugeValueArc.propTypes /* remove-proptypes */ = {
64
64
  // ----------------------------- Warning --------------------------------
65
65
  // | These PropTypes are generated from the TypeScript type definitions |
66
66
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -92,7 +92,7 @@ function AnimatedGaugeValueArc(_ref2) {
92
92
  transform: `translate(${cx}, ${cy})`
93
93
  }, other));
94
94
  }
95
- process.env.NODE_ENV !== "production" ? AnimatedGaugeValueArc.propTypes = {
95
+ process.env.NODE_ENV !== "production" ? AnimatedGaugeValueArc.propTypes /* remove-proptypes */ = {
96
96
  // ----------------------------- Warning --------------------------------
97
97
  // | These PropTypes are generated from the TypeScript type definitions |
98
98
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -53,7 +53,7 @@ function GaugeValueArc(_ref) {
53
53
  outerRadius: outerRadius
54
54
  }));
55
55
  }
56
- process.env.NODE_ENV !== "production" ? GaugeValueArc.propTypes = {
56
+ process.env.NODE_ENV !== "production" ? GaugeValueArc.propTypes /* remove-proptypes */ = {
57
57
  // ----------------------------- Warning --------------------------------
58
58
  // | These PropTypes are generated from the TypeScript type definitions |
59
59
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -86,7 +86,7 @@ function AnimatedGaugeValueArc(_ref2) {
86
86
  transform: `translate(${cx}, ${cy})`
87
87
  }, other));
88
88
  }
89
- process.env.NODE_ENV !== "production" ? AnimatedGaugeValueArc.propTypes = {
89
+ process.env.NODE_ENV !== "production" ? AnimatedGaugeValueArc.propTypes /* remove-proptypes */ = {
90
90
  // ----------------------------- Warning --------------------------------
91
91
  // | These PropTypes are generated from the TypeScript type definitions |
92
92
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -54,7 +54,7 @@ function GaugeValueText(props) {
54
54
  }, other))
55
55
  });
56
56
  }
57
- process.env.NODE_ENV !== "production" ? GaugeValueText.propTypes = {
57
+ process.env.NODE_ENV !== "production" ? GaugeValueText.propTypes /* remove-proptypes */ = {
58
58
  // ----------------------------- Warning --------------------------------
59
59
  // | These PropTypes are generated from the TypeScript type definitions |
60
60
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -48,7 +48,7 @@ function GaugeValueText(props) {
48
48
  }, other))
49
49
  });
50
50
  }
51
- process.env.NODE_ENV !== "production" ? GaugeValueText.propTypes = {
51
+ process.env.NODE_ENV !== "production" ? GaugeValueText.propTypes /* remove-proptypes */ = {
52
52
  // ----------------------------- Warning --------------------------------
53
53
  // | These PropTypes are generated from the TypeScript type definitions |
54
54
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -48,7 +48,7 @@ function AnimatedArea(props) {
48
48
  }, other, animatedProps))
49
49
  });
50
50
  }
51
- process.env.NODE_ENV !== "production" ? AnimatedArea.propTypes = {
51
+ process.env.NODE_ENV !== "production" ? AnimatedArea.propTypes /* remove-proptypes */ = {
52
52
  // ----------------------------- Warning --------------------------------
53
53
  // | These PropTypes are generated from the TypeScript type definitions |
54
54
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -58,9 +58,9 @@ process.env.NODE_ENV !== "production" ? AnimatedArea.propTypes = {
58
58
  classes: _propTypes.default.object,
59
59
  color: _propTypes.default.string.isRequired,
60
60
  gradientId: _propTypes.default.string,
61
- seriesId: _propTypes.default.string.isRequired,
62
61
  isFaded: _propTypes.default.bool.isRequired,
63
- isHighlighted: _propTypes.default.bool.isRequired
62
+ isHighlighted: _propTypes.default.bool.isRequired,
63
+ seriesId: _propTypes.default.string.isRequired
64
64
  }).isRequired,
65
65
  /**
66
66
  * If `true`, animations are skipped.
@@ -41,7 +41,7 @@ function AnimatedArea(props) {
41
41
  }, other, animatedProps))
42
42
  });
43
43
  }
44
- process.env.NODE_ENV !== "production" ? AnimatedArea.propTypes = {
44
+ process.env.NODE_ENV !== "production" ? AnimatedArea.propTypes /* remove-proptypes */ = {
45
45
  // ----------------------------- Warning --------------------------------
46
46
  // | These PropTypes are generated from the TypeScript type definitions |
47
47
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -51,9 +51,9 @@ process.env.NODE_ENV !== "production" ? AnimatedArea.propTypes = {
51
51
  classes: PropTypes.object,
52
52
  color: PropTypes.string.isRequired,
53
53
  gradientId: PropTypes.string,
54
- seriesId: PropTypes.string.isRequired,
55
54
  isFaded: PropTypes.bool.isRequired,
56
- isHighlighted: PropTypes.bool.isRequired
55
+ isHighlighted: PropTypes.bool.isRequired,
56
+ seriesId: PropTypes.string.isRequired
57
57
  }).isRequired,
58
58
  /**
59
59
  * If `true`, animations are skipped.
@@ -54,7 +54,7 @@ const AnimatedLine = exports.AnimatedLine = /*#__PURE__*/React.forwardRef(functi
54
54
  });
55
55
  });
56
56
  if (process.env.NODE_ENV !== "production") AnimatedLine.displayName = "AnimatedLine";
57
- process.env.NODE_ENV !== "production" ? AnimatedLine.propTypes = {
57
+ process.env.NODE_ENV !== "production" ? AnimatedLine.propTypes /* remove-proptypes */ = {
58
58
  // ----------------------------- Warning --------------------------------
59
59
  // | These PropTypes are generated from the TypeScript type definitions |
60
60
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -47,7 +47,7 @@ const AnimatedLine = /*#__PURE__*/React.forwardRef(function AnimatedLine(props,
47
47
  });
48
48
  });
49
49
  if (process.env.NODE_ENV !== "production") AnimatedLine.displayName = "AnimatedLine";
50
- process.env.NODE_ENV !== "production" ? AnimatedLine.propTypes = {
50
+ process.env.NODE_ENV !== "production" ? AnimatedLine.propTypes /* remove-proptypes */ = {
51
51
  // ----------------------------- Warning --------------------------------
52
52
  // | These PropTypes are generated from the TypeScript type definitions |
53
53
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -77,7 +77,7 @@ function AreaElement(props) {
77
77
  });
78
78
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(Area, (0, _extends2.default)({}, other, areaProps));
79
79
  }
80
- process.env.NODE_ENV !== "production" ? AreaElement.propTypes = {
80
+ process.env.NODE_ENV !== "production" ? AreaElement.propTypes /* remove-proptypes */ = {
81
81
  // ----------------------------- Warning --------------------------------
82
82
  // | These PropTypes are generated from the TypeScript type definitions |
83
83
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -70,7 +70,7 @@ function AreaElement(props) {
70
70
  });
71
71
  return /*#__PURE__*/_jsx(Area, _extends({}, other, areaProps));
72
72
  }
73
- process.env.NODE_ENV !== "production" ? AreaElement.propTypes = {
73
+ process.env.NODE_ENV !== "production" ? AreaElement.propTypes /* remove-proptypes */ = {
74
74
  // ----------------------------- Warning --------------------------------
75
75
  // | These PropTypes are generated from the TypeScript type definitions |
76
76
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -90,7 +90,7 @@ function AreaPlot(props) {
90
90
  }, seriesId))
91
91
  }));
92
92
  }
93
- process.env.NODE_ENV !== "production" ? AreaPlot.propTypes = {
93
+ process.env.NODE_ENV !== "production" ? AreaPlot.propTypes /* remove-proptypes */ = {
94
94
  // ----------------------------- Warning --------------------------------
95
95
  // | These PropTypes are generated from the TypeScript type definitions |
96
96
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -83,7 +83,7 @@ function AreaPlot(props) {
83
83
  }, seriesId))
84
84
  }));
85
85
  }
86
- process.env.NODE_ENV !== "production" ? AreaPlot.propTypes = {
86
+ process.env.NODE_ENV !== "production" ? AreaPlot.propTypes /* remove-proptypes */ = {
87
87
  // ----------------------------- Warning --------------------------------
88
88
  // | These PropTypes are generated from the TypeScript type definitions |
89
89
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -81,7 +81,7 @@ const LineChart = exports.LineChart = /*#__PURE__*/React.forwardRef(function Lin
81
81
  }));
82
82
  });
83
83
  if (process.env.NODE_ENV !== "production") LineChart.displayName = "LineChart";
84
- process.env.NODE_ENV !== "production" ? LineChart.propTypes = {
84
+ process.env.NODE_ENV !== "production" ? LineChart.propTypes /* remove-proptypes */ = {
85
85
  // ----------------------------- Warning --------------------------------
86
86
  // | These PropTypes are generated from the TypeScript type definitions |
87
87
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -74,7 +74,7 @@ const LineChart = /*#__PURE__*/React.forwardRef(function LineChart(inProps, ref)
74
74
  }));
75
75
  });
76
76
  if (process.env.NODE_ENV !== "production") LineChart.displayName = "LineChart";
77
- process.env.NODE_ENV !== "production" ? LineChart.propTypes = {
77
+ process.env.NODE_ENV !== "production" ? LineChart.propTypes /* remove-proptypes */ = {
78
78
  // ----------------------------- Warning --------------------------------
79
79
  // | These PropTypes are generated from the TypeScript type definitions |
80
80
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -79,7 +79,7 @@ function LineElement(props) {
79
79
  });
80
80
  return /*#__PURE__*/(0, _jsxRuntime.jsx)(Line, (0, _extends2.default)({}, other, lineProps));
81
81
  }
82
- process.env.NODE_ENV !== "production" ? LineElement.propTypes = {
82
+ process.env.NODE_ENV !== "production" ? LineElement.propTypes /* remove-proptypes */ = {
83
83
  // ----------------------------- Warning --------------------------------
84
84
  // | These PropTypes are generated from the TypeScript type definitions |
85
85
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -88,7 +88,9 @@ process.env.NODE_ENV !== "production" ? LineElement.propTypes = {
88
88
  color: _propTypes.default.string.isRequired,
89
89
  d: _propTypes.default.string.isRequired,
90
90
  gradientId: _propTypes.default.string,
91
- /** If `true`, the line is hidden. */
91
+ /**
92
+ * If `true`, the line is hidden.
93
+ */
92
94
  hidden: _propTypes.default.bool,
93
95
  seriesId: _propTypes.default.string.isRequired,
94
96
  /**
@@ -72,7 +72,7 @@ function LineElement(props) {
72
72
  });
73
73
  return /*#__PURE__*/_jsx(Line, _extends({}, other, lineProps));
74
74
  }
75
- process.env.NODE_ENV !== "production" ? LineElement.propTypes = {
75
+ process.env.NODE_ENV !== "production" ? LineElement.propTypes /* remove-proptypes */ = {
76
76
  // ----------------------------- Warning --------------------------------
77
77
  // | These PropTypes are generated from the TypeScript type definitions |
78
78
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -81,7 +81,9 @@ process.env.NODE_ENV !== "production" ? LineElement.propTypes = {
81
81
  color: PropTypes.string.isRequired,
82
82
  d: PropTypes.string.isRequired,
83
83
  gradientId: PropTypes.string,
84
- /** If `true`, the line is hidden. */
84
+ /**
85
+ * If `true`, the line is hidden.
86
+ */
85
87
  hidden: PropTypes.bool,
86
88
  seriesId: PropTypes.string.isRequired,
87
89
  /**
@@ -58,12 +58,11 @@ function LineHighlightElement(props) {
58
58
  fill: color
59
59
  }, transformOrigin, additionalProps, other));
60
60
  }
61
- process.env.NODE_ENV !== "production" ? LineHighlightElement.propTypes = {
61
+ process.env.NODE_ENV !== "production" ? LineHighlightElement.propTypes /* remove-proptypes */ = {
62
62
  // ----------------------------- Warning --------------------------------
63
63
  // | These PropTypes are generated from the TypeScript type definitions |
64
64
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
65
65
  // ----------------------------------------------------------------------
66
- classes: _propTypes.default.object,
67
66
  seriesId: _propTypes.default.string.isRequired,
68
67
  shape: _propTypes.default.oneOf(['circle', 'cross', 'diamond', 'square', 'star', 'triangle', 'wye']).isRequired
69
68
  } : void 0;
@@ -51,12 +51,11 @@ function LineHighlightElement(props) {
51
51
  fill: color
52
52
  }, transformOrigin, additionalProps, other));
53
53
  }
54
- process.env.NODE_ENV !== "production" ? LineHighlightElement.propTypes = {
54
+ process.env.NODE_ENV !== "production" ? LineHighlightElement.propTypes /* remove-proptypes */ = {
55
55
  // ----------------------------- Warning --------------------------------
56
56
  // | These PropTypes are generated from the TypeScript type definitions |
57
57
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
58
58
  // ----------------------------------------------------------------------
59
- classes: PropTypes.object,
60
59
  seriesId: PropTypes.string.isRequired,
61
60
  shape: PropTypes.oneOf(['circle', 'cross', 'diamond', 'square', 'star', 'triangle', 'wye']).isRequired
62
61
  } : void 0;
@@ -133,7 +133,7 @@ function getStartEndMarkIndex(data, type) {
133
133
  const index = data.findLastIndex(value => value != null);
134
134
  return index < 0 ? undefined : index;
135
135
  }
136
- process.env.NODE_ENV !== "production" ? LineHighlightPlot.propTypes = {
136
+ process.env.NODE_ENV !== "production" ? LineHighlightPlot.propTypes /* remove-proptypes */ = {
137
137
  // ----------------------------- Warning --------------------------------
138
138
  // | These PropTypes are generated from the TypeScript type definitions |
139
139
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -126,7 +126,7 @@ function getStartEndMarkIndex(data, type) {
126
126
  const index = data.findLastIndex(value => value != null);
127
127
  return index < 0 ? undefined : index;
128
128
  }
129
- process.env.NODE_ENV !== "production" ? LineHighlightPlot.propTypes = {
129
+ process.env.NODE_ENV !== "production" ? LineHighlightPlot.propTypes /* remove-proptypes */ = {
130
130
  // ----------------------------- Warning --------------------------------
131
131
  // | These PropTypes are generated from the TypeScript type definitions |
132
132
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -92,7 +92,7 @@ function LinePlot(props) {
92
92
  })
93
93
  }));
94
94
  }
95
- process.env.NODE_ENV !== "production" ? LinePlot.propTypes = {
95
+ process.env.NODE_ENV !== "production" ? LinePlot.propTypes /* remove-proptypes */ = {
96
96
  // ----------------------------- Warning --------------------------------
97
97
  // | These PropTypes are generated from the TypeScript type definitions |
98
98
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -85,7 +85,7 @@ function LinePlot(props) {
85
85
  })
86
86
  }));
87
87
  }
88
- process.env.NODE_ENV !== "production" ? LinePlot.propTypes = {
88
+ process.env.NODE_ENV !== "production" ? LinePlot.propTypes /* remove-proptypes */ = {
89
89
  // ----------------------------- Warning --------------------------------
90
90
  // | These PropTypes are generated from the TypeScript type definitions |
91
91
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -100,7 +100,7 @@ function MarkElement(props) {
100
100
  stroke: color
101
101
  }));
102
102
  }
103
- process.env.NODE_ENV !== "production" ? MarkElement.propTypes = {
103
+ process.env.NODE_ENV !== "production" ? MarkElement.propTypes /* remove-proptypes */ = {
104
104
  // ----------------------------- Warning --------------------------------
105
105
  // | These PropTypes are generated from the TypeScript type definitions |
106
106
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -115,7 +115,6 @@ process.env.NODE_ENV !== "production" ? MarkElement.propTypes = {
115
115
  * @default false
116
116
  */
117
117
  hidden: _propTypes.default.bool,
118
- seriesId: _propTypes.default.string.isRequired,
119
118
  /**
120
119
  * If `true`, the marker is faded.
121
120
  * @default false
@@ -126,12 +125,14 @@ process.env.NODE_ENV !== "production" ? MarkElement.propTypes = {
126
125
  * @default false
127
126
  */
128
127
  isHighlighted: _propTypes.default.bool,
128
+ seriesId: _propTypes.default.string.isRequired,
129
129
  /**
130
130
  * The shape of the marker.
131
131
  */
132
132
  shape: _propTypes.default.oneOf(['circle', 'cross', 'diamond', 'square', 'star', 'triangle', 'wye']).isRequired,
133
133
  /**
134
134
  * If `true`, animations are skipped.
135
+ * @default false
135
136
  */
136
137
  skipAnimation: _propTypes.default.bool
137
138
  } : void 0;
@@ -93,7 +93,7 @@ function MarkElement(props) {
93
93
  stroke: color
94
94
  }));
95
95
  }
96
- process.env.NODE_ENV !== "production" ? MarkElement.propTypes = {
96
+ process.env.NODE_ENV !== "production" ? MarkElement.propTypes /* remove-proptypes */ = {
97
97
  // ----------------------------- Warning --------------------------------
98
98
  // | These PropTypes are generated from the TypeScript type definitions |
99
99
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -108,7 +108,6 @@ process.env.NODE_ENV !== "production" ? MarkElement.propTypes = {
108
108
  * @default false
109
109
  */
110
110
  hidden: PropTypes.bool,
111
- seriesId: PropTypes.string.isRequired,
112
111
  /**
113
112
  * If `true`, the marker is faded.
114
113
  * @default false
@@ -119,12 +118,14 @@ process.env.NODE_ENV !== "production" ? MarkElement.propTypes = {
119
118
  * @default false
120
119
  */
121
120
  isHighlighted: PropTypes.bool,
121
+ seriesId: PropTypes.string.isRequired,
122
122
  /**
123
123
  * The shape of the marker.
124
124
  */
125
125
  shape: PropTypes.oneOf(['circle', 'cross', 'diamond', 'square', 'star', 'triangle', 'wye']).isRequired,
126
126
  /**
127
127
  * If `true`, animations are skipped.
128
+ * @default false
128
129
  */
129
130
  skipAnimation: PropTypes.bool
130
131
  } : void 0;
@@ -127,7 +127,7 @@ function MarkPlot(props) {
127
127
  })
128
128
  }));
129
129
  }
130
- process.env.NODE_ENV !== "production" ? MarkPlot.propTypes = {
130
+ process.env.NODE_ENV !== "production" ? MarkPlot.propTypes /* remove-proptypes */ = {
131
131
  // ----------------------------- Warning --------------------------------
132
132
  // | These PropTypes are generated from the TypeScript type definitions |
133
133
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -140,6 +140,7 @@ process.env.NODE_ENV !== "production" ? MarkPlot.propTypes = {
140
140
  onItemClick: _propTypes.default.func,
141
141
  /**
142
142
  * If `true`, animations are skipped.
143
+ * @default false
143
144
  */
144
145
  skipAnimation: _propTypes.default.bool,
145
146
  /**
@@ -120,7 +120,7 @@ function MarkPlot(props) {
120
120
  })
121
121
  }));
122
122
  }
123
- process.env.NODE_ENV !== "production" ? MarkPlot.propTypes = {
123
+ process.env.NODE_ENV !== "production" ? MarkPlot.propTypes /* remove-proptypes */ = {
124
124
  // ----------------------------- Warning --------------------------------
125
125
  // | These PropTypes are generated from the TypeScript type definitions |
126
126
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -133,6 +133,7 @@ process.env.NODE_ENV !== "production" ? MarkPlot.propTypes = {
133
133
  onItemClick: PropTypes.func,
134
134
  /**
135
135
  * If `true`, animations are skipped.
136
+ * @default false
136
137
  */
137
138
  skipAnimation: PropTypes.bool,
138
139
  /**
@@ -1,2 +1,6 @@
1
1
  import { type PieArcProps } from "./PieArc.mjs";
2
- export declare function FocusedPieArc(props: Partial<Omit<PieArcProps, 'startAngle' | 'endAngle' | 'seriesId' | 'dataIndex' | 'isFaded' | 'isHighlighted' | 'isFocused'>>): import("react/jsx-runtime").JSX.Element | null;
2
+ declare function FocusedPieArc(props: Partial<Omit<PieArcProps, 'startAngle' | 'endAngle' | 'seriesId' | 'dataIndex' | 'isFaded' | 'isHighlighted' | 'isFocused'>>): import("react/jsx-runtime").JSX.Element | null;
3
+ declare namespace FocusedPieArc {
4
+ var propTypes: any;
5
+ }
6
+ export { FocusedPieArc };
@@ -1,2 +1,6 @@
1
1
  import { type PieArcProps } from "./PieArc.js";
2
- export declare function FocusedPieArc(props: Partial<Omit<PieArcProps, 'startAngle' | 'endAngle' | 'seriesId' | 'dataIndex' | 'isFaded' | 'isHighlighted' | 'isFocused'>>): import("react/jsx-runtime").JSX.Element | null;
2
+ declare function FocusedPieArc(props: Partial<Omit<PieArcProps, 'startAngle' | 'endAngle' | 'seriesId' | 'dataIndex' | 'isFaded' | 'isHighlighted' | 'isFocused'>>): import("react/jsx-runtime").JSX.Element | null;
3
+ declare namespace FocusedPieArc {
4
+ var propTypes: any;
5
+ }
6
+ export { FocusedPieArc };
@@ -9,6 +9,7 @@ exports.FocusedPieArc = FocusedPieArc;
9
9
  var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
10
10
  var _objectWithoutPropertiesLoose2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutPropertiesLoose"));
11
11
  var _styles = require("@mui/material/styles");
12
+ var _propTypes = _interopRequireDefault(require("prop-types"));
12
13
  var _useFocusedItem = require("../hooks/useFocusedItem");
13
14
  var _usePieSeries = require("../hooks/usePieSeries");
14
15
  var _PieArc = require("./PieArc");
@@ -60,4 +61,24 @@ function FocusedPieArc(props) {
60
61
  isFocused: false,
61
62
  strokeWidth: 3
62
63
  }, arcSizes, props));
63
- }
64
+ }
65
+ process.env.NODE_ENV !== "production" ? FocusedPieArc.propTypes /* remove-proptypes */ = {
66
+ // ----------------------------- Warning --------------------------------
67
+ // | These PropTypes are generated from the TypeScript type definitions |
68
+ // | To update them edit the TypeScript types and run "pnpm proptypes" |
69
+ // ----------------------------------------------------------------------
70
+ classes: _propTypes.default.object,
71
+ cornerRadius: _propTypes.default.number,
72
+ innerRadius: _propTypes.default.number,
73
+ outerRadius: _propTypes.default.number,
74
+ paddingAngle: _propTypes.default.number,
75
+ /**
76
+ * If `true`, the animation is disabled.
77
+ */
78
+ skipAnimation: _propTypes.default.bool,
79
+ /**
80
+ * If `true`, the default event handlers are disabled.
81
+ * Those are used, for example, to display a tooltip or highlight the arc on hover.
82
+ */
83
+ skipInteraction: _propTypes.default.bool
84
+ } : void 0;
@@ -4,6 +4,7 @@ import _extends from "@babel/runtime/helpers/esm/extends";
4
4
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
5
5
  const _excluded = ["arcLabelRadius"];
6
6
  import { useTheme } from '@mui/material/styles';
7
+ import PropTypes from 'prop-types';
7
8
  import { useFocusedItem } from "../hooks/useFocusedItem.mjs";
8
9
  import { usePieSeriesContext, usePieSeriesLayout } from "../hooks/usePieSeries.mjs";
9
10
  import { PieArc } from "./PieArc.mjs";
@@ -11,7 +12,7 @@ import { useUtilityClasses } from "./pieClasses.mjs";
11
12
  import { useItemHighlightState } from "../hooks/useItemHighlightState.mjs";
12
13
  import { getModifiedArcProperties } from "./dataTransform/getModifiedArcProperties.mjs";
13
14
  import { jsx as _jsx } from "react/jsx-runtime";
14
- export function FocusedPieArc(props) {
15
+ function FocusedPieArc(props) {
15
16
  const theme = useTheme();
16
17
  const focusedItem = useFocusedItem();
17
18
  const pieSeriesLayout = usePieSeriesLayout();
@@ -54,4 +55,25 @@ export function FocusedPieArc(props) {
54
55
  isFocused: false,
55
56
  strokeWidth: 3
56
57
  }, arcSizes, props));
57
- }
58
+ }
59
+ process.env.NODE_ENV !== "production" ? FocusedPieArc.propTypes /* remove-proptypes */ = {
60
+ // ----------------------------- Warning --------------------------------
61
+ // | These PropTypes are generated from the TypeScript type definitions |
62
+ // | To update them edit the TypeScript types and run "pnpm proptypes" |
63
+ // ----------------------------------------------------------------------
64
+ classes: PropTypes.object,
65
+ cornerRadius: PropTypes.number,
66
+ innerRadius: PropTypes.number,
67
+ outerRadius: PropTypes.number,
68
+ paddingAngle: PropTypes.number,
69
+ /**
70
+ * If `true`, the animation is disabled.
71
+ */
72
+ skipAnimation: PropTypes.bool,
73
+ /**
74
+ * If `true`, the default event handlers are disabled.
75
+ * Those are used, for example, to display a tooltip or highlight the arc on hover.
76
+ */
77
+ skipInteraction: PropTypes.bool
78
+ } : void 0;
79
+ export { FocusedPieArc };
@@ -92,7 +92,7 @@ const PieArc = exports.PieArc = /*#__PURE__*/React.forwardRef(function PieArc(pr
92
92
  }, other, interactionProps, animatedProps));
93
93
  });
94
94
  if (process.env.NODE_ENV !== "production") PieArc.displayName = "PieArc";
95
- process.env.NODE_ENV !== "production" ? PieArc.propTypes = {
95
+ process.env.NODE_ENV !== "production" ? PieArc.propTypes /* remove-proptypes */ = {
96
96
  // ----------------------------- Warning --------------------------------
97
97
  // | These PropTypes are generated from the TypeScript type definitions |
98
98
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -85,7 +85,7 @@ const PieArc = /*#__PURE__*/React.forwardRef(function PieArc(props, ref) {
85
85
  }, other, interactionProps, animatedProps));
86
86
  });
87
87
  if (process.env.NODE_ENV !== "production") PieArc.displayName = "PieArc";
88
- process.env.NODE_ENV !== "production" ? PieArc.propTypes = {
88
+ process.env.NODE_ENV !== "production" ? PieArc.propTypes /* remove-proptypes */ = {
89
89
  // ----------------------------- Warning --------------------------------
90
90
  // | These PropTypes are generated from the TypeScript type definitions |
91
91
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -89,7 +89,7 @@ const PieArcLabel = exports.PieArcLabel = /*#__PURE__*/React.forwardRef(function
89
89
  }));
90
90
  });
91
91
  if (process.env.NODE_ENV !== "production") PieArcLabel.displayName = "PieArcLabel";
92
- process.env.NODE_ENV !== "production" ? PieArcLabel.propTypes = {
92
+ process.env.NODE_ENV !== "production" ? PieArcLabel.propTypes /* remove-proptypes */ = {
93
93
  // ----------------------------- Warning --------------------------------
94
94
  // | These PropTypes are generated from the TypeScript type definitions |
95
95
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -82,7 +82,7 @@ const PieArcLabel = /*#__PURE__*/React.forwardRef(function PieArcLabel(props, re
82
82
  }));
83
83
  });
84
84
  if (process.env.NODE_ENV !== "production") PieArcLabel.displayName = "PieArcLabel";
85
- process.env.NODE_ENV !== "production" ? PieArcLabel.propTypes = {
85
+ process.env.NODE_ENV !== "production" ? PieArcLabel.propTypes /* remove-proptypes */ = {
86
86
  // ----------------------------- Warning --------------------------------
87
87
  // | These PropTypes are generated from the TypeScript type definitions |
88
88
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -95,7 +95,7 @@ function PieArcLabelPlot(props) {
95
95
  }, slotProps?.pieArcLabel), item.id ?? item.dataIndex))
96
96
  }));
97
97
  }
98
- process.env.NODE_ENV !== "production" ? PieArcLabelPlot.propTypes = {
98
+ process.env.NODE_ENV !== "production" ? PieArcLabelPlot.propTypes /* remove-proptypes */ = {
99
99
  // ----------------------------- Warning --------------------------------
100
100
  // | These PropTypes are generated from the TypeScript type definitions |
101
101
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -123,10 +123,11 @@ process.env.NODE_ENV !== "production" ? PieArcLabelPlot.propTypes = {
123
123
  color: _propTypes.default.string.isRequired,
124
124
  endAngle: _propTypes.default.number.isRequired,
125
125
  formattedValue: _propTypes.default.string.isRequired,
126
+ hidden: _propTypes.default.bool.isRequired,
126
127
  id: _propTypes.default.oneOfType([_propTypes.default.number, _propTypes.default.string]),
127
128
  index: _propTypes.default.number.isRequired,
128
129
  label: _propTypes.default.oneOfType([_propTypes.default.func, _propTypes.default.string]),
129
- labelMarkType: _propTypes.default.oneOfType([_propTypes.default.oneOf(['circle', 'line', 'square']), _propTypes.default.func]),
130
+ labelMarkType: _propTypes.default.oneOfType([_propTypes.default.oneOf(['circle', 'line', 'line+mark', 'square']), _propTypes.default.func]),
130
131
  padAngle: _propTypes.default.number.isRequired,
131
132
  startAngle: _propTypes.default.number.isRequired,
132
133
  value: _propTypes.default.number.isRequired
@@ -156,10 +157,6 @@ process.env.NODE_ENV !== "production" ? PieArcLabelPlot.propTypes = {
156
157
  outerRadius: _propTypes.default.number,
157
158
  paddingAngle: _propTypes.default.number
158
159
  }),
159
- /**
160
- * The id of this series.
161
- */
162
- seriesId: _propTypes.default.string.isRequired,
163
160
  /**
164
161
  * The radius between circle center and the beginning of the arc.
165
162
  * @default 0
@@ -174,6 +171,10 @@ process.env.NODE_ENV !== "production" ? PieArcLabelPlot.propTypes = {
174
171
  * @default 0
175
172
  */
176
173
  paddingAngle: _propTypes.default.number,
174
+ /**
175
+ * The id of this series.
176
+ */
177
+ seriesId: _propTypes.default.string.isRequired,
177
178
  /**
178
179
  * If `true`, animations are skipped.
179
180
  * @default false