@mui/x-charts-premium 9.3.0 → 9.5.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 (212) hide show
  1. package/BarChartPremium/BarChartPremium.js +35 -5
  2. package/BarChartPremium/BarChartPremium.mjs +35 -5
  3. package/BarChartPremium/RangeBar/RangeBarPlot.d.mts +10 -0
  4. package/BarChartPremium/RangeBar/RangeBarPlot.d.ts +10 -0
  5. package/BarChartPremium/RangeBar/RangeBarPlot.js +59 -2
  6. package/BarChartPremium/RangeBar/RangeBarPlot.mjs +59 -2
  7. package/BarChartPremium/RangeBar/RangeBarWebGLPlot.d.mts +10 -0
  8. package/BarChartPremium/RangeBar/RangeBarWebGLPlot.d.ts +10 -0
  9. package/BarChartPremium/RangeBar/RangeBarWebGLPlot.js +82 -0
  10. package/BarChartPremium/RangeBar/RangeBarWebGLPlot.mjs +76 -0
  11. package/BarChartPremium/RangeBar/seriesConfig/extrema.js +3 -0
  12. package/BarChartPremium/RangeBar/seriesConfig/extrema.mjs +3 -0
  13. package/BarChartPremium/RangeBar/seriesConfig/seriesProcessor.js +2 -2
  14. package/BarChartPremium/RangeBar/seriesConfig/seriesProcessor.mjs +2 -2
  15. package/BarChartPremium/useBarChartPremiumProps.js +2 -1
  16. package/BarChartPremium/useBarChartPremiumProps.mjs +2 -1
  17. package/BarChartPremium/webgl/useBarWebGLPlotData.d.mts +2 -7
  18. package/BarChartPremium/webgl/useBarWebGLPlotData.d.ts +2 -7
  19. package/BarChartPremium/webgl/useBarWebGLPlotData.js +4 -151
  20. package/BarChartPremium/webgl/useBarWebGLPlotData.mjs +4 -150
  21. package/BarChartPremium/webgl/useWebGLBarLikePlotData.d.mts +40 -0
  22. package/BarChartPremium/webgl/useWebGLBarLikePlotData.d.ts +40 -0
  23. package/BarChartPremium/webgl/useWebGLBarLikePlotData.js +228 -0
  24. package/BarChartPremium/webgl/useWebGLBarLikePlotData.mjs +222 -0
  25. package/CHANGELOG.md +296 -0
  26. package/CandlestickChart/CandlestickChart.js +11 -2
  27. package/CandlestickChart/CandlestickChart.mjs +11 -2
  28. package/CandlestickChart/index.d.mts +11 -2
  29. package/CandlestickChart/index.d.ts +11 -2
  30. package/CandlestickChart/index.js +15 -3
  31. package/CandlestickChart/index.mjs +16 -2
  32. package/CandlestickChart/seriesConfig/extrema.js +3 -0
  33. package/CandlestickChart/seriesConfig/extrema.mjs +3 -0
  34. package/CandlestickChart/seriesConfig/seriesProcessor.js +2 -2
  35. package/CandlestickChart/seriesConfig/seriesProcessor.mjs +2 -2
  36. package/ChartsDataProviderPremium/ChartsDataProviderPremium.js +2 -2
  37. package/ChartsDataProviderPremium/ChartsDataProviderPremium.mjs +2 -2
  38. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.d.mts +35 -0
  39. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.d.ts +35 -0
  40. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.js +125 -0
  41. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.mjs +119 -0
  42. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.d.mts +5 -0
  43. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.d.ts +5 -0
  44. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.js +10 -0
  45. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.mjs +4 -0
  46. package/ChartsGeoDataProviderPremium/index.d.mts +3 -0
  47. package/ChartsGeoDataProviderPremium/index.d.ts +3 -0
  48. package/ChartsGeoDataProviderPremium/index.js +20 -0
  49. package/ChartsGeoDataProviderPremium/index.mjs +3 -0
  50. package/ChartsGeoDataProviderPremium/useChartsGeoDataProviderPremiumProps.d.mts +10 -0
  51. package/ChartsGeoDataProviderPremium/useChartsGeoDataProviderPremiumProps.d.ts +10 -0
  52. package/ChartsGeoDataProviderPremium/useChartsGeoDataProviderPremiumProps.js +49 -0
  53. package/ChartsGeoDataProviderPremium/useChartsGeoDataProviderPremiumProps.mjs +42 -0
  54. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.js +2 -2
  55. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.mjs +2 -2
  56. package/HeatmapPremium/HeatmapPremium.js +32 -2
  57. package/HeatmapPremium/HeatmapPremium.mjs +32 -2
  58. package/Map/FocusedMapShape.d.mts +4 -0
  59. package/Map/FocusedMapShape.d.ts +4 -0
  60. package/Map/FocusedMapShape.js +66 -0
  61. package/Map/FocusedMapShape.mjs +60 -0
  62. package/Map/GeoDataPlot.d.mts +26 -0
  63. package/Map/GeoDataPlot.d.ts +26 -0
  64. package/Map/GeoDataPlot.js +65 -0
  65. package/Map/GeoDataPlot.mjs +60 -0
  66. package/Map/Graticule.d.mts +1 -0
  67. package/Map/Graticule.d.ts +1 -0
  68. package/Map/Graticule.js +30 -0
  69. package/Map/Graticule.mjs +24 -0
  70. package/Map/MapShape.d.mts +10 -0
  71. package/Map/MapShape.d.ts +10 -0
  72. package/Map/MapShape.js +55 -0
  73. package/Map/MapShape.mjs +49 -0
  74. package/Map/MapShapePlot.d.mts +21 -0
  75. package/Map/MapShapePlot.d.ts +21 -0
  76. package/Map/MapShapePlot.js +86 -0
  77. package/Map/MapShapePlot.mjs +80 -0
  78. package/Map/index.d.mts +7 -0
  79. package/Map/index.d.ts +7 -0
  80. package/Map/index.js +60 -0
  81. package/Map/index.mjs +8 -0
  82. package/Map/seriesConfig/descriptionGetter.d.mts +3 -0
  83. package/Map/seriesConfig/descriptionGetter.d.ts +3 -0
  84. package/Map/seriesConfig/descriptionGetter.js +19 -0
  85. package/Map/seriesConfig/descriptionGetter.mjs +13 -0
  86. package/Map/seriesConfig/getColor.d.mts +3 -0
  87. package/Map/seriesConfig/getColor.d.ts +3 -0
  88. package/Map/seriesConfig/getColor.js +35 -0
  89. package/Map/seriesConfig/getColor.mjs +29 -0
  90. package/Map/seriesConfig/getSeriesWithDefaultValues.d.mts +3 -0
  91. package/Map/seriesConfig/getSeriesWithDefaultValues.d.ts +3 -0
  92. package/Map/seriesConfig/getSeriesWithDefaultValues.js +15 -0
  93. package/Map/seriesConfig/getSeriesWithDefaultValues.mjs +8 -0
  94. package/Map/seriesConfig/index.d.mts +2 -0
  95. package/Map/seriesConfig/index.d.ts +2 -0
  96. package/Map/seriesConfig/index.js +28 -0
  97. package/Map/seriesConfig/index.mjs +21 -0
  98. package/Map/seriesConfig/keyboardFocusHandler.d.mts +9 -0
  99. package/Map/seriesConfig/keyboardFocusHandler.d.ts +9 -0
  100. package/Map/seriesConfig/keyboardFocusHandler.js +19 -0
  101. package/Map/seriesConfig/keyboardFocusHandler.mjs +13 -0
  102. package/Map/seriesConfig/legend.d.mts +3 -0
  103. package/Map/seriesConfig/legend.d.ts +3 -0
  104. package/Map/seriesConfig/legend.js +28 -0
  105. package/Map/seriesConfig/legend.mjs +22 -0
  106. package/Map/seriesConfig/seriesProcessor.d.mts +3 -0
  107. package/Map/seriesConfig/seriesProcessor.d.ts +3 -0
  108. package/Map/seriesConfig/seriesProcessor.js +66 -0
  109. package/Map/seriesConfig/seriesProcessor.mjs +59 -0
  110. package/Map/seriesConfig/tooltip.d.mts +3 -0
  111. package/Map/seriesConfig/tooltip.d.ts +3 -0
  112. package/Map/seriesConfig/tooltip.js +33 -0
  113. package/Map/seriesConfig/tooltip.mjs +27 -0
  114. package/RadialBarChart/RadialBarChart.d.mts +1 -1
  115. package/RadialBarChart/RadialBarChart.d.ts +1 -1
  116. package/RadialBarChart/RadialBarChart.js +2 -2
  117. package/RadialBarChart/RadialBarChart.mjs +1 -1
  118. package/RadialBarChart/index.d.mts +4 -0
  119. package/RadialBarChart/index.d.ts +4 -0
  120. package/RadialBarChart/index.js +8 -1
  121. package/RadialBarChart/index.mjs +6 -0
  122. package/RadialLineChart/RadialLineChart.d.mts +1 -1
  123. package/RadialLineChart/RadialLineChart.d.ts +1 -1
  124. package/RadialLineChart/RadialLineChart.js +4 -4
  125. package/RadialLineChart/RadialLineChart.mjs +5 -5
  126. package/RadialLineChart/RadialLineHighlightPlot.d.mts +3 -2
  127. package/RadialLineChart/RadialLineHighlightPlot.d.ts +3 -2
  128. package/RadialLineChart/index.d.mts +4 -0
  129. package/RadialLineChart/index.d.ts +4 -0
  130. package/RadialLineChart/index.js +16 -1
  131. package/RadialLineChart/index.mjs +6 -0
  132. package/ScatterChartPremium/ScatterChartPremium.d.mts +2 -1
  133. package/ScatterChartPremium/ScatterChartPremium.d.ts +2 -1
  134. package/ScatterChartPremium/ScatterChartPremium.js +36 -4
  135. package/ScatterChartPremium/ScatterChartPremium.mjs +37 -5
  136. package/ScatterChartPremium/ScatterChartPremium.plugins.d.mts +1 -1
  137. package/ScatterChartPremium/ScatterChartPremium.plugins.d.ts +1 -1
  138. package/ScatterChartPremium/ScatterPlotPremium.d.mts +2 -2
  139. package/ScatterChartPremium/ScatterPlotPremium.d.ts +2 -2
  140. package/hooks/index.d.mts +4 -1
  141. package/hooks/index.d.ts +4 -1
  142. package/hooks/index.js +33 -0
  143. package/hooks/index.mjs +4 -1
  144. package/hooks/useGeoData.d.mts +6 -0
  145. package/hooks/useGeoData.d.ts +6 -0
  146. package/hooks/useGeoData.js +17 -0
  147. package/hooks/useGeoData.mjs +13 -0
  148. package/hooks/useGeoFeatureIndexesByName.d.mts +7 -0
  149. package/hooks/useGeoFeatureIndexesByName.d.ts +7 -0
  150. package/hooks/useGeoFeatureIndexesByName.js +19 -0
  151. package/hooks/useGeoFeatureIndexesByName.mjs +15 -0
  152. package/hooks/useGeoPath.d.mts +6 -0
  153. package/hooks/useGeoPath.d.ts +6 -0
  154. package/hooks/useGeoPath.js +17 -0
  155. package/hooks/useGeoPath.mjs +13 -0
  156. package/hooks/useMapShapeSeries.d.mts +34 -0
  157. package/hooks/useMapShapeSeries.d.ts +34 -0
  158. package/hooks/useMapShapeSeries.js +45 -0
  159. package/hooks/useMapShapeSeries.mjs +40 -0
  160. package/index.d.mts +3 -1
  161. package/index.d.ts +3 -1
  162. package/index.js +32 -1
  163. package/index.mjs +4 -2
  164. package/internals/plugins/allPlugins.d.mts +5 -5
  165. package/internals/plugins/allPlugins.d.ts +5 -5
  166. package/internals/plugins/allPlugins.js +2 -2
  167. package/internals/plugins/allPlugins.mjs +3 -3
  168. package/internals/plugins/useGeoProjection/index.d.mts +3 -0
  169. package/internals/plugins/useGeoProjection/index.d.ts +3 -0
  170. package/internals/plugins/useGeoProjection/index.js +38 -0
  171. package/internals/plugins/useGeoProjection/index.mjs +3 -0
  172. package/internals/plugins/useGeoProjection/useGeoProjection.d.mts +3 -0
  173. package/internals/plugins/useGeoProjection/useGeoProjection.d.ts +3 -0
  174. package/internals/plugins/useGeoProjection/useGeoProjection.js +58 -0
  175. package/internals/plugins/useGeoProjection/useGeoProjection.mjs +50 -0
  176. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.d.mts +39 -0
  177. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.d.ts +39 -0
  178. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.js +135 -0
  179. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.mjs +128 -0
  180. package/internals/plugins/useGeoProjection/useGeoProjection.types.d.mts +55 -0
  181. package/internals/plugins/useGeoProjection/useGeoProjection.types.d.ts +55 -0
  182. package/internals/plugins/useGeoProjection/useGeoProjection.types.js +5 -0
  183. package/internals/plugins/useGeoProjection/useGeoProjection.types.mjs +1 -0
  184. package/models/chartsSlotsComponentsPropsPremium.d.mts +1 -0
  185. package/models/chartsSlotsComponentsPropsPremium.d.ts +1 -0
  186. package/models/chartsSlotsComponentsPropsPremium.js +5 -0
  187. package/models/chartsSlotsComponentsPropsPremium.mjs +1 -0
  188. package/models/index.d.mts +2 -1
  189. package/models/index.d.ts +2 -1
  190. package/models/index.js +11 -0
  191. package/models/index.mjs +2 -1
  192. package/models/seriesType/index.d.mts +2 -1
  193. package/models/seriesType/index.d.ts +2 -1
  194. package/models/seriesType/index.js +11 -0
  195. package/models/seriesType/index.mjs +2 -1
  196. package/models/seriesType/mapShape.d.mts +105 -0
  197. package/models/seriesType/mapShape.d.ts +105 -0
  198. package/models/seriesType/mapShape.js +5 -0
  199. package/models/seriesType/mapShape.mjs +1 -0
  200. package/models/seriesType/ohlc.d.mts +1 -1
  201. package/models/seriesType/ohlc.d.ts +1 -1
  202. package/models/seriesType/radialBar.d.mts +1 -1
  203. package/models/seriesType/radialBar.d.ts +1 -1
  204. package/models/seriesType/radialLine.d.mts +1 -1
  205. package/models/seriesType/radialLine.d.ts +1 -1
  206. package/models/seriesType/rangeBar.d.mts +1 -1
  207. package/models/seriesType/rangeBar.d.ts +1 -1
  208. package/package.json +34 -6
  209. package/typeOverloads/modules.d.mts +16 -1
  210. package/typeOverloads/modules.d.ts +16 -1
  211. package/utils/webgl/useWebGLResizeObserver.js +3 -3
  212. package/utils/webgl/useWebGLResizeObserver.mjs +2 -2
