@mui/x-charts-pro 8.9.0 → 8.10.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 (163) hide show
  1. package/BarChart/index.d.ts +1 -0
  2. package/BarChart/index.js +16 -0
  3. package/BarChartPro/BarChartPro.js +141 -1
  4. package/CHANGELOG.md +245 -6
  5. package/ChartContainer/index.d.ts +1 -0
  6. package/ChartContainer/index.js +16 -0
  7. package/ChartDataProvider/index.d.ts +1 -0
  8. package/ChartDataProvider/index.js +16 -0
  9. package/ChartDataProviderPro/ChartDataProviderPro.js +1 -1
  10. package/ChartsAxis/index.d.ts +1 -0
  11. package/ChartsAxis/index.js +16 -0
  12. package/ChartsAxisHighlight/index.d.ts +1 -0
  13. package/ChartsAxisHighlight/index.js +16 -0
  14. package/ChartsClipPath/index.d.ts +1 -0
  15. package/ChartsClipPath/index.js +16 -0
  16. package/ChartsGrid/index.d.ts +1 -0
  17. package/ChartsGrid/index.js +16 -0
  18. package/ChartsLabel/index.d.ts +1 -0
  19. package/ChartsLabel/index.js +16 -0
  20. package/ChartsLegend/index.d.ts +1 -0
  21. package/ChartsLegend/index.js +16 -0
  22. package/ChartsLocalizationProvider/index.d.ts +1 -0
  23. package/ChartsLocalizationProvider/index.js +16 -0
  24. package/ChartsOverlay/index.d.ts +1 -0
  25. package/ChartsOverlay/index.js +16 -0
  26. package/ChartsReferenceLine/index.d.ts +1 -0
  27. package/ChartsReferenceLine/index.js +16 -0
  28. package/ChartsSurface/index.d.ts +1 -0
  29. package/ChartsSurface/index.js +16 -0
  30. package/ChartsText/index.d.ts +1 -0
  31. package/ChartsText/index.js +16 -0
  32. package/ChartsTooltip/index.d.ts +1 -0
  33. package/ChartsTooltip/index.js +16 -0
  34. package/ChartsWrapper/index.d.ts +1 -0
  35. package/ChartsWrapper/index.js +16 -0
  36. package/ChartsXAxis/index.d.ts +1 -0
  37. package/ChartsXAxis/index.js +16 -0
  38. package/ChartsYAxis/index.d.ts +1 -0
  39. package/ChartsYAxis/index.js +16 -0
  40. package/FunnelChart/FunnelChart.js +14 -4
  41. package/FunnelChart/funnelSlots.types.d.ts +8 -2
  42. package/FunnelChart/index.d.ts +5 -1
  43. package/FunnelChart/index.js +14 -7
  44. package/FunnelChart/useFunnelChartProps.d.ts +1 -1
  45. package/Gauge/index.d.ts +1 -0
  46. package/Gauge/index.js +16 -0
  47. package/Heatmap/Heatmap.js +10 -2
  48. package/LineChart/index.d.ts +1 -0
  49. package/LineChart/index.js +16 -0
  50. package/LineChartPro/LineChartPro.js +141 -1
  51. package/PieChart/index.d.ts +1 -0
  52. package/PieChart/index.js +16 -0
  53. package/PieChartPro/PieChartPro.js +2 -1
  54. package/RadarChart/index.d.ts +1 -0
  55. package/RadarChart/index.js +16 -0
  56. package/RadarChartPro/RadarChartPro.js +2 -1
  57. package/ScatterChart/index.d.ts +1 -0
  58. package/ScatterChart/index.js +16 -0
  59. package/ScatterChartPro/ScatterChartPro.d.ts +8 -1
  60. package/ScatterChartPro/ScatterChartPro.js +143 -3
  61. package/SparkLineChart/index.d.ts +1 -0
  62. package/SparkLineChart/index.js +16 -0
  63. package/Toolbar/index.d.ts +1 -0
  64. package/Toolbar/index.js +16 -0
  65. package/colorPalettes/index.d.ts +1 -0
  66. package/colorPalettes/index.js +16 -0
  67. package/constants/index.d.ts +1 -0
  68. package/constants/index.js +16 -0
  69. package/context/index.d.ts +1 -0
  70. package/context/index.js +11 -0
  71. package/esm/BarChart/index.d.ts +1 -0
  72. package/esm/BarChart/index.js +2 -0
  73. package/esm/BarChartPro/BarChartPro.js +141 -1
  74. package/esm/ChartContainer/index.d.ts +1 -0
  75. package/esm/ChartContainer/index.js +2 -0
  76. package/esm/ChartDataProvider/index.d.ts +1 -0
  77. package/esm/ChartDataProvider/index.js +2 -0
  78. package/esm/ChartDataProviderPro/ChartDataProviderPro.js +1 -1
  79. package/esm/ChartsAxis/index.d.ts +1 -0
  80. package/esm/ChartsAxis/index.js +2 -0
  81. package/esm/ChartsAxisHighlight/index.d.ts +1 -0
  82. package/esm/ChartsAxisHighlight/index.js +2 -0
  83. package/esm/ChartsClipPath/index.d.ts +1 -0
  84. package/esm/ChartsClipPath/index.js +2 -0
  85. package/esm/ChartsGrid/index.d.ts +1 -0
  86. package/esm/ChartsGrid/index.js +2 -0
  87. package/esm/ChartsLabel/index.d.ts +1 -0
  88. package/esm/ChartsLabel/index.js +2 -0
  89. package/esm/ChartsLegend/index.d.ts +1 -0
  90. package/esm/ChartsLegend/index.js +2 -0
  91. package/esm/ChartsLocalizationProvider/index.d.ts +1 -0
  92. package/esm/ChartsLocalizationProvider/index.js +2 -0
  93. package/esm/ChartsOverlay/index.d.ts +1 -0
  94. package/esm/ChartsOverlay/index.js +2 -0
  95. package/esm/ChartsReferenceLine/index.d.ts +1 -0
  96. package/esm/ChartsReferenceLine/index.js +2 -0
  97. package/esm/ChartsSurface/index.d.ts +1 -0
  98. package/esm/ChartsSurface/index.js +2 -0
  99. package/esm/ChartsText/index.d.ts +1 -0
  100. package/esm/ChartsText/index.js +2 -0
  101. package/esm/ChartsTooltip/index.d.ts +1 -0
  102. package/esm/ChartsTooltip/index.js +2 -0
  103. package/esm/ChartsWrapper/index.d.ts +1 -0
  104. package/esm/ChartsWrapper/index.js +2 -0
  105. package/esm/ChartsXAxis/index.d.ts +1 -0
  106. package/esm/ChartsXAxis/index.js +2 -0
  107. package/esm/ChartsYAxis/index.d.ts +1 -0
  108. package/esm/ChartsYAxis/index.js +2 -0
  109. package/esm/FunnelChart/FunnelChart.js +13 -3
  110. package/esm/FunnelChart/funnelSlots.types.d.ts +8 -2
  111. package/esm/FunnelChart/index.d.ts +5 -1
  112. package/esm/FunnelChart/index.js +7 -1
  113. package/esm/FunnelChart/useFunnelChartProps.d.ts +1 -1
  114. package/esm/Gauge/index.d.ts +1 -0
  115. package/esm/Gauge/index.js +2 -0
  116. package/esm/Heatmap/Heatmap.js +9 -1
  117. package/esm/LineChart/index.d.ts +1 -0
  118. package/esm/LineChart/index.js +2 -0
  119. package/esm/LineChartPro/LineChartPro.js +141 -1
  120. package/esm/PieChart/index.d.ts +1 -0
  121. package/esm/PieChart/index.js +2 -0
  122. package/esm/PieChartPro/PieChartPro.js +2 -1
  123. package/esm/RadarChart/index.d.ts +1 -0
  124. package/esm/RadarChart/index.js +2 -0
  125. package/esm/RadarChartPro/RadarChartPro.js +2 -1
  126. package/esm/ScatterChart/index.d.ts +1 -0
  127. package/esm/ScatterChart/index.js +2 -0
  128. package/esm/ScatterChartPro/ScatterChartPro.d.ts +8 -1
  129. package/esm/ScatterChartPro/ScatterChartPro.js +143 -3
  130. package/esm/SparkLineChart/index.d.ts +1 -0
  131. package/esm/SparkLineChart/index.js +2 -0
  132. package/esm/Toolbar/index.d.ts +1 -0
  133. package/esm/Toolbar/index.js +2 -0
  134. package/esm/colorPalettes/index.d.ts +1 -0
  135. package/esm/colorPalettes/index.js +3 -0
  136. package/esm/constants/index.d.ts +1 -0
  137. package/esm/constants/index.js +3 -0
  138. package/esm/context/index.d.ts +1 -0
  139. package/esm/context/index.js +3 -0
  140. package/esm/hooks/index.d.ts +1 -0
  141. package/esm/hooks/index.js +3 -0
  142. package/esm/index.d.ts +6 -7
  143. package/esm/index.js +13 -7
  144. package/esm/internals/plugins/allPlugins.d.ts +2 -2
  145. package/esm/internals/plugins/useChartProExport/defaults.d.ts +1 -0
  146. package/esm/internals/plugins/useChartProExport/defaults.js +6 -0
  147. package/esm/internals/plugins/useChartProExport/exportImage.js +3 -2
  148. package/esm/internals/plugins/useChartProExport/print.js +3 -2
  149. package/esm/locales/index.js +3 -1
  150. package/esm/models/index.d.ts +3 -1
  151. package/esm/models/index.js +5 -1
  152. package/hooks/index.d.ts +1 -0
  153. package/hooks/index.js +11 -0
  154. package/index.d.ts +6 -7
  155. package/index.js +65 -53
  156. package/internals/plugins/allPlugins.d.ts +2 -2
  157. package/internals/plugins/useChartProExport/defaults.d.ts +1 -0
  158. package/internals/plugins/useChartProExport/defaults.js +12 -0
  159. package/internals/plugins/useChartProExport/exportImage.js +3 -2
  160. package/internals/plugins/useChartProExport/print.js +3 -2
  161. package/models/index.d.ts +3 -1
  162. package/models/index.js +24 -1
  163. package/package.json +7 -9
