@mui/x-charts-premium 9.7.0 → 9.9.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 (230) hide show
  1. package/BarChartPremium/BarChartPremium.d.mts +1 -1
  2. package/BarChartPremium/BarChartPremium.d.ts +1 -1
  3. package/BarChartPremium/BarChartPremium.js +14 -3
  4. package/BarChartPremium/BarChartPremium.mjs +14 -3
  5. package/BarChartPremium/RangeBar/AnimatedRangeBarElement.d.mts +2 -1
  6. package/BarChartPremium/RangeBar/AnimatedRangeBarElement.d.ts +2 -1
  7. package/BarChartPremium/RangeBar/FocusedRangeBar.d.mts +1 -1
  8. package/BarChartPremium/RangeBar/FocusedRangeBar.d.ts +1 -1
  9. package/BarChartPremium/RangeBar/seriesConfig/index.js +2 -2
  10. package/BarChartPremium/RangeBar/seriesConfig/index.mjs +2 -2
  11. package/BarChartPremium/RangeBar/seriesConfig/tooltipPosition.d.mts +2 -3
  12. package/BarChartPremium/RangeBar/seriesConfig/tooltipPosition.d.ts +2 -3
  13. package/BarChartPremium/RangeBar/seriesConfig/tooltipPosition.js +12 -15
  14. package/BarChartPremium/RangeBar/seriesConfig/tooltipPosition.mjs +11 -14
  15. package/BarChartPremium/webgl/BarWebGLProgram.d.mts +4 -5
  16. package/BarChartPremium/webgl/BarWebGLProgram.d.ts +4 -5
  17. package/BarChartPremium/webgl/BarWebGLProgram.js +24 -65
  18. package/BarChartPremium/webgl/BarWebGLProgram.mjs +24 -65
  19. package/BarChartPremium/webgl/shaders.d.mts +1 -1
  20. package/BarChartPremium/webgl/shaders.d.ts +1 -1
  21. package/BarChartPremium/webgl/shaders.js +2 -15
  22. package/BarChartPremium/webgl/shaders.mjs +3 -15
  23. package/CHANGELOG.md +249 -1
  24. package/CandlestickChart/CandlestickPlot.d.mts +2 -1
  25. package/CandlestickChart/CandlestickPlot.d.ts +2 -1
  26. package/CandlestickChart/seriesConfig/OHLCTooltipContent.d.mts +2 -1
  27. package/CandlestickChart/seriesConfig/OHLCTooltipContent.d.ts +2 -1
  28. package/CandlestickChart/seriesConfig/index.js +2 -2
  29. package/CandlestickChart/seriesConfig/index.mjs +2 -2
  30. package/CandlestickChart/seriesConfig/tooltipPosition.d.mts +2 -3
  31. package/CandlestickChart/seriesConfig/tooltipPosition.d.ts +2 -3
  32. package/CandlestickChart/seriesConfig/tooltipPosition.js +10 -14
  33. package/CandlestickChart/seriesConfig/tooltipPosition.mjs +10 -14
  34. package/ChartsDataProviderPremium/ChartsDataProviderPremium.d.mts +1 -1
  35. package/ChartsDataProviderPremium/ChartsDataProviderPremium.d.ts +1 -1
  36. package/ChartsDataProviderPremium/ChartsDataProviderPremium.js +2 -2
  37. package/ChartsDataProviderPremium/ChartsDataProviderPremium.mjs +2 -2
  38. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.d.mts +1 -1
  39. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.d.ts +1 -1
  40. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.js +2 -2
  41. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.mjs +2 -2
  42. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.d.mts +4 -3
  43. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.d.ts +4 -3
  44. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.js +2 -1
  45. package/ChartsGeoDataProviderPremium/ChartsGeoDataProviderPremium.plugins.mjs +2 -1
  46. package/ChartsGeoDataProviderPremium/index.d.mts +2 -1
  47. package/ChartsGeoDataProviderPremium/index.d.ts +2 -1
  48. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.d.mts +2 -1
  49. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.d.ts +2 -1
  50. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.js +2 -2
  51. package/ChartsRadialDataProviderPremium/ChartsRadialDataProviderPremium.mjs +2 -2
  52. package/ChartsRenderer/components/PaletteOption.d.mts +1 -1
  53. package/ChartsRenderer/components/PaletteOption.d.ts +1 -1
  54. package/ChartsZoomSlider/internals/previews/CandlestickPreviewPlot.d.mts +2 -1
  55. package/ChartsZoomSlider/internals/previews/CandlestickPreviewPlot.d.ts +2 -1
  56. package/ChartsZoomSlider/internals/previews/RangeBarPreviewPlot.d.mts +1 -1
  57. package/ChartsZoomSlider/internals/previews/RangeBarPreviewPlot.d.ts +1 -1
  58. package/HeatmapPremium/HeatmapPlotPremium.d.mts +1 -1
  59. package/HeatmapPremium/HeatmapPlotPremium.d.ts +1 -1
  60. package/HeatmapPremium/webgl/HeatmapWebGLProgram.js +12 -37
  61. package/HeatmapPremium/webgl/HeatmapWebGLProgram.mjs +12 -37
  62. package/HeatmapPremium/webgl/shaders.d.mts +3 -3
  63. package/HeatmapPremium/webgl/shaders.d.ts +3 -3
  64. package/HeatmapPremium/webgl/shaders.js +12 -15
  65. package/HeatmapPremium/webgl/shaders.mjs +13 -15
  66. package/HeatmapPremium/webgl/useHeatmapPlotData.js +3 -8
  67. package/HeatmapPremium/webgl/useHeatmapPlotData.mjs +3 -8
  68. package/Map/FocusedMapShape.d.mts +2 -1
  69. package/Map/FocusedMapShape.d.ts +2 -1
  70. package/Map/FocusedMapShape.js +5 -1
  71. package/Map/FocusedMapShape.mjs +5 -1
  72. package/Map/GeoDataPlot.d.mts +1 -1
  73. package/Map/GeoDataPlot.d.ts +1 -1
  74. package/Map/Graticule.d.mts +1 -1
  75. package/Map/Graticule.d.ts +1 -1
  76. package/Map/MapImagePlot.d.mts +39 -0
  77. package/Map/MapImagePlot.d.ts +39 -0
  78. package/Map/MapImagePlot.js +138 -0
  79. package/Map/MapImagePlot.mjs +132 -0
  80. package/Map/MapShape.d.mts +2 -2
  81. package/Map/MapShape.d.ts +2 -2
  82. package/Map/MapShape.js +6 -6
  83. package/Map/MapShape.mjs +6 -6
  84. package/Map/MapShapePlot.d.mts +9 -1
  85. package/Map/MapShapePlot.d.ts +9 -1
  86. package/Map/MapShapePlot.js +17 -5
  87. package/Map/MapShapePlot.mjs +17 -5
  88. package/Map/index.d.mts +2 -3
  89. package/Map/index.d.ts +2 -3
  90. package/Map/index.js +11 -0
  91. package/Map/index.mjs +1 -0
  92. package/Map/reprojectEquirectangularImage.d.mts +60 -0
  93. package/Map/reprojectEquirectangularImage.d.ts +60 -0
  94. package/Map/reprojectEquirectangularImage.js +116 -0
  95. package/Map/reprojectEquirectangularImage.mjs +110 -0
  96. package/Map/seriesConfig/descriptionGetter.js +5 -1
  97. package/Map/seriesConfig/descriptionGetter.mjs +5 -1
  98. package/Map/seriesConfig/getColor.js +18 -6
  99. package/Map/seriesConfig/getColor.mjs +18 -6
  100. package/Map/seriesConfig/highlight.d.mts +10 -0
  101. package/Map/seriesConfig/highlight.d.ts +10 -0
  102. package/Map/seriesConfig/highlight.js +52 -0
  103. package/Map/seriesConfig/highlight.mjs +45 -0
  104. package/Map/seriesConfig/identifierCleaner.d.mts +3 -0
  105. package/Map/seriesConfig/identifierCleaner.d.ts +3 -0
  106. package/Map/seriesConfig/identifierCleaner.js +14 -0
  107. package/Map/seriesConfig/identifierCleaner.mjs +8 -0
  108. package/Map/seriesConfig/identifierSerializer.d.mts +3 -0
  109. package/Map/seriesConfig/identifierSerializer.d.ts +3 -0
  110. package/Map/seriesConfig/identifierSerializer.js +12 -0
  111. package/Map/seriesConfig/identifierSerializer.mjs +6 -0
  112. package/Map/seriesConfig/index.js +8 -6
  113. package/Map/seriesConfig/index.mjs +7 -5
  114. package/Map/seriesConfig/keyboardFocusHandler.d.mts +0 -6
  115. package/Map/seriesConfig/keyboardFocusHandler.d.ts +0 -6
  116. package/Map/seriesConfig/keyboardFocusHandler.js +40 -7
  117. package/Map/seriesConfig/keyboardFocusHandler.mjs +41 -8
  118. package/Map/seriesConfig/seriesProcessor.js +11 -2
  119. package/Map/seriesConfig/seriesProcessor.mjs +11 -2
  120. package/Map/seriesConfig/tooltip.js +8 -4
  121. package/Map/seriesConfig/tooltip.mjs +8 -4
  122. package/Map/seriesConfig/tooltipPosition.d.mts +8 -3
  123. package/Map/seriesConfig/tooltipPosition.d.ts +8 -3
  124. package/Map/seriesConfig/tooltipPosition.js +15 -27
  125. package/Map/seriesConfig/tooltipPosition.mjs +16 -27
  126. package/RadialBarChart/RadialBarElement.d.mts +1 -1
  127. package/RadialBarChart/RadialBarElement.d.ts +1 -1
  128. package/RadialBarChart/seriesConfig/index.js +2 -2
  129. package/RadialBarChart/seriesConfig/index.mjs +2 -2
  130. package/RadialBarChart/seriesConfig/tooltipPosition.d.mts +2 -3
  131. package/RadialBarChart/seriesConfig/tooltipPosition.d.ts +2 -3
  132. package/RadialBarChart/seriesConfig/tooltipPosition.js +4 -6
  133. package/RadialBarChart/seriesConfig/tooltipPosition.mjs +2 -5
  134. package/RadialLineChart/RadialArea.d.mts +2 -1
  135. package/RadialLineChart/RadialArea.d.ts +2 -1
  136. package/RadialLineChart/RadialAreaPlot.d.mts +1 -1
  137. package/RadialLineChart/RadialAreaPlot.d.ts +1 -1
  138. package/RadialLineChart/RadialLine.d.mts +1 -1
  139. package/RadialLineChart/RadialLine.d.ts +1 -1
  140. package/RadialLineChart/RadialLineHighlightElement.d.mts +1 -1
  141. package/RadialLineChart/RadialLineHighlightElement.d.ts +1 -1
  142. package/RadialLineChart/RadialLineHighlightPlot.d.mts +1 -1
  143. package/RadialLineChart/RadialLineHighlightPlot.d.ts +1 -1
  144. package/RadialLineChart/RadialLinePlot.d.mts +1 -1
  145. package/RadialLineChart/RadialLinePlot.d.ts +1 -1
  146. package/RadialLineChart/RadialMarkPlot.d.mts +1 -1
  147. package/RadialLineChart/RadialMarkPlot.d.ts +1 -1
  148. package/RadialLineChart/seriesConfig/index.js +2 -2
  149. package/RadialLineChart/seriesConfig/index.mjs +2 -2
  150. package/RadialLineChart/seriesConfig/tooltipPosition.d.mts +2 -3
  151. package/RadialLineChart/seriesConfig/tooltipPosition.d.ts +2 -3
  152. package/RadialLineChart/seriesConfig/tooltipPosition.js +4 -6
  153. package/RadialLineChart/seriesConfig/tooltipPosition.mjs +2 -5
  154. package/ScatterChartPremium/ScatterPlotPremium.d.mts +2 -1
  155. package/ScatterChartPremium/ScatterPlotPremium.d.ts +2 -1
  156. package/ScatterChartPremium/webgl/ScatterWebGLPlot.d.mts +2 -1
  157. package/ScatterChartPremium/webgl/ScatterWebGLPlot.d.ts +2 -1
  158. package/ScatterChartPremium/webgl/ScatterWebGLProgram.d.mts +0 -2
  159. package/ScatterChartPremium/webgl/ScatterWebGLProgram.d.ts +0 -2
  160. package/ScatterChartPremium/webgl/ScatterWebGLProgram.js +23 -81
  161. package/ScatterChartPremium/webgl/ScatterWebGLProgram.mjs +23 -81
  162. package/index.js +1 -1
  163. package/index.mjs +1 -1
  164. package/internals/createGetVisibleCoordinate.d.mts +14 -0
  165. package/internals/createGetVisibleCoordinate.d.ts +14 -0
  166. package/internals/createGetVisibleCoordinate.js +66 -0
  167. package/internals/createGetVisibleCoordinate.mjs +60 -0
  168. package/internals/plugins/useGeoProjection/factories.d.mts +3 -0
  169. package/internals/plugins/useGeoProjection/factories.d.ts +3 -0
  170. package/internals/plugins/useGeoProjection/factories.js +29 -0
  171. package/internals/plugins/useGeoProjection/factories.mjs +23 -0
  172. package/internals/plugins/useGeoProjection/projection.utils.d.mts +17 -0
  173. package/internals/plugins/useGeoProjection/projection.utils.d.ts +17 -0
  174. package/internals/plugins/useGeoProjection/projection.utils.js +67 -0
  175. package/internals/plugins/useGeoProjection/projection.utils.mjs +59 -0
  176. package/internals/plugins/useGeoProjection/useGeoProjection.js +7 -40
  177. package/internals/plugins/useGeoProjection/useGeoProjection.mjs +7 -40
  178. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.d.mts +47 -11
  179. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.d.ts +47 -11
  180. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.js +118 -8
  181. package/internals/plugins/useGeoProjection/useGeoProjection.selectors.mjs +117 -8
  182. package/internals/plugins/useGeoProjection/useGeoProjection.types.d.mts +63 -2
  183. package/internals/plugins/useGeoProjection/useGeoProjection.types.d.ts +63 -2
  184. package/internals/plugins/useGeoProjectionZoom/gestureHooks/usePanOnDrag.d.mts +11 -0
  185. package/internals/plugins/useGeoProjectionZoom/gestureHooks/usePanOnDrag.d.ts +11 -0
  186. package/internals/plugins/useGeoProjectionZoom/gestureHooks/usePanOnDrag.js +65 -0
  187. package/internals/plugins/useGeoProjectionZoom/gestureHooks/usePanOnDrag.mjs +58 -0
  188. package/internals/plugins/useGeoProjectionZoom/gestureHooks/useZoomOnPinch.d.mts +13 -0
  189. package/internals/plugins/useGeoProjectionZoom/gestureHooks/useZoomOnPinch.d.ts +13 -0
  190. package/internals/plugins/useGeoProjectionZoom/gestureHooks/useZoomOnPinch.js +62 -0
  191. package/internals/plugins/useGeoProjectionZoom/gestureHooks/useZoomOnPinch.mjs +56 -0
  192. package/internals/plugins/useGeoProjectionZoom/gestureHooks/useZoomOnWheel.d.mts +13 -0
  193. package/internals/plugins/useGeoProjectionZoom/gestureHooks/useZoomOnWheel.d.ts +13 -0
  194. package/internals/plugins/useGeoProjectionZoom/gestureHooks/useZoomOnWheel.js +64 -0
  195. package/internals/plugins/useGeoProjectionZoom/gestureHooks/useZoomOnWheel.mjs +58 -0
  196. package/internals/plugins/useGeoProjectionZoom/index.d.mts +2 -0
  197. package/internals/plugins/useGeoProjectionZoom/index.d.ts +2 -0
  198. package/internals/plugins/useGeoProjectionZoom/index.js +12 -0
  199. package/internals/plugins/useGeoProjectionZoom/index.mjs +1 -0
  200. package/internals/plugins/useGeoProjectionZoom/mapZoom.utils.d.mts +31 -0
  201. package/internals/plugins/useGeoProjectionZoom/mapZoom.utils.d.ts +31 -0
  202. package/internals/plugins/useGeoProjectionZoom/mapZoom.utils.js +187 -0
  203. package/internals/plugins/useGeoProjectionZoom/mapZoom.utils.mjs +177 -0
  204. package/internals/plugins/useGeoProjectionZoom/rotationMath.d.mts +23 -0
  205. package/internals/plugins/useGeoProjectionZoom/rotationMath.d.ts +23 -0
  206. package/internals/plugins/useGeoProjectionZoom/rotationMath.js +190 -0
  207. package/internals/plugins/useGeoProjectionZoom/rotationMath.mjs +182 -0
  208. package/internals/plugins/useGeoProjectionZoom/useGeoProjectionZoom.d.mts +3 -0
  209. package/internals/plugins/useGeoProjectionZoom/useGeoProjectionZoom.d.ts +3 -0
  210. package/internals/plugins/useGeoProjectionZoom/useGeoProjectionZoom.js +174 -0
  211. package/internals/plugins/useGeoProjectionZoom/useGeoProjectionZoom.mjs +166 -0
  212. package/internals/plugins/useGeoProjectionZoom/useGeoProjectionZoom.types.d.mts +152 -0
  213. package/internals/plugins/useGeoProjectionZoom/useGeoProjectionZoom.types.d.ts +152 -0
  214. package/internals/plugins/useGeoProjectionZoom/useGeoProjectionZoom.types.js +5 -0
  215. package/internals/plugins/useGeoProjectionZoom/useGeoProjectionZoom.types.mjs +1 -0
  216. package/models/seriesType/mapShape.d.mts +2 -1
  217. package/models/seriesType/mapShape.d.ts +2 -1
  218. package/package.json +6 -6
  219. package/utils/webgl/glsl.d.mts +15 -0
  220. package/utils/webgl/glsl.d.ts +15 -0
  221. package/utils/webgl/glsl.js +34 -0
  222. package/utils/webgl/glsl.mjs +28 -0
  223. package/utils/webgl/instancedAttribute.d.mts +28 -0
  224. package/utils/webgl/instancedAttribute.d.ts +28 -0
  225. package/utils/webgl/instancedAttribute.js +57 -0
  226. package/utils/webgl/instancedAttribute.mjs +50 -0
  227. package/utils/webgl/utils.d.mts +21 -2
  228. package/utils/webgl/utils.d.ts +21 -2
  229. package/utils/webgl/utils.js +44 -8
  230. package/utils/webgl/utils.mjs +41 -7