@@ -7,7 +7,7 @@ const _excluded = ["initialZoom", "zoomData", "onZoomChange", "apiRef", "showToo
7
7
  import * as React from 'react';
8
8
  import PropTypes from 'prop-types';
9
9
  import { useThemeProps } from '@mui/material/styles';
10
- import { HighlightedScatterMark } from '@mui/x-charts/ScatterChart';
10
+ import { HighlightedScatterMark, FocusedScatterMark } from '@mui/x-charts/ScatterChart';
11
11
  import { ChartsGrid } from '@mui/x-charts/ChartsGrid';
12
12
  import { ChartsOverlay } from '@mui/x-charts/ChartsOverlay';
13
13
  import { ChartsAxis } from '@mui/x-charts/ChartsAxis';
@@ -93,7 +93,7 @@ const ScatterChartPremium = /*#__PURE__*/React.forwardRef(function ScatterChartP
93
93
  }), renderer === 'webgl' && /*#__PURE__*/_jsx("g", {
94
94
  "data-drawing-container": true,
95
95
  children: /*#__PURE__*/_jsx(HighlightedScatterMark, {})
96
- }), /*#__PURE__*/_jsx(ChartsOverlay, _extends({}, overlayProps)), /*#__PURE__*/_jsx(ChartsAxisHighlight, _extends({}, axisHighlightProps)), /*#__PURE__*/_jsx(ChartsBrushOverlay, {}), children]
96
+ }), /*#__PURE__*/_jsx(ChartsOverlay, _extends({}, overlayProps)), /*#__PURE__*/_jsx(ChartsAxisHighlight, _extends({}, axisHighlightProps)), /*#__PURE__*/_jsx(FocusedScatterMark, {}), /*#__PURE__*/_jsx(ChartsBrushOverlay, {}), children]
97
97
  }))]