@@ -14,7 +14,8 @@ import { ChartsLegend } from '@mui/x-charts/ChartsLegend';
14
14
  import { ChartsSurface } from '@mui/x-charts/ChartsSurface';
15
15
  import { ChartsAxisHighlight } from '@mui/x-charts/ChartsAxisHighlight';
16
16
  import { ChartsTooltip } from '@mui/x-charts/ChartsTooltip';
17
- import { useScatterChartProps, ChartsWrapper } from '@mui/x-charts/internals';
17
+ import { useScatterChartProps } from '@mui/x-charts/internals';
18
+ import { ChartsWrapper } from '@mui/x-charts/ChartsWrapper';
18
19
  import { ChartZoomSlider } from "../ChartZoomSlider/index.js";
19
20
  import { ChartsToolbarPro } from "../ChartsToolbarPro/index.js";
20
21
  import { useChartContainerProProps } from "../ChartContainerPro/useChartContainerProProps.js";
@@ -74,9 +75,9 @@ const ScatterChartPro = /*#__PURE__*/React.forwardRef(function ScatterChartPro(i
74
75
  "data-drawing-container": true,
75
76
  children: /*#__PURE__*/_jsx(ScatterPlot, _extends({}, scatterPlotProps))
76
77
  }), /*#__PURE__*/_jsx(ChartsOverlay, _extends({}, overlayProps)), /*#__PURE__*/_jsx(ChartsAxisHighlight, _extends({}, axisHighlightProps)), children]