@@ -1,3 +1,5 @@
1
+ import { ROUNDED_BOX_SDF_GLSL } from "../../utils/webgl/glsl.mjs";
2
+
1
3
  // language=Glsl
2
4
  export const barVertexShaderSource = /* glsl */`
3
5
  precision mediump float;
@@ -28,10 +30,6 @@ export const barVertexShaderSource = /* glsl */`
28
30
  `;
29
31
 
30
32
  // language=Glsl
31
- // Per-corner radii ordering follows CSS: top-left, top-right, bottom-right, bottom-left.
32
- // Screen-space conventions after the y-flip in the vertex stage:
33
- // v_pos.y < 0 -> top, v_pos.y > 0 -> bottom
34
- // v_pos.x < 0 -> left, v_pos.x > 0 -> right
35
33
  export const barFragmentShaderSource = /* glsl */`
36
34
  precision mediump float;
37
35
 
@@ -40,17 +38,7 @@ export const barFragmentShaderSource = /* glsl */`
40
38
  varying vec2 v_halfSize;
41
39
  varying vec4 v_cornerRadii;
42
40
 
43
- float roundedBoxSDF(vec2 pos, vec2 halfSize, vec4 r) {
44
- float radius;
45
- if (pos.x < 0.0) {
46
- radius = pos.y < 0.0 ? r.x : r.w;
47
- } else {
48
- radius = pos.y < 0.0 ? r.y : r.z;
49
- }
50
-
51
- vec2 q = abs(pos) - halfSize + radius;
52
- return min(max(q.x, q.y), 0.0) + length(max(q, 0.0)) - radius;
53
- }
41
+ ${ROUNDED_BOX_SDF_GLSL}
54
42
 
55
43
  void main() {
56
44
  float dist = roundedBoxSDF(v_pos, v_halfSize, v_cornerRadii);
package/CHANGELOG.md CHANGED
@@ -1,5 +1,254 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.9.0
4
+
5
+ _Jul 9, 2026_
6
+
7
+ We'd like to extend a big thank you to the 11 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 📊 [Data sampling](https://mui.com/x/react-charts/performance/#sampling) for better performance with large bar and line charts
10
+ - 🗺️ [Maps zoom support](https://mui.com/x/react-charts/map/#zoom)
11
+ - ☑️ Support [applying filters on demand](https://mui.com/x/react-data-grid/filtering/customization/#apply-filters-on-demand) in the Data Grid
12
+ - 🐞 Bugfixes
13
+ - 📚 Documentation improvements
14
+
15
+ Special thanks go out to these community members for their valuable contributions:
16
+ @mustafajw07, @sebastianfrey
17
+
18
+ The following team members contributed to this release:
19
+ @aemartos, @alexfauquette, @brijeshb42, @hasdfa, @Janpot, @JCQuintas, @LukasTy, @rita-codes, @sai6855
20
+
21
+ ### Data Grid
22
+
23
+ #### `@mui/x-data-grid@9.9.0`
24
+
25
+ - [DataGrid] Add `dataSourceKeepPreviousData` prop (#22554) @LukasTy
26
+ - [DataGrid] Add controlled filter panel for applying filters on demand (#23023) @sebastianfrey
27
+
28
+ #### `@mui/x-data-grid-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
29
+
30
+ Same changes as in `@mui/x-data-grid@9.9.0`.
31
+
32
+ #### `@mui/x-data-grid-premium@9.9.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
33
+
34
+ Same changes as in `@mui/x-data-grid-pro@9.9.0`.
35
+
36
+ ### Date and Time Pickers
37
+
38
+ #### `@mui/x-date-pickers@9.9.0`
39
+
40
+ Internal changes.
41
+
42
+ #### `@mui/x-date-pickers-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
43
+
44
+ Same changes as in `@mui/x-date-pickers@9.9.0`, plus:
45
+
46
+ - [DateRangeCalendar] Avoid unnecessary month switch when the value is already visible (#22996) @LukasTy
47
+
48
+ ### Charts
49
+
50
+ #### `@mui/x-charts@9.9.0`
51
+
52
+ - [charts] Optimize and de-duplicate sampled axis-highlight band lookup (#23052) @JCQuintas
53
+ - [charts] Unify tooltip item position getter and selector into a single selector API (#23041) @alexfauquette
54
+ - [charts] Fix impossible condition in axis text angle warning (#23102) @sai6855
55
+
56
+ #### `@mui/x-charts-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
57
+
58
+ Same changes as in `@mui/x-charts@9.9.0`, plus:
59
+
60
+ - [charts-pro] Add data sampling for large bar and line charts (#22830) @JCQuintas
61
+ - [charts-pro] Allow sampling on non-zoomable charts (#23051) @JCQuintas
62
+
63
+ #### `@mui/x-charts-premium@9.9.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
64
+
65
+ #### Breaking changes
66
+
67
+ The API of the `Unstable_ChartsGeoDataProviderPremium` got modified.
68
+ Props `scale`, `rotation`, and `translation` are replaced by props `view` and `initialView`.
69
+ Same behavior can be obtained with `view.zoomLevel`, `view.center`, and `view.translation`.
70
+ See the [zoom view section](https://mui.com/x/react-charts/map/#control) for detailed information
71
+
72
+ Same changes as in `@mui/x-charts-pro@9.9.0`, plus:
73
+
74
+ - [charts-premium] Maps zoom support (#22709) @alexfauquette
75
+
76
+ ### Tree View
77
+
78
+ #### `@mui/x-tree-view@9.9.0`
79
+
80
+ Internal changes.
81
+
82
+ #### `@mui/x-tree-view-pro@9.9.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
83
+
84
+ Same changes as in `@mui/x-tree-view@9.9.0`.
85
+
86
+ ### Scheduler
87
+
88
+ #### `@mui/x-scheduler@9.0.0-beta.5`
89
+
90
+ - [scheduler] Introduce event resource helper utilities (#23022) @mustafajw07
91
+ - [scheduler] Preserve multi-day event continuity across overflow (#22797) @mustafajw07
92
+
93
+ #### `@mui/x-scheduler-premium@9.0.0-beta.5` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
94
+
95
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.5`.
96
+
97
+ ### Codemod
98
+
99
+ #### `@mui/x-codemod@9.9.0`
100
+
101
+ Internal changes.
102
+
103
+ ### Docs
104
+
105
+ - [docs] Fix broken social preview image on shared docs links (#23055) @sai6855
106
+ - [docs] Review and clean up react-chat docs demos & gallery; fix actions-bar layout (#22993) @hasdfa
107
+ - [docs] Update the Pickers recommended date library bundle sizes (#23087) @LukasTy
108
+
109
+ ### Core
110
+
111
+ - [mcp] Add `@mui/mcp` server and `@mui/x-agent-tools`. See the [README](https://github.com/mui/mui-x/blob/master/packages/mcp/README.md) for setup (#22947) @aemartos
112
+ - [code-infra] Avoid OOM in the Netlify docs build and CircleCI lint step (#23086) @LukasTy
113
+ - [code-infra] Group `@atlaskit/pragmatic-drag-and-drop` renovate updates (#23105) @LukasTy
114
+ - [code-infra] Validate npm publishing through dry run (#23038) @brijeshb42
115
+ - [docs-infra] Enable `webpackBuildWorker` to bound docs build memory (#23100) @Janpot
116
+
117
+ ### Miscellaneous
118
+
119
+ - [test] Fix flaky "should render only the pageSize" Data Grid virtualization test (#23090) @LukasTy
120
+ - [test] Track `@mui/x-chat` bundle size via native expand (#23049) @Janpot
121
+
122
+ ## 9.8.0
123
+
124
+ _Jul 2, 2026_
125
+
126
+ We'd like to extend a big thank you to the 18 contributors who made this release possible. Here are some highlights ✨:
127
+
128
+ - 🗺️ New [`MapImagePlot`](https://mui.com/x/react-charts/map/) for rendering raster base maps, with `onItemClick` support on map shapes (Premium)
129
+ - 📊 New [`usePolarGeometry`](https://mui.com/x/react-charts/hooks/use-polar-geometry/) hook to build custom radial overlays
130
+ - 🐞 Bugfixes
131
+ - 📚 Documentation improvements
132
+
133
+ Special thanks go out to these community members for their valuable contributions:
134
+ @Anexus5919, @aromanio, @greymoth-jp, @mustafajw07, @timbuckley, @voidmatcha
135
+
136
+ The following team members contributed to this release:
137
+ @alexfauquette, @arminmeh, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @joserodolfofreitas, @LukasTy, @mapache-salvaje, @michelengelen, @rita-codes, @sai6855
138
+
139
+ ### Data Grid
140
+
141
+ #### `@mui/x-data-grid@9.8.0`
142
+
143
+ - [DataGrid] Prevent cell editing from resurrecting a deleted row (#22958) @Anexus5919
144
+ - [DataGrid] Avoid reading `type` of `undefined` in `gridRowUtils` (#21808) @timbuckley
145
+ - [DataGrid] Improved get started tutorial (#22911) @joserodolfofreitas
146
+ - [l10n] Improve Japanese (ja-JP) locale (#23001) @greymoth-jp
147
+
148
+ #### `@mui/x-data-grid-pro@9.8.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
149
+
150
+ Same changes as in `@mui/x-data-grid@9.8.0`.
151
+
152
+ #### `@mui/x-data-grid-premium@9.8.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
153
+
154
+ Same changes as in `@mui/x-data-grid-pro@9.8.0`, plus:
155
+
156
+ - [DataGridPremium] Escape `singleSelect` values in Excel export with `escapeFormulas` enabled (#22851) @Anexus5919
157
+
158
+ ### Date and Time Pickers
159
+
160
+ #### `@mui/x-date-pickers@9.8.0`
161
+
162
+ - [pickers] Fix localized digit crash (#22995) @alexfauquette
163
+ - [pickers] Flag the first and last visible day cell across year boundaries (#22981) @Anexus5919
164
+ - [pickers] Use calendar day tokens in `AdapterMomentHijri` and `AdapterMomentJalaali` formats (#22974) @Anexus5919
165
+ - [pickers] Use the Hijri day token in `AdapterMomentHijri` `normalDateWithWeekday` (#22972) @Anexus5919
166
+ - [l10n] Improve Romanian (ro-RO) locale (#22969) @aromanio
167
+
168
+ #### `@mui/x-date-pickers-pro@9.8.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
169
+
170
+ Same changes as in `@mui/x-date-pickers@9.8.0`, plus:
171
+
172
+ - [DateRangeCalendar] Fix auto month-switch across the year boundary (#22987) @Anexus5919
173
+
174
+ ### Charts
175
+
176
+ #### `@mui/x-charts@9.8.0`
177
+
178
+ - [charts] Decouple `d3-geo` from the universal tooltip (#23011) @sai6855
179
+ - [charts] Deduplicate `getGroupingConfig` (#22889) @sai6855
180
+ - [charts] Expose `usePolarGeometry` hook for radial overlays (#22892) @mustafajw07
181
+
182
+ #### `@mui/x-charts-pro@9.8.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
183
+
184
+ Same changes as in `@mui/x-charts@9.8.0`.
185
+
186
+ #### `@mui/x-charts-premium@9.8.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
187
+
188
+ Same changes as in `@mui/x-charts-pro@9.8.0`, plus:
189
+
190
+ - [charts-premium] Add `onItemClick` support for the Map shapes (#22876) @sai6855
191
+ - [charts-premium] Replace `dataIndex` with `name` in map identifier (#22891) @sai6855
192
+ - [charts-premium] Share helper function (#23030) @alexfauquette
193
+ - [charts-premium] Extract shared WebGL utilities across bar/scatter/heatmap renderers (#22466) @sai6855
194
+ - [charts-premium] Add `MapImagePlot` for raster base maps (#22977) @JCQuintas
195
+
196
+ ### Tree View
197
+
198
+ #### `@mui/x-tree-view@9.8.0`
199
+
200
+ - [TreeView] Fix extra selection event when clicking a collapsed parent item (#22249) @michelengelen
201
+ - [TreeView] Enforce top-level type imports (#23034) @Janpot
202
+
203
+ #### `@mui/x-tree-view-pro@9.8.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
204
+
205
+ Same changes as in `@mui/x-tree-view@9.8.0`.
206
+
207
+ ### Scheduler
208
+
209
+ #### `@mui/x-scheduler@9.0.0-beta.4`
210
+
211
+ - [scheduler] Enforce top-level type imports (#22931) @Janpot
212
+ - [scheduler] Keep the occurrence date when editing only one recurring event (#23007) @Anexus5919
213
+ - [scheduler] Track bundle size of scheduler packages (#22682) @flaviendelangle
214
+ - [scheduler] Add `viewConfig` prop to limit displayed hours in the day and week views (#22929) @flaviendelangle
215
+
216
+ #### `@mui/x-scheduler-premium@9.0.0-beta.4` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
217
+
218
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.4`, plus:
219
+
220
+ - [scheduler] Collapsible resources in the timeline (#22920) @rita-codes
221
+
222
+ ### Codemod
223
+
224
+ #### `@mui/x-codemod@9.8.0`
225
+
226
+ Internal changes.
227
+
228
+ ### Docs
229
+
230
+ - [docs] Add recipe for conditional master-detail panels (#22971) @michelengelen
231
+ - [docs] Add recipe for describing active filters in the toolbar (#22970) @michelengelen
232
+ - [docs] Add recipe for triggering clipboard copy from a button (#22967) @michelengelen
233
+ - [docs] Clarify that `fieldRef.current.focusField()` is the canonical way to focus a field (#22937) @michelengelen
234
+ - [docs][scheduler] Another copyediting pass across the Scheduler docs (#22619) @mapache-salvaje
235
+ - [docs][charts] Add map example for arbitrary GeoJSON shapes (#22976) @JCQuintas
236
+ - [docs][charts] Double point count in `ScatterAsyncRenderer` demo (#22906) @JCQuintas
237
+
238
+ ### Core
239
+
240
+ - [code-infra] Fix tracking branch bug in release script (#22956) @michelengelen
241
+ - [code-infra] Remove mark-duplicate workflow (#22994) @cherniavskii
242
+ - [code-infra] Revert `nanoid@3.3.15` `minimumReleaseAge` exemption (#22953) @LukasTy
243
+
244
+ ### Miscellaneous
245
+
246
+ - [internals] Fix `ERR_UNSUPPORTED_DIR_IMPORT` for `core-js-pure` in Node ESM (#22985) @michelengelen
247
+ - [internals] Harden `useDisposable` React internals read with safeReact (#22986) @rita-codes
248
+ - [internals] Replace core-js `DisposableStack` ponyfill with a minimal fallback (#23002) @sai6855
249
+ - [test] Assert the edited `dateTime` cell value in the e2e edit test (#22982) @voidmatcha
250
+ - [virtualizer] Remeasure scrollbars when layout changes (#22914) @arminmeh
251
+
3
252
  ## 9.7.0
4
253
 
5
254
  _Jun 25, 2026_
@@ -178,7 +427,6 @@ Same changes as in `@mui/x-charts-pro@9.6.0`, plus:
178
427
  - [charts-premium] Support maps tooltip positioned on items (#22648) @alexfauquette
179
428
  - [docs] Show how to export maps (#22837) @alexfauquette
180
429
 
181
-
182
430
  ### Tree View
183
431
 
184
432
  #### `@mui/x-tree-view@9.6.0`
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  export interface CandlestickPlotProps {}
2
- export declare function CandlestickPlot(): import("react/jsx-runtime").JSX.Element;
3
+ export declare function CandlestickPlot(): React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  export interface CandlestickPlotProps {}
2
- export declare function CandlestickPlot(): import("react/jsx-runtime").JSX.Element;
3
+ export declare function CandlestickPlot(): React.JSX.Element;
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  import type { AxisTooltipContentProps, ItemTooltipContentProps } from '@mui/x-charts/internals';
2
- export declare function OHLCTooltipContent(props: AxisTooltipContentProps<'ohlc'> | ItemTooltipContentProps<'ohlc'>): import("react/jsx-runtime").JSX.Element | null;
3
+ export declare function OHLCTooltipContent(props: AxisTooltipContentProps<'ohlc'> | ItemTooltipContentProps<'ohlc'>): React.JSX.Element | null;
@@ -1,2 +1,3 @@
1
+ import * as React from 'react';
1
2
  import type { AxisTooltipContentProps, ItemTooltipContentProps } from '@mui/x-charts/internals';
2
- export declare function OHLCTooltipContent(props: AxisTooltipContentProps<'ohlc'> | ItemTooltipContentProps<'ohlc'>): import("react/jsx-runtime").JSX.Element | null;
3
+ export declare function OHLCTooltipContent(props: AxisTooltipContentProps<'ohlc'> | ItemTooltipContentProps<'ohlc'>): React.JSX.Element | null;
@@ -14,7 +14,7 @@ var _tooltip = _interopRequireWildcard(require("./tooltip"));
14
14
  var _seriesProcessor = _interopRequireDefault(require("./seriesProcessor"));
15
15
  var _getColor = _interopRequireDefault(require("./getColor"));
16
16
  var _legend = _interopRequireDefault(require("./legend"));
17
- var _tooltipPosition = _interopRequireDefault(require("./tooltipPosition"));
17
+ var _tooltipPosition = require("./tooltipPosition");
18
18
  var _getSeriesWithDefaultValues = require("./getSeriesWithDefaultValues");
19
19
  var _OHLCTooltipContent = require("./OHLCTooltipContent");
20
20
  var _descriptionGetter = _interopRequireDefault(require("./descriptionGetter"));
@@ -24,7 +24,7 @@ const ohlcSeriesConfig = exports.ohlcSeriesConfig = {
24
24
  legendGetter: _legend.default,
25
25
  tooltipGetter: _tooltip.default,
26
26
  ItemTooltipContent: _OHLCTooltipContent.OHLCTooltipContent,
27
- tooltipItemPositionGetter: _tooltipPosition.default,
27
+ selectorTooltipItemPosition: _tooltipPosition.selectorTooltipItemPosition,
28
28
  axisTooltipGetter: _tooltip.axisTooltipGetter,
29
29
  AxisTooltipContent: _OHLCTooltipContent.OHLCTooltipContent,
30
30
  xExtremumGetter: _extrema.getExtremumX,
@@ -6,7 +6,7 @@ import tooltipGetter, { axisTooltipGetter } from "./tooltip.mjs";
6
6
  import seriesProcessor from "./seriesProcessor.mjs";
7
7
  import getColor from "./getColor.mjs";
8
8
  import legendGetter from "./legend.mjs";
9
- import tooltipItemPositionGetter from "./tooltipPosition.mjs";
9
+ import { selectorTooltipItemPosition } from "./tooltipPosition.mjs";
10
10
  import { getSeriesWithDefaultValues } from "./getSeriesWithDefaultValues.mjs";
11
11
  import { OHLCTooltipContent } from "./OHLCTooltipContent.mjs";
12
12
  import descriptionGetter from "./descriptionGetter.mjs";
@@ -16,7 +16,7 @@ export const ohlcSeriesConfig = {
16
16
  legendGetter,
17
17
  tooltipGetter,
18
18
  ItemTooltipContent: OHLCTooltipContent,
19
- tooltipItemPositionGetter,
19
+ selectorTooltipItemPosition,
20
20
  axisTooltipGetter,
21
21
  AxisTooltipContent: OHLCTooltipContent,
22
22
  xExtremumGetter: getExtremumX,
@@ -1,3 +1,2 @@
1
- import type { TooltipItemPositionGetter } from '@mui/x-charts/internals';
2
- declare const tooltipItemPositionGetter: TooltipItemPositionGetter<'ohlc'>;
3
- export default tooltipItemPositionGetter;
1
+ import type { TooltipItemPositionSelector } from '@mui/x-charts/internals';
2
+ export declare const selectorTooltipItemPosition: TooltipItemPositionSelector<'ohlc'>;
@@ -1,3 +1,2 @@
1
- import type { TooltipItemPositionGetter } from '@mui/x-charts/internals';
2
- declare const tooltipItemPositionGetter: TooltipItemPositionGetter<'ohlc'>;
3
- export default tooltipItemPositionGetter;
1
+ import type { TooltipItemPositionSelector } from '@mui/x-charts/internals';
2
+ export declare const selectorTooltipItemPosition: TooltipItemPositionSelector<'ohlc'>;
@@ -3,31 +3,28 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.default = void 0;
6
+ exports.selectorTooltipItemPosition = void 0;
7
+ var _store = require("@mui/x-internals/store");
7
8
  var _internals = require("@mui/x-charts/internals");
8
- const tooltipItemPositionGetter = params => {
9
- const {
10
- series,
11
- identifier,
12
- axesConfig,
13
- placement
14
- } = params;
15
- if (!identifier || identifier.dataIndex === undefined) {
9
+ const selectorTooltipItemPosition = exports.selectorTooltipItemPosition = (0, _store.createSelectorMemoized)(_internals.selectorChartsTooltipItem, _internals.selectorChartSeriesProcessed, _internals.selectorChartXAxis, _internals.selectorChartYAxis, function selectorTooltipItemPosition(identifier, series, xAxes, yAxes, placement) {
10
+ if (!identifier || identifier.type !== 'ohlc' || identifier.dataIndex === undefined) {
16
11
  return null;
17
12
  }
18
13
  const itemSeries = series.ohlc?.series[identifier.seriesId];
19
14
  if (itemSeries == null) {
20
15
  return null;
21
16
  }
22
- if (axesConfig.x === undefined || axesConfig.y === undefined) {
17
+ const xAxis = xAxes.axis[itemSeries.xAxisId ?? xAxes.axisIds[0]];
18
+ const yAxis = yAxes.axis[itemSeries.yAxisId ?? yAxes.axisIds[0]];
19
+ if (xAxis === undefined || yAxis === undefined) {
23
20
  return null;
24
21
  }
25
22
  const datum = itemSeries.data[identifier.dataIndex];
26
23
  if (!datum) {
27
24
  return null;
28
25
  }
29
- const xScale = axesConfig.x.scale;
30
- const yScale = axesConfig.y.scale;
26
+ const xScale = xAxis.scale;
27
+ const yScale = yAxis.scale;
31
28
  if (!(0, _internals.isBandScale)(xScale) || (0, _internals.isOrdinalScale)(yScale)) {
32
29
  return null;
33
30
  }
@@ -59,5 +56,4 @@ const tooltipItemPositionGetter = params => {
59
56
  y
60
57
  };
61
58
  }
62
- };
63
- var _default = exports.default = tooltipItemPositionGetter;
59
+ });
@@ -1,27 +1,24 @@
1
- import { isBandScale, isOrdinalScale } from '@mui/x-charts/internals';
2
- const tooltipItemPositionGetter = params => {
3
- const {
4
- series,
5
- identifier,
6
- axesConfig,
7
- placement
8
- } = params;
9
- if (!identifier || identifier.dataIndex === undefined) {
1
+ import { createSelectorMemoized } from '@mui/x-internals/store';
2
+ import { isBandScale, isOrdinalScale, selectorChartsTooltipItem, selectorChartSeriesProcessed, selectorChartXAxis, selectorChartYAxis } from '@mui/x-charts/internals';
3
+ export const selectorTooltipItemPosition = createSelectorMemoized(selectorChartsTooltipItem, selectorChartSeriesProcessed, selectorChartXAxis, selectorChartYAxis, function selectorTooltipItemPosition(identifier, series, xAxes, yAxes, placement) {
4
+ if (!identifier || identifier.type !== 'ohlc' || identifier.dataIndex === undefined) {
10
5
  return null;
11
6
  }
12
7
  const itemSeries = series.ohlc?.series[identifier.seriesId];
13
8
  if (itemSeries == null) {
14
9
  return null;
15
10
  }
16
- if (axesConfig.x === undefined || axesConfig.y === undefined) {
11
+ const xAxis = xAxes.axis[itemSeries.xAxisId ?? xAxes.axisIds[0]];
12
+ const yAxis = yAxes.axis[itemSeries.yAxisId ?? yAxes.axisIds[0]];
13
+ if (xAxis === undefined || yAxis === undefined) {
17
14
  return null;
18
15
  }
19
16
  const datum = itemSeries.data[identifier.dataIndex];
20
17
  if (!datum) {
21
18
  return null;
22
19
  }
23
- const xScale = axesConfig.x.scale;
24
- const yScale = axesConfig.y.scale;
20
+ const xScale = xAxis.scale;
21
+ const yScale = yAxis.scale;
25
22
  if (!isBandScale(xScale) || isOrdinalScale(yScale)) {
26
23
  return null;
27
24
  }
@@ -53,5 +50,4 @@ const tooltipItemPositionGetter = params => {
53
50
  y
54
51
  };
55
52
  }
56
- };
57
- export default tooltipItemPositionGetter;
53
+ });
@@ -42,7 +42,7 @@ export declare const defaultSeriesConfigPremium: ChartSeriesConfig<'bar' | 'rang
42
42
  * </ChartsDataProviderPremium>
43
43
  * ```
44
44
  */
45
- declare function ChartsDataProviderPremium<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>>(props: ChartsDataProviderPremiumProps<SeriesType, TSignatures>): import("react/jsx-runtime").JSX.Element;
45
+ declare function ChartsDataProviderPremium<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>>(props: ChartsDataProviderPremiumProps<SeriesType, TSignatures>): import("react").JSX.Element;
46
46
  declare namespace ChartsDataProviderPremium {
47
47
  var propTypes: any;
48
48
  }
@@ -42,7 +42,7 @@ export declare const defaultSeriesConfigPremium: ChartSeriesConfig<'bar' | 'rang
42
42
  * </ChartsDataProviderPremium>
43
43
  * ```
44
44
  */
45
- declare function ChartsDataProviderPremium<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>>(props: ChartsDataProviderPremiumProps<SeriesType, TSignatures>): import("react/jsx-runtime").JSX.Element;
45
+ declare function ChartsDataProviderPremium<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = AllPluginSignatures<SeriesType>>(props: ChartsDataProviderPremiumProps<SeriesType, TSignatures>): import("react").JSX.Element;
46
46
  declare namespace ChartsDataProviderPremium {
47
47
  var propTypes: any;
48
48
  }
@@ -19,8 +19,8 @@ var _useChartsDataProviderPremiumProps = require("./useChartsDataProviderPremium
19
19
  var _seriesConfig2 = require("../CandlestickChart/seriesConfig");
20
20
  var _jsxRuntime = require("react/jsx-runtime");
21
21
  const packageInfo = {
22
- releaseDate: "MTc4MjM0NTYwMDAwMA==",
23
- version: "9.7.0",
22
+ releaseDate: "MTc4MzU1NTIwMDAwMA==",
23
+ version: "9.9.0",
24
24
  name: 'x-charts-premium'
25
25
  };
26
26
  const defaultSeriesConfigPremium = exports.defaultSeriesConfigPremium = (0, _extends2.default)({}, _internals2.defaultSeriesConfigPro, {
@@ -12,8 +12,8 @@ import { useChartsDataProviderPremiumProps } from "./useChartsDataProviderPremiu
12
12
  import { ohlcSeriesConfig } from "../CandlestickChart/seriesConfig/index.mjs";
13
13
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
14
14
  const packageInfo = {
15
- releaseDate: "MTc4MjM0NTYwMDAwMA==",
16
- version: "9.7.0",
15
+ releaseDate: "MTc4MzU1NTIwMDAwMA==",
16
+ version: "9.9.0",
17
17
  name: 'x-charts-premium'
18
18
  };
19
19
  export const defaultSeriesConfigPremium = _extends({}, defaultSeriesConfigPro, {
@@ -28,7 +28,7 @@ export type ChartsGeoDataProviderPremiumProps<SeriesType extends ChartSeriesType
28
28
  *
29
29
  * - [ChartsGeoDataProviderPremium API](https://mui.com/x/api/charts/charts-geo-data-provider-premium/)
30
30
  */
31
- declare function ChartsGeoDataProviderPremium<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = GeoPremiumPluginSignatures<SeriesType>>(props: ChartsGeoDataProviderPremiumProps<SeriesType, TSignatures>): import("react/jsx-runtime").JSX.Element;
31
+ declare function ChartsGeoDataProviderPremium<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = GeoPremiumPluginSignatures<SeriesType>>(props: ChartsGeoDataProviderPremiumProps<SeriesType, TSignatures>): React.JSX.Element;
32
32
  declare namespace ChartsGeoDataProviderPremium {
33
33
  var propTypes: any;
34
34
  }
@@ -28,7 +28,7 @@ export type ChartsGeoDataProviderPremiumProps<SeriesType extends ChartSeriesType
28
28
  *
29
29
  * - [ChartsGeoDataProviderPremium API](https://mui.com/x/api/charts/charts-geo-data-provider-premium/)
30
30
  */
31
- declare function ChartsGeoDataProviderPremium<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = GeoPremiumPluginSignatures<SeriesType>>(props: ChartsGeoDataProviderPremiumProps<SeriesType, TSignatures>): import("react/jsx-runtime").JSX.Element;
31
+ declare function ChartsGeoDataProviderPremium<SeriesType extends ChartSeriesType = ChartSeriesType, TSignatures extends readonly ChartAnyPluginSignature[] = GeoPremiumPluginSignatures<SeriesType>>(props: ChartsGeoDataProviderPremiumProps<SeriesType, TSignatures>): React.JSX.Element;
32
32
  declare namespace ChartsGeoDataProviderPremium {
33
33
  var propTypes: any;
34
34
  }
@@ -18,8 +18,8 @@ var _useChartsGeoDataProviderPremiumProps = require("./useChartsGeoDataProviderP
18
18
  var _ChartsGeoDataProviderPremium = require("./ChartsGeoDataProviderPremium.plugins");
19
19
  var _jsxRuntime = require("react/jsx-runtime");
20
20
  const packageInfo = {
21
- releaseDate: "MTc4MjM0NTYwMDAwMA==",
22
- version: "9.7.0",
21
+ releaseDate: "MTc4MzU1NTIwMDAwMA==",
22
+ version: "9.9.0",
23
23
  name: 'x-charts-premium'
24
24
  };
25
25
  /**
@@ -11,8 +11,8 @@ import { useChartsGeoDataProviderPremiumProps } from "./useChartsGeoDataProvider
11
11
  import { GEO_PREMIUM_PLUGINS } from "./ChartsGeoDataProviderPremium.plugins.mjs";
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  const packageInfo = {
14
- releaseDate: "MTc4MjM0NTYwMDAwMA==",
15
- version: "9.7.0",
14
+ releaseDate: "MTc4MzU1NTIwMDAwMA==",
15
+ version: "9.9.0",
16
16
  name: 'x-charts-premium'
17
17
  };
18
18
  /**
@@ -1,5 +1,6 @@
1
- import type { UseChartTooltipSignature, UseChartInteractionSignature, UseChartHighlightSignature, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature, UseChartZAxisSignature, ChartSeriesType } from '@mui/x-charts/internals';
1
+ import type { ChartSeriesType, UseChartZAxisSignature, UseChartTooltipSignature, UseChartInteractionSignature, UseChartHighlightSignature, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature } from '@mui/x-charts/internals';
2
2
  import type { UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
3
3
  import type { UseGeoProjectionSignature } from "../internals/plugins/useGeoProjection/index.mjs";
4
- export declare const GEO_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types").UseGeoProjectionSignature>];
5
- export type GeoPremiumPluginSignatures<SeriesType extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartTooltipSignature<SeriesType>, UseChartInteractionSignature, UseChartHighlightSignature<SeriesType>, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature<SeriesType>, UseChartProExportSignature, UseGeoProjectionSignature];
4
+ import type { UseGeoProjectionZoomSignature } from "../internals/plugins/useGeoProjectionZoom/index.mjs";
5
+ export declare const GEO_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<UseGeoProjectionSignature>, import("@mui/x-charts/internals").ChartPlugin<UseGeoProjectionZoomSignature>];
6
+ export type GeoPremiumPluginSignatures<SeriesType extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartTooltipSignature<SeriesType>, UseChartInteractionSignature, UseChartHighlightSignature<SeriesType>, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature<SeriesType>, UseChartProExportSignature, UseGeoProjectionSignature, UseGeoProjectionZoomSignature];
@@ -1,5 +1,6 @@
1
- import type { UseChartTooltipSignature, UseChartInteractionSignature, UseChartHighlightSignature, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature, UseChartZAxisSignature, ChartSeriesType } from '@mui/x-charts/internals';
1
+ import type { ChartSeriesType, UseChartZAxisSignature, UseChartTooltipSignature, UseChartInteractionSignature, UseChartHighlightSignature, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature } from '@mui/x-charts/internals';
2
2
  import type { UseChartProExportSignature } from '@mui/x-charts-pro/plugins';
3
3
  import type { UseGeoProjectionSignature } from "../internals/plugins/useGeoProjection/index.js";
4
- export declare const GEO_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<import("@mui/x-charts/internals/plugins/featurePlugins/useGeoProjection/useGeoProjection.types").UseGeoProjectionSignature>];
5
- export type GeoPremiumPluginSignatures<SeriesType extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartTooltipSignature<SeriesType>, UseChartInteractionSignature, UseChartHighlightSignature<SeriesType>, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature<SeriesType>, UseChartProExportSignature, UseGeoProjectionSignature];
4
+ import type { UseGeoProjectionZoomSignature } from "../internals/plugins/useGeoProjectionZoom/index.js";
5
+ export declare const GEO_PREMIUM_PLUGINS: readonly [import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartTooltipSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartKeyboardNavigationSignature>, import("@mui/x-charts/internals").ChartPlugin<UseChartVisibilityManagerSignature<any>>, import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature>, import("@mui/x-charts/internals").ChartPlugin<UseGeoProjectionSignature>, import("@mui/x-charts/internals").ChartPlugin<UseGeoProjectionZoomSignature>];
6
+ export type GeoPremiumPluginSignatures<SeriesType extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartTooltipSignature<SeriesType>, UseChartInteractionSignature, UseChartHighlightSignature<SeriesType>, UseChartKeyboardNavigationSignature, UseChartVisibilityManagerSignature<SeriesType>, UseChartProExportSignature, UseGeoProjectionSignature, UseGeoProjectionZoomSignature];
@@ -7,4 +7,5 @@ exports.GEO_PREMIUM_PLUGINS = void 0;
7
7
  var _internals = require("@mui/x-charts/internals");
8
8
  var _plugins = require("@mui/x-charts-pro/plugins");
9
9
  var _useGeoProjection = require("../internals/plugins/useGeoProjection");
10
- const GEO_PREMIUM_PLUGINS = exports.GEO_PREMIUM_PLUGINS = [_internals.useChartZAxis, _internals.useChartTooltip, _internals.useChartInteraction, _internals.useChartHighlight, _internals.useChartKeyboardNavigation, _internals.useChartVisibilityManager, _plugins.useChartProExport, _useGeoProjection.useGeoProjection];
10
+ var _useGeoProjectionZoom = require("../internals/plugins/useGeoProjectionZoom");
11
+ const GEO_PREMIUM_PLUGINS = exports.GEO_PREMIUM_PLUGINS = [_internals.useChartZAxis, _internals.useChartTooltip, _internals.useChartInteraction, _internals.useChartHighlight, _internals.useChartKeyboardNavigation, _internals.useChartVisibilityManager, _plugins.useChartProExport, _useGeoProjection.useGeoProjection, _useGeoProjectionZoom.useGeoProjectionZoom];
@@ -1,4 +1,5 @@
1
1
  import { useChartTooltip, useChartInteraction, useChartHighlight, useChartKeyboardNavigation, useChartVisibilityManager, useChartZAxis } from '@mui/x-charts/internals';
2
2
  import { useChartProExport } from '@mui/x-charts-pro/plugins';
3
3
  import { useGeoProjection } from "../internals/plugins/useGeoProjection/index.mjs";
4
- export const GEO_PREMIUM_PLUGINS = [useChartZAxis, useChartTooltip, useChartInteraction, useChartHighlight, useChartKeyboardNavigation, useChartVisibilityManager, useChartProExport, useGeoProjection];
4
+ import { useGeoProjectionZoom } from "../internals/plugins/useGeoProjectionZoom/index.mjs";
5
+ export const GEO_PREMIUM_PLUGINS = [useChartZAxis, useChartTooltip, useChartInteraction, useChartHighlight, useChartKeyboardNavigation, useChartVisibilityManager, useChartProExport, useGeoProjection, useGeoProjectionZoom];
@@ -1,3 +1,4 @@
1
1
  import "../typeOverloads/index.mjs";
2
2
  export { ChartsGeoDataProviderPremium as Unstable_ChartsGeoDataProviderPremium, type ChartsGeoDataProviderPremiumProps, type ChartsGeoDataProviderPremiumSlots, type ChartsGeoDataProviderPremiumSlotProps } from "./ChartsGeoDataProviderPremium.mjs";
3
- export { GEO_PREMIUM_PLUGINS, type GeoPremiumPluginSignatures } from "./ChartsGeoDataProviderPremium.plugins.mjs";
3
+ export { GEO_PREMIUM_PLUGINS, type GeoPremiumPluginSignatures } from "./ChartsGeoDataProviderPremium.plugins.mjs";
4
+ export type { MapZoomView, MapZoomOptions } from "../internals/plugins/useGeoProjectionZoom/useGeoProjectionZoom.types.mjs";
@@ -1,3 +1,4 @@
1
1
  import "../typeOverloads/index.js";
2
2
  export { ChartsGeoDataProviderPremium as Unstable_ChartsGeoDataProviderPremium, type ChartsGeoDataProviderPremiumProps, type ChartsGeoDataProviderPremiumSlots, type ChartsGeoDataProviderPremiumSlotProps } from "./ChartsGeoDataProviderPremium.js";
3
- export { GEO_PREMIUM_PLUGINS, type GeoPremiumPluginSignatures } from "./ChartsGeoDataProviderPremium.plugins.js";
3
+ export { GEO_PREMIUM_PLUGINS, type GeoPremiumPluginSignatures } from "./ChartsGeoDataProviderPremium.plugins.js";
4
+ export type { MapZoomView, MapZoomOptions } from "../internals/plugins/useGeoProjectionZoom/useGeoProjectionZoom.types.js";