98
98
  }), !props.loading && /*#__PURE__*/_jsx(Tooltip, _extends({
99
99
  trigger: "item"
@@ -183,7 +183,9 @@ process.env.NODE_ENV !== "production" ? ScatterChartPremium.propTypes = {
183
183
  /**
184
184
  * Options to enable features planned for the next major.
185
185
  */
186
- experimentalFeatures: PropTypes.object,
186
+ experimentalFeatures: PropTypes.shape({
187
+ progressiveRendering: PropTypes.bool
188
+ }),
187
189
  /**
188
190
  * Option to display a cartesian grid in the background.
189
191
  */
@@ -284,12 +286,21 @@ process.env.NODE_ENV !== "production" ? ScatterChartPremium.propTypes = {
284
286
  /**
285
287
  * The list of zoom data related to each axis.
286
288
  * Used to initialize the zoom in a specific configuration without controlling it.
289
+ *
290
+ * Each entry is either explicit zoom percentages (`{ axisId, start, end }`) or a
291
+ * range value (`{ axisId, value }`) resolved against the axis domain.
287
292
  */
288
- initialZoom: PropTypes.arrayOf(PropTypes.shape({
293
+ initialZoom: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.shape({
289
294
  axisId: PropTypes.oneOfType([PropTypes.number, PropTypes.string]).isRequired,
290
295
  end: PropTypes.number.isRequired,
291
296
  start: PropTypes.number.isRequired
292
- })),
297
+ }), PropTypes.shape({
298
+ axisId: PropTypes.oneOfType([PropTypes.number, PropTypes.string]).isRequired,
299
+ value: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.instanceOf(Date).isRequired), PropTypes.arrayOf(PropTypes.string.isRequired), PropTypes.func, PropTypes.shape({
300
+ step: PropTypes.number,
301
+ unit: PropTypes.oneOf(['day', 'hour', 'microsecond', 'millisecond', 'minute', 'month', 'second', 'week', 'year']).isRequired
302
+ })])
303
+ })]).isRequired),
293
304
  /**
294
305
  * If `true`, a loading overlay is displayed.
295
306
  * @default false
@@ -447,6 +458,27 @@ process.env.NODE_ENV !== "production" ? ScatterChartPremium.propTypes = {
447
458
  id: PropTypes.string,
448
459
  max: PropTypes.number,
449
460
  min: PropTypes.number,
461
+ sizeMap: PropTypes.oneOfType([PropTypes.shape({
462
+ interpolator: PropTypes.oneOf(['linear', 'log', 'sqrt']),
463
+ max: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
464
+ min: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
465
+ size: PropTypes.arrayOf(PropTypes.number.isRequired).isRequired,
466
+ type: PropTypes.oneOf(['continuous']).isRequired
467
+ }), PropTypes.shape({
468
+ max: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
469
+ min: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
470
+ size: PropTypes.func.isRequired,
471
+ type: PropTypes.oneOf(['continuous']).isRequired
472
+ }), PropTypes.shape({
473
+ sizes: PropTypes.arrayOf(PropTypes.number).isRequired,
474
+ thresholds: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]).isRequired).isRequired,
475
+ type: PropTypes.oneOf(['piecewise']).isRequired
476
+ }), PropTypes.shape({
477
+ sizes: PropTypes.arrayOf(PropTypes.number).isRequired,
478
+ type: PropTypes.oneOf(['ordinal']).isRequired,
479
+ unknownSize: PropTypes.number,
480
+ values: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number, PropTypes.string]).isRequired)
481
+ })]),
450
482
  valueGetter: PropTypes.func
451
483
  })),
452
484
  /**
@@ -1,3 +1,3 @@
1
1
  import { type ScatterChartProPluginSignatures } from '@mui/x-charts-pro/ScatterChartPro';
2
2
  export type ScatterChartPremiumPluginSignatures = ScatterChartProPluginSignatures;
3
- export declare const SCATTER_CHART_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseChartBrushSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartTooltipSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartCartesianAxisSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartHighlightSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartVisibilityManagerSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartClosestPointSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts-pro/plugins").UseChartProZoomSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts-pro/plugins").UseChartProExportSignature>];
3
+ export declare const SCATTER_CHART_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseChartBrushSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartTooltipSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartCartesianAxisSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartHighlightSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartVisibilityManagerSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartClosestPointSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts-pro/plugins").UseChartProZoomSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts-pro/plugins").UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseProgressiveRenderingSignature>];
@@ -1,3 +1,3 @@
1
1
  import { type ScatterChartProPluginSignatures } from '@mui/x-charts-pro/ScatterChartPro';
2
2
  export type ScatterChartPremiumPluginSignatures = ScatterChartProPluginSignatures;
3
- export declare const SCATTER_CHART_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseChartBrushSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartTooltipSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartCartesianAxisSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartHighlightSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartVisibilityManagerSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartClosestPointSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts-pro/plugins").UseChartProZoomSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts-pro/plugins").UseChartProExportSignature>];
3
+ export declare const SCATTER_CHART_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseChartBrushSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartTooltipSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartCartesianAxisSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartHighlightSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartVisibilityManagerSignature<"scatter">>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts").UseChartClosestPointSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts-pro/plugins").UseChartProZoomSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts-pro/plugins").UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals").UseProgressiveRenderingSignature>];
@@ -1,4 +1,4 @@
1
- import { type ScatterPlotProps } from '@mui/x-charts/ScatterChart';
1
+ import { type RendererType, type ScatterPlotProps } from '@mui/x-charts/ScatterChart';
2
2
  export interface ScatterPlotPremiumProps extends Omit<ScatterPlotProps, 'renderer'> {
3
3
  /**
4
4
  * The type of renderer to use for the scatter plot.
@@ -6,7 +6,7 @@ export interface ScatterPlotPremiumProps extends Omit<ScatterPlotProps, 'rendere
6
6
  * - `svg-batch`: Renders all scatter items in a single batched SVG path.
7
7
  * - `webgl`: Renders scatter items using WebGL for better performance, at the cost of some limitations.
8
8
  */