77
- })), !props.loading && /*#__PURE__*/_jsx(Tooltip, _extends({}, props?.slotProps?.tooltip, {
78
+ })), !props.loading && /*#__PURE__*/_jsx(Tooltip, _extends({
78
79
  trigger: "item"
79
- }))]
80
+ }, props?.slotProps?.tooltip))]
80
81
  }))
81
82
  }));
82
83
  });
@@ -277,6 +278,10 @@ process.env.NODE_ENV !== "production" ? ScatterChartPro.propTypes = {
277
278
  disableTicks: PropTypes.bool,
278
279
  domainLimit: PropTypes.oneOfType([PropTypes.oneOf(['nice', 'strict']), PropTypes.func]),
279
280
  fill: PropTypes.string,
281
+ groups: PropTypes.arrayOf(PropTypes.shape({
282
+ getValue: PropTypes.func.isRequired,
283
+ tickSize: PropTypes.number
284
+ })),
280
285
  height: PropTypes.number,
281
286
  hideTooltip: PropTypes.bool,
282
287
  id: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
@@ -343,6 +348,10 @@ process.env.NODE_ENV !== "production" ? ScatterChartPro.propTypes = {
343
348
  disableTicks: PropTypes.bool,
344
349
  domainLimit: PropTypes.oneOfType([PropTypes.oneOf(['nice', 'strict']), PropTypes.func]),
345
350
  fill: PropTypes.string,
351
+ groups: PropTypes.arrayOf(PropTypes.shape({
352
+ getValue: PropTypes.func.isRequired,
353
+ tickSize: PropTypes.number
354
+ })),
346
355
  height: PropTypes.number,
347
356
  hideTooltip: PropTypes.bool,
348
357
  id: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
@@ -446,6 +455,68 @@ process.env.NODE_ENV !== "production" ? ScatterChartPro.propTypes = {
446
455
  }),
447
456
  step: PropTypes.number
448
457
  }), PropTypes.bool])
458
+ }), PropTypes.shape({
459
+ axis: PropTypes.oneOf(['x']),
460
+ classes: PropTypes.object,
461
+ colorMap: PropTypes.oneOfType([PropTypes.shape({
462
+ color: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string.isRequired), PropTypes.func]).isRequired,
463
+ max: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
464
+ min: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
465
+ type: PropTypes.oneOf(['continuous']).isRequired
466
+ }), PropTypes.shape({
467
+ colors: PropTypes.arrayOf(PropTypes.string).isRequired,
468
+ thresholds: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]).isRequired).isRequired,
469
+ type: PropTypes.oneOf(['piecewise']).isRequired
470
+ })]),
471
+ constant: PropTypes.number,
472
+ data: PropTypes.array,
473
+ dataKey: PropTypes.string,
474
+ disableLine: PropTypes.bool,
475
+ disableTicks: PropTypes.bool,
476
+ domainLimit: PropTypes.oneOfType([PropTypes.oneOf(['nice', 'strict']), PropTypes.func]),
477
+ fill: PropTypes.string,
478
+ height: PropTypes.number,
479
+ hideTooltip: PropTypes.bool,
480
+ id: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
481
+ ignoreTooltip: PropTypes.bool,
482
+ label: PropTypes.string,
483
+ labelStyle: PropTypes.object,
484
+ max: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
485
+ min: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
486
+ offset: PropTypes.number,
487
+ position: PropTypes.oneOf(['bottom', 'none', 'top']),
488
+ reverse: PropTypes.bool,
489
+ scaleType: PropTypes.oneOf(['symlog']),
490
+ slotProps: PropTypes.object,
491
+ slots: PropTypes.object,
492
+ stroke: PropTypes.string,
493
+ sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
494
+ tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
495
+ tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
496
+ tickLabelMinGap: PropTypes.number,
497
+ tickLabelPlacement: PropTypes.oneOf(['middle', 'tick']),
498
+ tickLabelStyle: PropTypes.object,
499
+ tickMaxStep: PropTypes.number,
500
+ tickMinStep: PropTypes.number,
501
+ tickNumber: PropTypes.number,
502
+ tickPlacement: PropTypes.oneOf(['end', 'extremities', 'middle', 'start']),
503
+ tickSize: PropTypes.number,
504
+ valueFormatter: PropTypes.func,
505
+ zoom: PropTypes.oneOfType([PropTypes.shape({
506
+ filterMode: PropTypes.oneOf(['discard', 'keep']),
507
+ maxEnd: PropTypes.number,
508
+ maxSpan: PropTypes.number,
509
+ minSpan: PropTypes.number,
510
+ minStart: PropTypes.number,
511
+ panning: PropTypes.bool,
512
+ slider: PropTypes.shape({
513
+ enabled: PropTypes.bool,
514
+ preview: PropTypes.bool,
515
+ showTooltip: PropTypes.oneOf(['always', 'hover', 'never']),
516
+ size: PropTypes.number
517
+ }),
518
+ step: PropTypes.number
519
+ }), PropTypes.bool])
449
520
  }), PropTypes.shape({
450
521
  axis: PropTypes.oneOf(['x']),
451
522
  classes: PropTypes.object,
@@ -783,6 +854,10 @@ process.env.NODE_ENV !== "production" ? ScatterChartPro.propTypes = {
783
854
  disableTicks: PropTypes.bool,
784
855
  domainLimit: PropTypes.oneOfType([PropTypes.oneOf(['nice', 'strict']), PropTypes.func]),
785
856
  fill: PropTypes.string,
857
+ groups: PropTypes.arrayOf(PropTypes.shape({
858
+ getValue: PropTypes.func.isRequired,
859
+ tickSize: PropTypes.number
860
+ })),
786
861
  hideTooltip: PropTypes.bool,
787
862
  id: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
788
863
  ignoreTooltip: PropTypes.bool,
@@ -848,6 +923,10 @@ process.env.NODE_ENV !== "production" ? ScatterChartPro.propTypes = {
848
923
  disableTicks: PropTypes.bool,
849
924
  domainLimit: PropTypes.oneOfType([PropTypes.oneOf(['nice', 'strict']), PropTypes.func]),
850
925
  fill: PropTypes.string,
926
+ groups: PropTypes.arrayOf(PropTypes.shape({
927
+ getValue: PropTypes.func.isRequired,
928
+ tickSize: PropTypes.number
929
+ })),
851
930
  hideTooltip: PropTypes.bool,
852
931
  id: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
853
932
  ignoreTooltip: PropTypes.bool,
@@ -949,6 +1028,67 @@ process.env.NODE_ENV !== "production" ? ScatterChartPro.propTypes = {
949
1028
  }),
950
1029
  step: PropTypes.number
951
1030
  }), PropTypes.bool])
1031
+ }), PropTypes.shape({
1032
+ axis: PropTypes.oneOf(['y']),
1033
+ classes: PropTypes.object,
1034
+ colorMap: PropTypes.oneOfType([PropTypes.shape({
1035
+ color: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string.isRequired), PropTypes.func]).isRequired,
1036
+ max: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
1037
+ min: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
1038
+ type: PropTypes.oneOf(['continuous']).isRequired
1039
+ }), PropTypes.shape({
1040
+ colors: PropTypes.arrayOf(PropTypes.string).isRequired,
1041
+ thresholds: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]).isRequired).isRequired,
1042
+ type: PropTypes.oneOf(['piecewise']).isRequired
1043
+ })]),
1044
+ constant: PropTypes.number,
1045
+ data: PropTypes.array,
1046
+ dataKey: PropTypes.string,
1047
+ disableLine: PropTypes.bool,
1048
+ disableTicks: PropTypes.bool,
1049
+ domainLimit: PropTypes.oneOfType([PropTypes.oneOf(['nice', 'strict']), PropTypes.func]),
1050
+ fill: PropTypes.string,
1051
+ hideTooltip: PropTypes.bool,
1052
+ id: PropTypes.oneOfType([PropTypes.number, PropTypes.string]),
1053
+ ignoreTooltip: PropTypes.bool,
1054
+ label: PropTypes.string,
1055
+ labelStyle: PropTypes.object,
1056
+ max: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
1057
+ min: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
1058
+ offset: PropTypes.number,
1059
+ position: PropTypes.oneOf(['left', 'none', 'right']),
1060
+ reverse: PropTypes.bool,
1061
+ scaleType: PropTypes.oneOf(['symlog']),
1062
+ slotProps: PropTypes.object,
1063
+ slots: PropTypes.object,
1064
+ stroke: PropTypes.string,
1065
+ sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object]),
1066
+ tickInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.array, PropTypes.func]),
1067
+ tickLabelInterval: PropTypes.oneOfType([PropTypes.oneOf(['auto']), PropTypes.func]),
1068
+ tickLabelPlacement: PropTypes.oneOf(['middle', 'tick']),
1069
+ tickLabelStyle: PropTypes.object,
1070
+ tickMaxStep: PropTypes.number,
1071
+ tickMinStep: PropTypes.number,
1072
+ tickNumber: PropTypes.number,
1073
+ tickPlacement: PropTypes.oneOf(['end', 'extremities', 'middle', 'start']),
1074
+ tickSize: PropTypes.number,
1075
+ valueFormatter: PropTypes.func,
1076
+ width: PropTypes.number,
1077
+ zoom: PropTypes.oneOfType([PropTypes.shape({
1078
+ filterMode: PropTypes.oneOf(['discard', 'keep']),
1079
+ maxEnd: PropTypes.number,
1080
+ maxSpan: PropTypes.number,
1081
+ minSpan: PropTypes.number,
1082
+ minStart: PropTypes.number,
1083
+ panning: PropTypes.bool,
1084
+ slider: PropTypes.shape({
1085
+ enabled: PropTypes.bool,
1086
+ preview: PropTypes.bool,
1087
+ showTooltip: PropTypes.oneOf(['always', 'hover', 'never']),
1088
+ size: PropTypes.number
1089
+ }),
1090
+ step: PropTypes.number
1091
+ }), PropTypes.bool])
952
1092
  }), PropTypes.shape({
953
1093
  axis: PropTypes.oneOf(['y']),
954
1094
  classes: PropTypes.object,
@@ -0,0 +1 @@
1
+ export * from '@mui/x-charts/SparkLineChart';
@@ -0,0 +1,2 @@
1
+ // Re-export automatically generated, to customize, simply remove this line.
2
+ export * from '@mui/x-charts/SparkLineChart';
@@ -0,0 +1 @@
1
+ export * from '@mui/x-charts/Toolbar';
@@ -0,0 +1,2 @@
1
+ // Re-export automatically generated, to customize, simply remove this line.
2
+ export * from '@mui/x-charts/Toolbar';
@@ -0,0 +1 @@
1
+ export * from '@mui/x-charts/colorPalettes';
@@ -0,0 +1,3 @@
1
+ // This re-export-block is automatically generated, to customize, simply remove the block.
2
+ export * from '@mui/x-charts/colorPalettes';
3
+ // End of re-export-block
@@ -0,0 +1 @@
1
+ export * from '@mui/x-charts/constants';
@@ -0,0 +1,3 @@
1
+ // This re-export-block is automatically generated, to customize, simply remove the block.
2
+ export * from '@mui/x-charts/constants';
3
+ // End of re-export-block
@@ -1,2 +1,3 @@
1
+ export * from '@mui/x-charts/context';
1
2
  export * from "./useChartProApiContext.js";
2
3
  export type { ChartProApi } from "./ChartProApi.js";
@@ -1,2 +1,5 @@
1
+ // This re-export-block is automatically generated, to customize, simply remove the block.
2
+ export * from '@mui/x-charts/context';
3
+ // End of re-export-block
1
4
  export * from "./useChartProApiContext.js";
2
5
  export {};
@@ -1,3 +1,4 @@
1
+ export * from '@mui/x-charts/hooks';
1
2
  export * from "./useHeatmapSeries.js";
2
3
  export * from "./useFunnelSeries.js";
3
4
  export * from "./zoom/index.js";
@@ -1,3 +1,6 @@
1
+ // This re-export-block is automatically generated, to customize, simply remove the block.
2
+ export * from '@mui/x-charts/hooks';
3
+ // End of re-export-block
1
4
  export * from "./useHeatmapSeries.js";
2
5
  export * from "./useFunnelSeries.js";
3
6
  export * from "./zoom/index.js";
package/esm/index.d.ts CHANGED
@@ -1,9 +1,4 @@
1
1
  import "./typeOverloads/modules.js";
2
- export * from '@mui/x-charts/constants';
3
- export type { FadeOptions, HighlightItemData, HighlightOptions, HighlightScope } from '@mui/x-charts/context';
4
- export * from '@mui/x-charts/hooks';
5
- export * from '@mui/x-charts/colorPalettes';
6
- export * from '@mui/x-charts/models';
7
2
  export * from '@mui/x-charts/ChartsClipPath';
8
3
  export * from '@mui/x-charts/ChartsReferenceLine';
9
4
  export * from '@mui/x-charts/ChartsAxis';
@@ -25,9 +20,13 @@ export * from '@mui/x-charts/RadarChart';
25
20
  export * from '@mui/x-charts/ChartsSurface';
26
21
  export * from '@mui/x-charts/ChartDataProvider';
27
22
  export * from '@mui/x-charts/ChartsLabel';
28
- export type { ZoomData, ZoomFilterMode, ZoomSliderShowTooltip, ZoomOptions, ZoomSliderOptions } from '@mui/x-charts/internals';
29
- export * from "./context/index.js";
23
+ export * from '@mui/x-charts/ChartsOverlay';
24
+ export * from '@mui/x-charts/ChartsWrapper';
25
+ export * from "./constants/index.js";
30
26
  export * from "./hooks/index.js";
27
+ export * from "./context/index.js";
28
+ export * from "./models/index.js";
29
+ export * from "./colorPalettes/index.js";
31
30
  export * from "./Heatmap/index.js";
32
31
  export { ChartContainerPro } from "./ChartContainerPro/index.js";
33
32
  export type { ChartContainerProProps } from "./ChartContainerPro/index.js";
package/esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts-pro v8.9.0
2
+ * @mui/x-charts-pro v8.10.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
@@ -8,10 +8,6 @@
8
8
  import "./typeOverloads/modules.js";
9
9
 
10
10
  // exports from MIT package
11
- export * from '@mui/x-charts/constants';
12
- export * from '@mui/x-charts/hooks';
13
- export * from '@mui/x-charts/colorPalettes';
14
- export * from '@mui/x-charts/models';
15
11
  export * from '@mui/x-charts/ChartsClipPath';
16
12
  export * from '@mui/x-charts/ChartsReferenceLine';
17
13
  export * from '@mui/x-charts/ChartsAxis';
@@ -33,9 +29,19 @@ export * from '@mui/x-charts/RadarChart';
33
29
  export * from '@mui/x-charts/ChartsSurface';
34
30
  export * from '@mui/x-charts/ChartDataProvider';
35
31
  export * from '@mui/x-charts/ChartsLabel';
36
- // Pro components
37
- export * from "./context/index.js";
32
+ export * from '@mui/x-charts/ChartsOverlay';
33
+ export * from '@mui/x-charts/ChartsWrapper';
34
+
35
+ // Pro utilities
36
+ export * from "./constants/index.js";
38
37
  export * from "./hooks/index.js";
38
+ export * from "./context/index.js";
39
+ export * from "./models/index.js";
40
+ // Locales should be imported from `@mui/x-charts-pro/locales`
41
+ // export * from './locales';
42
+ export * from "./colorPalettes/index.js";
43
+
44
+ // Pro components
39
45
  export * from "./Heatmap/index.js";
40
46
  export { ChartContainerPro } from "./ChartContainerPro/index.js";
41
47
  export * from "./ChartDataProviderPro/index.js";
@@ -3,7 +3,7 @@ import { UseChartProExportSignature } from "./useChartProExport/index.js";
3
3
  import { UseChartProZoomSignature } from "./useChartProZoom/index.js";
4
4
  export type AllPluginSignatures<TSeries extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartCartesianAxisSignature<TSeries>, UseChartPolarAxisSignature<TSeries>, UseChartInteractionSignature, UseChartHighlightSignature, UseChartProZoomSignature, UseChartProExportSignature];
5
5
  export type AllPluginsType<TSeries extends ChartSeriesType = ChartSeriesType> = ConvertSignaturesIntoPlugins<AllPluginSignatures<TSeries>>;
6
- export declare const ALL_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartCartesianAxisSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartProZoomSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartPolarAxisSignature<any>>)[];
6
+ export declare const ALL_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<UseChartProZoomSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartCartesianAxisSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartPolarAxisSignature<any>>)[];
7
7
  export type DefaultPluginSignatures<TSeries extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartCartesianAxisSignature<TSeries>, UseChartPolarAxisSignature<TSeries>, UseChartInteractionSignature, UseChartHighlightSignature, UseChartProZoomSignature, UseChartProExportSignature];