9
- renderer: 'svg-single' | 'svg-batch' | 'webgl';
9
+ renderer: RendererType | 'webgl';
10
10
  }
11
11
  export declare function ScatterPlotPremium({
12
12
  renderer,
@@ -1,4 +1,4 @@
1
- import { type ScatterPlotProps } from '@mui/x-charts/ScatterChart';
1
+ import { type RendererType, type ScatterPlotProps } from '@mui/x-charts/ScatterChart';
2
2
  export interface ScatterPlotPremiumProps extends Omit<ScatterPlotProps, 'renderer'> {
3
3
  /**
4
4
  * The type of renderer to use for the scatter plot.
@@ -6,7 +6,7 @@ export interface ScatterPlotPremiumProps extends Omit<ScatterPlotProps, 'rendere
6
6
  * - `svg-batch`: Renders all scatter items in a single batched SVG path.
7
7
  * - `webgl`: Renders scatter items using WebGL for better performance, at the cost of some limitations.
8
8
  */
9
- renderer: 'svg-single' | 'svg-batch' | 'webgl';
9
+ renderer: RendererType | 'webgl';
10
10
  }
11
11
  export declare function ScatterPlotPremium({
12
12
  renderer,
package/hooks/index.d.mts CHANGED
@@ -2,4 +2,7 @@ export * from '@mui/x-charts-pro/hooks';
2
2
  export * from "./animation/index.mjs";
3
3
  export * from "./useChartPremiumApiRef.mjs";
4
4
  export * from "./useRangeBarSeries.mjs";
5
- export * from "./useOHLCSeries.mjs";
5
+ export * from "./useOHLCSeries.mjs";
6
+ export * from "./useGeoPath.mjs";
7
+ export * from "./useGeoData.mjs";
8
+ export * from "./useGeoFeatureIndexesByName.mjs";
package/hooks/index.d.ts CHANGED
@@ -2,4 +2,7 @@ export * from '@mui/x-charts-pro/hooks';
2
2
  export * from "./animation/index.js";
3
3
  export * from "./useChartPremiumApiRef.js";
4
4
  export * from "./useRangeBarSeries.js";
5
- export * from "./useOHLCSeries.js";
5
+ export * from "./useOHLCSeries.js";
6
+ export * from "./useGeoPath.js";
7
+ export * from "./useGeoData.js";
8
+ export * from "./useGeoFeatureIndexesByName.js";
package/hooks/index.js CHANGED
@@ -57,4 +57,37 @@ Object.keys(_useOHLCSeries).forEach(function (key) {
57
57
  return _useOHLCSeries[key];
58
58
  }
59
59
  });
60
+ });
61
+ var _useGeoPath = require("./useGeoPath");
62
+ Object.keys(_useGeoPath).forEach(function (key) {
63
+ if (key === "default" || key === "__esModule") return;
64
+ if (key in exports && exports[key] === _useGeoPath[key]) return;
65
+ Object.defineProperty(exports, key, {
66
+ enumerable: true,
67
+ get: function () {
68
+ return _useGeoPath[key];
69
+ }
70
+ });
71
+ });
72
+ var _useGeoData = require("./useGeoData");
73
+ Object.keys(_useGeoData).forEach(function (key) {
74
+ if (key === "default" || key === "__esModule") return;
75
+ if (key in exports && exports[key] === _useGeoData[key]) return;
76
+ Object.defineProperty(exports, key, {
77
+ enumerable: true,
78
+ get: function () {
79
+ return _useGeoData[key];
80
+ }
81
+ });
82
+ });
83
+ var _useGeoFeatureIndexesByName = require("./useGeoFeatureIndexesByName");
84
+ Object.keys(_useGeoFeatureIndexesByName).forEach(function (key) {
85
+ if (key === "default" || key === "__esModule") return;
86
+ if (key in exports && exports[key] === _useGeoFeatureIndexesByName[key]) return;
87
+ Object.defineProperty(exports, key, {
88
+ enumerable: true,
89
+ get: function () {
90
+ return _useGeoFeatureIndexesByName[key];
91
+ }
92
+ });
60
93
  });
package/hooks/index.mjs CHANGED
@@ -5,4 +5,7 @@ export * from '@mui/x-charts-pro/hooks';
5
5
  export * from "./animation/index.mjs";
6
6
  export * from "./useChartPremiumApiRef.mjs";
7
7
  export * from "./useRangeBarSeries.mjs";
8
- export * from "./useOHLCSeries.mjs";
8
+ export * from "./useOHLCSeries.mjs";
9
+ export * from "./useGeoPath.mjs";
10
+ export * from "./useGeoData.mjs";
11
+ export * from "./useGeoFeatureIndexesByName.mjs";
@@ -0,0 +1,6 @@
1
+ import { type ExtendedFeatureCollection } from '@mui/x-charts-vendor/d3-geo';
2
+ /**
3
+ * Get the GeoJSON `FeatureCollection` currently registered with the geo chart,
4
+ * or `null` when no `geoData` has been configured.
5
+ */
6
+ export declare function useGeoData(): ExtendedFeatureCollection | null;
@@ -0,0 +1,6 @@
1
+ import { type ExtendedFeatureCollection } from '@mui/x-charts-vendor/d3-geo';
2
+ /**
3
+ * Get the GeoJSON `FeatureCollection` currently registered with the geo chart,
4
+ * or `null` when no `geoData` has been configured.
5
+ */
6
+ export declare function useGeoData(): ExtendedFeatureCollection | null;
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ 'use client';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.useGeoData = useGeoData;
8
+ var _internals = require("@mui/x-charts/internals");
9
+ var _useGeoProjection = require("../internals/plugins/useGeoProjection");
10
+ /**
11
+ * Get the GeoJSON `FeatureCollection` currently registered with the geo chart,
12
+ * or `null` when no `geoData` has been configured.
13
+ */
14
+ function useGeoData() {
15
+ const store = (0, _internals.useStore)();
16
+ return store.use(_useGeoProjection.selectorChartRawGeoData);
17
+ }
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+
3
+ import { useStore } from '@mui/x-charts/internals';
4
+ import { selectorChartRawGeoData } from "../internals/plugins/useGeoProjection/index.mjs";
5
+
6
+ /**
7
+ * Get the GeoJSON `FeatureCollection` currently registered with the geo chart,
8
+ * or `null` when no `geoData` has been configured.
9
+ */
10
+ export function useGeoData() {
11
+ const store = useStore();
12
+ return store.use(selectorChartRawGeoData);
13
+ }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Get a map from `feature.properties.name` to the indices of that feature in `geoData.features`.
3
+ *
4
+ * Used to join `mapShape` series data rows to geographic features by name.
5
+ * Returns an empty map when no `geoData` is registered.
6
+ */
7
+ export declare function useGeoFeatureIndexesByName(): ReadonlyMap<string, number[]>;
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Get a map from `feature.properties.name` to the indices of that feature in `geoData.features`.
3
+ *
4
+ * Used to join `mapShape` series data rows to geographic features by name.
5
+ * Returns an empty map when no `geoData` is registered.
6
+ */
7
+ export declare function useGeoFeatureIndexesByName(): ReadonlyMap<string, number[]>;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ 'use client';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.useGeoFeatureIndexesByName = useGeoFeatureIndexesByName;
8
+ var _internals = require("@mui/x-charts/internals");
9
+ var _useGeoProjection = require("../internals/plugins/useGeoProjection");
10
+ /**
11
+ * Get a map from `feature.properties.name` to the indices of that feature in `geoData.features`.
12
+ *
13
+ * Used to join `mapShape` series data rows to geographic features by name.
14
+ * Returns an empty map when no `geoData` is registered.
15
+ */
16
+ function useGeoFeatureIndexesByName() {
17
+ const store = (0, _internals.useStore)();
18
+ return store.use(_useGeoProjection.selectorChartGeoFeatureIndexesByName);
19
+ }
@@ -0,0 +1,15 @@
1
+ 'use client';
2
+
3
+ import { useStore } from '@mui/x-charts/internals';
4
+ import { selectorChartGeoFeatureIndexesByName } from "../internals/plugins/useGeoProjection/index.mjs";
5
+
6
+ /**
7
+ * Get a map from `feature.properties.name` to the indices of that feature in `geoData.features`.
8
+ *
9
+ * Used to join `mapShape` series data rows to geographic features by name.
10
+ * Returns an empty map when no `geoData` is registered.
11
+ */
12
+ export function useGeoFeatureIndexesByName() {
13
+ const store = useStore();
14
+ return store.use(selectorChartGeoFeatureIndexesByName);
15
+ }
@@ -0,0 +1,6 @@
1
+ import { type GeoPath } from '@mui/x-charts-vendor/d3-geo';
2
+ /**
3
+ * Get the geo path registered with the geo chart, resolved against d3-geo and
4
+ * fitted to the chart's drawing area.
5
+ */
6
+ export declare function useGeoPath(): GeoPath | null;
@@ -0,0 +1,6 @@
1
+ import { type GeoPath } from '@mui/x-charts-vendor/d3-geo';
2
+ /**
3
+ * Get the geo path registered with the geo chart, resolved against d3-geo and
4
+ * fitted to the chart's drawing area.
5
+ */
6
+ export declare function useGeoPath(): GeoPath | null;
@@ -0,0 +1,17 @@
1
+ "use strict";
2
+ 'use client';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.useGeoPath = useGeoPath;
8
+ var _internals = require("@mui/x-charts/internals");
9
+ var _useGeoProjection = require("../internals/plugins/useGeoProjection");
10
+ /**
11
+ * Get the geo path registered with the geo chart, resolved against d3-geo and
12
+ * fitted to the chart's drawing area.
13
+ */
14
+ function useGeoPath() {
15
+ const store = (0, _internals.useStore)();
16
+ return store.use(_useGeoProjection.selectorChartGeoPath);
17
+ }
@@ -0,0 +1,13 @@
1
+ 'use client';
2
+
3
+ import { useStore } from '@mui/x-charts/internals';
4
+ import { selectorChartGeoPath } from "../internals/plugins/useGeoProjection/index.mjs";
5
+
6
+ /**
7
+ * Get the geo path registered with the geo chart, resolved against d3-geo and
8
+ * fitted to the chart's drawing area.
9
+ */
10
+ export function useGeoPath() {
11
+ const store = useStore();
12
+ return store.use(selectorChartGeoPath);
13
+ }
@@ -0,0 +1,34 @@
1
+ import { type ChartSeriesDefaultized, type ProcessedSeries } from '@mui/x-charts/internals';
2
+ import { type SeriesId } from '@mui/x-charts/models';
3
+ export type UseMapShapeSeriesReturnValue = ChartSeriesDefaultized<'mapShape'>;
4
+ export type UseMapShapeSeriesContextReturnValue = ProcessedSeries['mapShape'];
5
+ /**
6
+ * Get access to the internal state of range bar series.
7
+ *
8
+ * @param {SeriesId} seriesId The id of the series to get.
9
+ * @returns {UseMapShapeSeriesReturnValue} the range bar series
10
+ */
11
+ export declare function useMapShapeSeries(seriesId: SeriesId): UseMapShapeSeriesReturnValue | undefined;
12
+ /**
13
+ * Get access to the internal state of map shape series.
14
+ *
15
+ * When called without arguments, it returns all map shape series.
16
+ *
17
+ * @returns {UseMapShapeSeriesReturnValue[]} the map shape series
18
+ */
19
+ export declare function useMapShapeSeries(): UseMapShapeSeriesReturnValue[];
20
+ /**
21
+ * Get access to the internal state of map shape series.
22
+ *
23
+ * @param {SeriesId[]} seriesIds The ids of the series to get. Order is preserved.
24
+ * @returns {UseMapShapeSeriesReturnValue[]} the map shape series
25
+ */
26
+ export declare function useMapShapeSeries(seriesIds: SeriesId[]): UseMapShapeSeriesReturnValue[];
27
+ /**
28
+ * Get access to the internal state of map shape series.
29
+ * The returned object contains:
30
+ * - series: a mapping from ids to series attributes.
31
+ * - seriesOrder: the array of series ids.
32
+ * @returns the map shape series
33
+ */
34
+ export declare function useMapShapeSeriesContext(): UseMapShapeSeriesContextReturnValue;
@@ -0,0 +1,34 @@
1
+ import { type ChartSeriesDefaultized, type ProcessedSeries } from '@mui/x-charts/internals';
2
+ import { type SeriesId } from '@mui/x-charts/models';
3
+ export type UseMapShapeSeriesReturnValue = ChartSeriesDefaultized<'mapShape'>;
4
+ export type UseMapShapeSeriesContextReturnValue = ProcessedSeries['mapShape'];
5
+ /**
6
+ * Get access to the internal state of range bar series.
7
+ *
8
+ * @param {SeriesId} seriesId The id of the series to get.
9
+ * @returns {UseMapShapeSeriesReturnValue} the range bar series
10
+ */
11
+ export declare function useMapShapeSeries(seriesId: SeriesId): UseMapShapeSeriesReturnValue | undefined;
12
+ /**
13
+ * Get access to the internal state of map shape series.
14
+ *
15
+ * When called without arguments, it returns all map shape series.
16
+ *
17
+ * @returns {UseMapShapeSeriesReturnValue[]} the map shape series
18
+ */
19
+ export declare function useMapShapeSeries(): UseMapShapeSeriesReturnValue[];
20
+ /**
21
+ * Get access to the internal state of map shape series.
22
+ *
23
+ * @param {SeriesId[]} seriesIds The ids of the series to get. Order is preserved.
24
+ * @returns {UseMapShapeSeriesReturnValue[]} the map shape series
25
+ */
26
+ export declare function useMapShapeSeries(seriesIds: SeriesId[]): UseMapShapeSeriesReturnValue[];
27
+ /**
28
+ * Get access to the internal state of map shape series.
29
+ * The returned object contains:
30
+ * - series: a mapping from ids to series attributes.
31
+ * - seriesOrder: the array of series ids.
32
+ * @returns the map shape series
33
+ */
34
+ export declare function useMapShapeSeriesContext(): UseMapShapeSeriesContextReturnValue;
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ 'use client';
3
+
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.useMapShapeSeries = useMapShapeSeries;
8
+ exports.useMapShapeSeriesContext = useMapShapeSeriesContext;
9
+ var _internals = require("@mui/x-charts/internals");
10
+ /**
11
+ * Get access to the internal state of range bar series.
12
+ *
13
+ * @param {SeriesId} seriesId The id of the series to get.
14
+ * @returns {UseMapShapeSeriesReturnValue} the range bar series
15
+ */
16
+
17
+ /**
18
+ * Get access to the internal state of map shape series.
19
+ *
20
+ * When called without arguments, it returns all map shape series.
21
+ *
22
+ * @returns {UseMapShapeSeriesReturnValue[]} the map shape series
23
+ */
24
+
25
+ /**
26
+ * Get access to the internal state of map shape series.
27
+ *
28
+ * @param {SeriesId[]} seriesIds The ids of the series to get. Order is preserved.
29
+ * @returns {UseMapShapeSeriesReturnValue[]} the map shape series
30
+ */
31
+
32
+ function useMapShapeSeries(seriesIds) {
33
+ return (0, _internals.useSeriesOfType)('mapShape', seriesIds);
34
+ }
35
+
36
+ /**
37
+ * Get access to the internal state of map shape series.
38
+ * The returned object contains:
39
+ * - series: a mapping from ids to series attributes.
40
+ * - seriesOrder: the array of series ids.
41
+ * @returns the map shape series
42
+ */
43
+ function useMapShapeSeriesContext() {
44
+ return (0, _internals.useAllSeriesOfType)('mapShape');
45
+ }
@@ -0,0 +1,40 @@
1
+ 'use client';
2
+
3
+ import { useAllSeriesOfType, useSeriesOfType } from '@mui/x-charts/internals';
4
+
5
+ /**
6
+ * Get access to the internal state of range bar series.
7
+ *
8
+ * @param {SeriesId} seriesId The id of the series to get.
9
+ * @returns {UseMapShapeSeriesReturnValue} the range bar series
10
+ */
11
+
12
+ /**
13
+ * Get access to the internal state of map shape series.
14
+ *
15
+ * When called without arguments, it returns all map shape series.
16
+ *
17
+ * @returns {UseMapShapeSeriesReturnValue[]} the map shape series
18
+ */
19
+
20
+ /**
21
+ * Get access to the internal state of map shape series.
22
+ *
23
+ * @param {SeriesId[]} seriesIds The ids of the series to get. Order is preserved.
24
+ * @returns {UseMapShapeSeriesReturnValue[]} the map shape series
25
+ */
26
+
27
+ export function useMapShapeSeries(seriesIds) {
28
+ return useSeriesOfType('mapShape', seriesIds);
29
+ }
30
+
31
+ /**
32
+ * Get access to the internal state of map shape series.
33
+ * The returned object contains:
34
+ * - series: a mapping from ids to series attributes.
35
+ * - seriesOrder: the array of series ids.
36
+ * @returns the map shape series
37
+ */
38
+ export function useMapShapeSeriesContext() {
39
+ return useAllSeriesOfType('mapShape');
40
+ }
package/index.d.mts CHANGED
@@ -24,7 +24,7 @@ export * from '@mui/x-charts/ChartsLabel';
24
24
  export * from '@mui/x-charts/ChartsRadialDataProvider';
25
25
  export * from '@mui/x-charts/ChartsRadialGrid';
26
26
  export * from '@mui/x-charts/ChartsRadiusAxis';
27
- export { type ChartsRotationAxisProps, Unstable_ChartsRotationAxis } from '@mui/x-charts/ChartsRotationAxis';
27
+ export { type ChartsRotationAxisProps, Unstable_ChartsRotationAxis, ChartsRotationAxis } from '@mui/x-charts/ChartsRotationAxis';
28
28
  export * from '@mui/x-charts-pro/Heatmap';
29
29
  export { ChartsContainerPro } from '@mui/x-charts-pro/ChartsContainerPro';
30
30
  export type { ChartsContainerProProps } from '@mui/x-charts-pro/ChartsContainerPro';
@@ -47,6 +47,8 @@ export * from "./plugins/index.mjs";
47
47
  export * from "./ChartsRenderer/index.mjs";
48
48
  export * from "./ChartsDataProviderPremium/index.mjs";
49
49
  export * from "./ChartsRadialDataProviderPremium/index.mjs";
50
+ export * from "./ChartsGeoDataProviderPremium/index.mjs";
51
+ export * from "./Map/index.mjs";
50
52
  export * from "./ChartsContainerPremium/index.mjs";
51
53
  export * from "./BarChartPremium/index.mjs";
52
54
  export * from "./HeatmapPremium/index.mjs";
package/index.d.ts CHANGED
@@ -24,7 +24,7 @@ export * from '@mui/x-charts/ChartsLabel';
24
24
  export * from '@mui/x-charts/ChartsRadialDataProvider';
25
25
  export * from '@mui/x-charts/ChartsRadialGrid';
26
26
  export * from '@mui/x-charts/ChartsRadiusAxis';
27
- export { type ChartsRotationAxisProps, Unstable_ChartsRotationAxis } from '@mui/x-charts/ChartsRotationAxis';
27
+ export { type ChartsRotationAxisProps, Unstable_ChartsRotationAxis, ChartsRotationAxis } from '@mui/x-charts/ChartsRotationAxis';
28
28
  export * from '@mui/x-charts-pro/Heatmap';
29
29
  export { ChartsContainerPro } from '@mui/x-charts-pro/ChartsContainerPro';
30
30
  export type { ChartsContainerProProps } from '@mui/x-charts-pro/ChartsContainerPro';
@@ -47,6 +47,8 @@ export * from "./plugins/index.js";
47
47
  export * from "./ChartsRenderer/index.js";
48
48
  export * from "./ChartsDataProviderPremium/index.js";
49
49
  export * from "./ChartsRadialDataProviderPremium/index.js";
50
+ export * from "./ChartsGeoDataProviderPremium/index.js";
51
+ export * from "./Map/index.js";
50
52
  export * from "./ChartsContainerPremium/index.js";
51
53
  export * from "./BarChartPremium/index.js";
52
54
  export * from "./HeatmapPremium/index.js";
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts-premium v9.3.0
2
+ * @mui/x-charts-premium v9.5.0
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
@@ -12,6 +12,7 @@ Object.defineProperty(exports, "__esModule", {
12
12
  });
13
13
  var _exportNames = {
14
14
  Unstable_ChartsRotationAxis: true,
15
+ ChartsRotationAxis: true,
15
16
  ChartsContainerPro: true
16
17
  };
17
18
  Object.defineProperty(exports, "ChartsContainerPro", {
@@ -20,6 +21,12 @@ Object.defineProperty(exports, "ChartsContainerPro", {
20
21
  return _ChartsContainerPro.ChartsContainerPro;
21
22
  }
22
23
  });
24
+ Object.defineProperty(exports, "ChartsRotationAxis", {
25
+ enumerable: true,
26
+ get: function () {
27
+ return _ChartsRotationAxis.ChartsRotationAxis;
28
+ }
29
+ });
23
30
  Object.defineProperty(exports, "Unstable_ChartsRotationAxis", {
24
31
  enumerable: true,
25
32
  get: function () {
@@ -558,6 +565,30 @@ Object.keys(_ChartsRadialDataProviderPremium).forEach(function (key) {
558
565
  }
559
566
  });
560
567
  });
568
+ var _ChartsGeoDataProviderPremium = require("./ChartsGeoDataProviderPremium");
569
+ Object.keys(_ChartsGeoDataProviderPremium).forEach(function (key) {
570
+ if (key === "default" || key === "__esModule") return;
571
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
572
+ if (key in exports && exports[key] === _ChartsGeoDataProviderPremium[key]) return;
573
+ Object.defineProperty(exports, key, {
574
+ enumerable: true,
575
+ get: function () {
576
+ return _ChartsGeoDataProviderPremium[key];
577
+ }
578
+ });
579
+ });
580
+ var _Map = require("./Map");
581
+ Object.keys(_Map).forEach(function (key) {
582
+ if (key === "default" || key === "__esModule") return;
583
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
584
+ if (key in exports && exports[key] === _Map[key]) return;
585
+ Object.defineProperty(exports, key, {
586
+ enumerable: true,
587
+ get: function () {
588
+ return _Map[key];
589
+ }
590
+ });
591
+ });
561
592
  var _ChartsContainerPremium = require("./ChartsContainerPremium");
562
593
  Object.keys(_ChartsContainerPremium).forEach(function (key) {
563
594
  if (key === "default" || key === "__esModule") return;
package/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts-premium v9.3.0
2
+ * @mui/x-charts-premium v9.5.0
3
3
  *
4
4
  * @license SEE LICENSE IN LICENSE
5
5
  * This source code is licensed under the SEE LICENSE IN LICENSE license found in the
@@ -33,7 +33,7 @@ export * from '@mui/x-charts/ChartsLabel';
33
33
  export * from '@mui/x-charts/ChartsRadialDataProvider';
34
34
  export * from '@mui/x-charts/ChartsRadialGrid';
35
35
  export * from '@mui/x-charts/ChartsRadiusAxis';
36
- export { Unstable_ChartsRotationAxis } from '@mui/x-charts/ChartsRotationAxis';
36
+ export { Unstable_ChartsRotationAxis, ChartsRotationAxis } from '@mui/x-charts/ChartsRotationAxis';
37
37
 
38
38
  // Pro components
39
39
  export * from '@mui/x-charts-pro/Heatmap';
@@ -63,6 +63,8 @@ export * from "./plugins/index.mjs";
63
63
  export * from "./ChartsRenderer/index.mjs";
64
64
  export * from "./ChartsDataProviderPremium/index.mjs";
65
65
  export * from "./ChartsRadialDataProviderPremium/index.mjs";
66
+ export * from "./ChartsGeoDataProviderPremium/index.mjs";
67
+ export * from "./Map/index.mjs";
66
68
  export * from "./ChartsContainerPremium/index.mjs";
67
69
  export * from "./BarChartPremium/index.mjs";
68
70
  export * from "./HeatmapPremium/index.mjs";