8
8
  export type DefaultPluginsType<TSeries extends ChartSeriesType = ChartSeriesType> = ConvertSignaturesIntoPlugins<DefaultPluginSignatures<TSeries>>;
9
- export declare const DEFAULT_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartCartesianAxisSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartProZoomSignature>)[];
9
+ export declare const DEFAULT_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<UseChartProZoomSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartCartesianAxisSignature<any>>)[];
@@ -0,0 +1 @@
1
+ export declare function defaultOnBeforeExport(iframe: HTMLIFrameElement): void;
@@ -0,0 +1,6 @@
1
+ import { chartsToolbarClasses } from '@mui/x-charts/Toolbar';
2
+ export function defaultOnBeforeExport(iframe) {
3
+ const document = iframe.contentDocument;
4
+ const chartsToolbarEl = document.querySelector(`.${chartsToolbarClasses.root}`);
5
+ chartsToolbarEl?.remove();
6
+ }
@@ -1,6 +1,7 @@
1
1
  import ownerDocument from '@mui/utils/ownerDocument';
2
2
  import { loadStyleSheets } from '@mui/x-internals/export';
3
3
  import { createExportIframe } from "./common.js";
4
+ import { defaultOnBeforeExport } from "./defaults.js";
4
5
  export const getDrawDocument = async () => {
5
6
  try {
6
7
  const module = await import('rasterizehtml');
@@ -16,7 +17,7 @@ export async function exportImage(element, params) {
16
17
  fileName,
17
18
  type = 'image/png',
18
19
  quality = 0.9,
19
- onBeforeExport,
20
+ onBeforeExport = defaultOnBeforeExport,
20
21
  copyStyles = true
21
22
  } = params ?? {};
22
23
  const drawDocumentPromise = getDrawDocument();
@@ -52,7 +53,7 @@ export async function exportImage(element, params) {
52
53
  };
53
54
  doc.body.appendChild(iframe);
54
55
  await iframeLoadPromise;
55
- await onBeforeExport?.(iframe);
56
+ await onBeforeExport(iframe);
56
57
  const drawDocument = await drawDocumentPromise;
57
58
  try {
58
59
  await drawDocument(iframe.contentDocument, canvas, {
@@ -1,9 +1,10 @@
1
1
  import ownerDocument from '@mui/utils/ownerDocument';
2
2
  import { loadStyleSheets } from '@mui/x-internals/export';
3
3
  import { createExportIframe } from "./common.js";
4
+ import { defaultOnBeforeExport } from "./defaults.js";
4
5
  export function printChart(element, {
5
6
  fileName,
6
- onBeforeExport,
7
+ onBeforeExport = defaultOnBeforeExport,
7
8
  copyStyles = true
8
9
  } = {}) {
9
10
  const printWindow = createExportIframe(fileName);
@@ -26,7 +27,7 @@ export function printChart(element, {
26
27
  doc.body.removeChild(printWindow);
27
28
  }
28
29
  });
29
- await onBeforeExport?.(printWindow);
30
+ await onBeforeExport(printWindow);
30
31
  printWindow.contentWindow.print();
31
32
  };
32
33
  doc.body.appendChild(printWindow);
@@ -1 +1,3 @@
1
- export * from '@mui/x-charts/locales';
1
+ // This re-export-block is automatically generated, to customize, simply remove the block.
2
+ export * from '@mui/x-charts/locales';
3
+ // End of re-export-block
@@ -1,2 +1,4 @@
1
+ export * from '@mui/x-charts/models';
1
2
  export type { ZoomData, ZoomFilterMode, ZoomOptions, ZoomSliderOptions, ZoomSliderShowTooltip } from '@mui/x-charts/internals';
2
- export * from "./seriesType/index.js";
3
+ export * from "./seriesType/index.js";
4
+ export { defaultOnBeforeExport } from "../internals/plugins/useChartProExport/defaults.js";
@@ -1,2 +1,6 @@
1
+ // This re-export-block is automatically generated, to customize, simply remove the block.
2
+ export * from '@mui/x-charts/models';
3
+ // End of re-export-block
4
+
1
5
  export * from "./seriesType/index.js";
2
- export {};
6
+ export { defaultOnBeforeExport } from "../internals/plugins/useChartProExport/defaults.js";
package/hooks/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export * from '@mui/x-charts/hooks';
1
2
  export * from "./useHeatmapSeries.js";
2
3
  export * from "./useFunnelSeries.js";
3
4
  export * from "./zoom/index.js";
package/hooks/index.js CHANGED
@@ -3,6 +3,17 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
+ var _hooks = require("@mui/x-charts/hooks");
7
+ Object.keys(_hooks).forEach(function (key) {
8
+ if (key === "default" || key === "__esModule") return;
9
+ if (key in exports && exports[key] === _hooks[key]) return;
10
+ Object.defineProperty(exports, key, {
11
+ enumerable: true,
12
+ get: function () {
13
+ return _hooks[key];
14
+ }
15
+ });
16
+ });
6
17
  var _useHeatmapSeries = require("./useHeatmapSeries");
7
18
  Object.keys(_useHeatmapSeries).forEach(function (key) {
8
19
  if (key === "default" || key === "__esModule") return;
package/index.d.ts CHANGED
@@ -1,9 +1,4 @@
1
1
  import "./typeOverloads/modules.js";
2
- export * from '@mui/x-charts/constants';
3
- export type { FadeOptions, HighlightItemData, HighlightOptions, HighlightScope } from '@mui/x-charts/context';
4
- export * from '@mui/x-charts/hooks';
5
- export * from '@mui/x-charts/colorPalettes';
6
- export * from '@mui/x-charts/models';
7
2
  export * from '@mui/x-charts/ChartsClipPath';
8
3
  export * from '@mui/x-charts/ChartsReferenceLine';
9
4
  export * from '@mui/x-charts/ChartsAxis';
@@ -25,9 +20,13 @@ export * from '@mui/x-charts/RadarChart';
25
20
  export * from '@mui/x-charts/ChartsSurface';
26
21
  export * from '@mui/x-charts/ChartDataProvider';
27
22
  export * from '@mui/x-charts/ChartsLabel';
28
- export type { ZoomData, ZoomFilterMode, ZoomSliderShowTooltip, ZoomOptions, ZoomSliderOptions } from '@mui/x-charts/internals';
29
- export * from "./context/index.js";
23
+ export * from '@mui/x-charts/ChartsOverlay';
24
+ export * from '@mui/x-charts/ChartsWrapper';
25
+ export * from "./constants/index.js";
30
26
  export * from "./hooks/index.js";
27
+ export * from "./context/index.js";
28
+ export * from "./models/index.js";
29
+ export * from "./colorPalettes/index.js";
31
30
  export * from "./Heatmap/index.js";
32
31
  export { ChartContainerPro } from "./ChartContainerPro/index.js";
33
32
  export type { ChartContainerProProps } from "./ChartContainerPro/index.js";
package/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @mui/x-charts-pro v8.9.0
2
+ * @mui/x-charts-pro v8.10.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
@@ -20,54 +20,6 @@ Object.defineProperty(exports, "ChartContainerPro", {
20
20
  }
21
21
  });
22
22
  require("./typeOverloads/modules");
23
- var _constants = require("@mui/x-charts/constants");
24
- Object.keys(_constants).forEach(function (key) {
25
- if (key === "default" || key === "__esModule") return;
26
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
27
- if (key in exports && exports[key] === _constants[key]) return;
28
- Object.defineProperty(exports, key, {
29
- enumerable: true,
30
- get: function () {
31
- return _constants[key];
32
- }
33
- });
34
- });
35
- var _hooks = require("@mui/x-charts/hooks");
36
- Object.keys(_hooks).forEach(function (key) {
37
- if (key === "default" || key === "__esModule") return;
38
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
39
- if (key in exports && exports[key] === _hooks[key]) return;
40
- Object.defineProperty(exports, key, {
41
- enumerable: true,
42
- get: function () {
43
- return _hooks[key];
44
- }
45
- });
46
- });
47
- var _colorPalettes = require("@mui/x-charts/colorPalettes");
48
- Object.keys(_colorPalettes).forEach(function (key) {
49
- if (key === "default" || key === "__esModule") return;
50
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
51
- if (key in exports && exports[key] === _colorPalettes[key]) return;
52
- Object.defineProperty(exports, key, {
53
- enumerable: true,
54
- get: function () {
55
- return _colorPalettes[key];
56
- }
57
- });
58
- });
59
- var _models = require("@mui/x-charts/models");
60
- Object.keys(_models).forEach(function (key) {
61
- if (key === "default" || key === "__esModule") return;
62
- if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
63
- if (key in exports && exports[key] === _models[key]) return;
64
- Object.defineProperty(exports, key, {
65
- enumerable: true,
66
- get: function () {
67
- return _models[key];
68
- }
69
- });
70
- });
71
23
  var _ChartsClipPath = require("@mui/x-charts/ChartsClipPath");
72
24
  Object.keys(_ChartsClipPath).forEach(function (key) {
73
25
  if (key === "default" || key === "__esModule") return;
@@ -320,6 +272,54 @@ Object.keys(_ChartsLabel).forEach(function (key) {
320
272
  }
321
273
  });
322
274
  });
275
+ var _ChartsOverlay = require("@mui/x-charts/ChartsOverlay");
276
+ Object.keys(_ChartsOverlay).forEach(function (key) {
277
+ if (key === "default" || key === "__esModule") return;
278
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
279
+ if (key in exports && exports[key] === _ChartsOverlay[key]) return;
280
+ Object.defineProperty(exports, key, {
281
+ enumerable: true,
282
+ get: function () {
283
+ return _ChartsOverlay[key];
284
+ }
285
+ });
286
+ });
287
+ var _ChartsWrapper = require("@mui/x-charts/ChartsWrapper");
288
+ Object.keys(_ChartsWrapper).forEach(function (key) {
289
+ if (key === "default" || key === "__esModule") return;
290
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
291
+ if (key in exports && exports[key] === _ChartsWrapper[key]) return;
292
+ Object.defineProperty(exports, key, {
293
+ enumerable: true,
294
+ get: function () {
295
+ return _ChartsWrapper[key];
296
+ }
297
+ });
298
+ });
299
+ var _constants = require("./constants");
300
+ Object.keys(_constants).forEach(function (key) {
301
+ if (key === "default" || key === "__esModule") return;
302
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
303
+ if (key in exports && exports[key] === _constants[key]) return;
304
+ Object.defineProperty(exports, key, {
305
+ enumerable: true,
306
+ get: function () {
307
+ return _constants[key];
308
+ }
309
+ });
310
+ });
311
+ var _hooks = require("./hooks");
312
+ Object.keys(_hooks).forEach(function (key) {
313
+ if (key === "default" || key === "__esModule") return;
314
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
315
+ if (key in exports && exports[key] === _hooks[key]) return;
316
+ Object.defineProperty(exports, key, {
317
+ enumerable: true,
318
+ get: function () {
319
+ return _hooks[key];
320
+ }
321
+ });
322
+ });
323
323
  var _context = require("./context");
324
324
  Object.keys(_context).forEach(function (key) {
325
325
  if (key === "default" || key === "__esModule") return;
@@ -332,15 +332,27 @@ Object.keys(_context).forEach(function (key) {
332
332
  }
333
333
  });
334
334
  });
335
- var _hooks2 = require("./hooks");
336
- Object.keys(_hooks2).forEach(function (key) {
335
+ var _models = require("./models");
336
+ Object.keys(_models).forEach(function (key) {
337
+ if (key === "default" || key === "__esModule") return;
338
+ if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
339
+ if (key in exports && exports[key] === _models[key]) return;
340
+ Object.defineProperty(exports, key, {
341
+ enumerable: true,
342
+ get: function () {
343
+ return _models[key];
344
+ }
345
+ });
346
+ });
347
+ var _colorPalettes = require("./colorPalettes");
348
+ Object.keys(_colorPalettes).forEach(function (key) {
337
349
  if (key === "default" || key === "__esModule") return;
338
350
  if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
339
- if (key in exports && exports[key] === _hooks2[key]) return;
351
+ if (key in exports && exports[key] === _colorPalettes[key]) return;
340
352
  Object.defineProperty(exports, key, {
341
353
  enumerable: true,
342
354
  get: function () {
343
- return _hooks2[key];
355
+ return _colorPalettes[key];
344
356
  }
345
357
  });
346
358
  });
@@ -3,7 +3,7 @@ import { UseChartProExportSignature } from "./useChartProExport/index.js";
3
3
  import { UseChartProZoomSignature } from "./useChartProZoom/index.js";
4
4
  export type AllPluginSignatures<TSeries extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartCartesianAxisSignature<TSeries>, UseChartPolarAxisSignature<TSeries>, UseChartInteractionSignature, UseChartHighlightSignature, UseChartProZoomSignature, UseChartProExportSignature];
5
5
  export type AllPluginsType<TSeries extends ChartSeriesType = ChartSeriesType> = ConvertSignaturesIntoPlugins<AllPluginSignatures<TSeries>>;
6
- export declare const ALL_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartCartesianAxisSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartProZoomSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartPolarAxisSignature<any>>)[];
6
+ export declare const ALL_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<UseChartProZoomSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartCartesianAxisSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartPolarAxisSignature<any>>)[];
7
7
  export type DefaultPluginSignatures<TSeries extends ChartSeriesType = ChartSeriesType> = [UseChartZAxisSignature, UseChartCartesianAxisSignature<TSeries>, UseChartPolarAxisSignature<TSeries>, UseChartInteractionSignature, UseChartHighlightSignature, UseChartProZoomSignature, UseChartProExportSignature];
8
8
  export type DefaultPluginsType<TSeries extends ChartSeriesType = ChartSeriesType> = ConvertSignaturesIntoPlugins<DefaultPluginSignatures<TSeries>>;
9
- export declare const DEFAULT_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartCartesianAxisSignature<any>> | import("@mui/x-charts/internals").ChartPlugin<UseChartProZoomSignature>)[];
9
+ export declare const DEFAULT_PLUGINS: (import("@mui/x-charts/internals").ChartPlugin<UseChartProZoomSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartProExportSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartZAxisSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartInteractionSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartHighlightSignature> | import("@mui/x-charts/internals").ChartPlugin<UseChartCartesianAxisSignature<any>>)[];
@@ -0,0 +1 @@
1
+ export declare function defaultOnBeforeExport(iframe: HTMLIFrameElement): void;