@mui/x-charts-pro 9.5.0 → 9.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/BarChartPro/BarChartPro.js +5 -3
  2. package/BarChartPro/BarChartPro.mjs +5 -3
  3. package/CHANGELOG.md +151 -0
  4. package/ChartsDataProviderPro/ChartsDataProviderPro.js +7 -3
  5. package/ChartsDataProviderPro/ChartsDataProviderPro.mjs +7 -3
  6. package/ChartsToolbarPro/ChartsToolbarImageExportTrigger.js +1 -1
  7. package/ChartsToolbarPro/ChartsToolbarImageExportTrigger.mjs +1 -1
  8. package/ChartsToolbarPro/ChartsToolbarPrintExportTrigger.js +1 -1
  9. package/ChartsToolbarPro/ChartsToolbarPrintExportTrigger.mjs +1 -1
  10. package/ChartsToolbarPro/ChartsToolbarPro.js +3 -2
  11. package/ChartsToolbarPro/ChartsToolbarPro.mjs +3 -2
  12. package/ChartsToolbarPro/ChartsToolbarRangeButtonTrigger.js +1 -1
  13. package/ChartsToolbarPro/ChartsToolbarRangeButtonTrigger.mjs +1 -1
  14. package/ChartsToolbarPro/ChartsToolbarZoomInTrigger.js +1 -1
  15. package/ChartsToolbarPro/ChartsToolbarZoomInTrigger.mjs +1 -1
  16. package/ChartsToolbarPro/ChartsToolbarZoomOutTrigger.js +1 -1
  17. package/ChartsToolbarPro/ChartsToolbarZoomOutTrigger.mjs +1 -1
  18. package/FunnelChart/FunnelChart.js +1 -1
  19. package/FunnelChart/FunnelChart.mjs +1 -1
  20. package/FunnelChart/FunnelPlot.js +5 -1
  21. package/FunnelChart/FunnelPlot.mjs +5 -1
  22. package/Heatmap/Heatmap.js +5 -3
  23. package/Heatmap/Heatmap.mjs +5 -3
  24. package/Heatmap/HeatmapCell.js +1 -1
  25. package/Heatmap/HeatmapCell.mjs +1 -1
  26. package/Heatmap/HeatmapPlot.js +1 -1
  27. package/Heatmap/HeatmapPlot.mjs +1 -1
  28. package/Heatmap/HeatmapTooltip/HeatmapTooltip.js +5 -25
  29. package/Heatmap/HeatmapTooltip/HeatmapTooltip.mjs +5 -25
  30. package/Heatmap/HeatmapTooltip/HeatmapTooltipContent.js +1 -1
  31. package/Heatmap/HeatmapTooltip/HeatmapTooltipContent.mjs +1 -1
  32. package/LineChartPro/LineChartPro.js +5 -3
  33. package/LineChartPro/LineChartPro.mjs +5 -3
  34. package/PieChartPro/PieChartPro.js +1 -1
  35. package/PieChartPro/PieChartPro.mjs +1 -1
  36. package/RadarChartPro/RadarChartPro.js +1 -1
  37. package/RadarChartPro/RadarChartPro.mjs +1 -1
  38. package/SankeyChart/SankeyChart.js +1 -1
  39. package/SankeyChart/SankeyChart.mjs +1 -1
  40. package/SankeyChart/SankeyDataProvider.d.mts +3 -0
  41. package/SankeyChart/SankeyDataProvider.d.ts +3 -0
  42. package/SankeyChart/SankeyDataProvider.js +170 -1
  43. package/SankeyChart/SankeyDataProvider.mjs +169 -0
  44. package/SankeyChart/SankeyLinkLabelPlot.d.mts +3 -0
  45. package/SankeyChart/SankeyLinkLabelPlot.d.ts +3 -0
  46. package/SankeyChart/SankeyLinkLabelPlot.js +12 -1
  47. package/SankeyChart/SankeyLinkLabelPlot.mjs +11 -0
  48. package/SankeyChart/SankeyLinkPlot.d.mts +3 -0
  49. package/SankeyChart/SankeyLinkPlot.d.ts +3 -0
  50. package/SankeyChart/SankeyLinkPlot.js +18 -1
  51. package/SankeyChart/SankeyLinkPlot.mjs +17 -0
  52. package/SankeyChart/SankeyNodeLabelPlot.d.mts +3 -0
  53. package/SankeyChart/SankeyNodeLabelPlot.d.ts +3 -0
  54. package/SankeyChart/SankeyNodeLabelPlot.js +12 -1
  55. package/SankeyChart/SankeyNodeLabelPlot.mjs +11 -0
  56. package/SankeyChart/SankeyNodePlot.d.mts +3 -0
  57. package/SankeyChart/SankeyNodePlot.d.ts +3 -0
  58. package/SankeyChart/SankeyNodePlot.js +18 -1
  59. package/SankeyChart/SankeyNodePlot.mjs +17 -0
  60. package/SankeyChart/SankeyPlot.js +5 -1
  61. package/SankeyChart/SankeyPlot.mjs +5 -1
  62. package/SankeyChart/SankeyTooltip/SankeyTooltip.js +8 -28
  63. package/SankeyChart/SankeyTooltip/SankeyTooltip.mjs +8 -28
  64. package/SankeyChart/SankeyTooltip/SankeyTooltipContent.js +1 -1
  65. package/SankeyChart/SankeyTooltip/SankeyTooltipContent.mjs +1 -1
  66. package/ScatterChartPro/ScatterChartPro.js +5 -3
  67. package/ScatterChartPro/ScatterChartPro.mjs +5 -3
  68. package/index.js +1 -1
  69. package/index.mjs +1 -1
  70. package/internals/plugins/useChartProZoom/gestureHooks/useRegisterZoomGestures.d.mts +10 -0
  71. package/internals/plugins/useChartProZoom/gestureHooks/useRegisterZoomGestures.d.ts +10 -0
  72. package/internals/plugins/useChartProZoom/gestureHooks/useRegisterZoomGestures.js +49 -0
  73. package/internals/plugins/useChartProZoom/gestureHooks/useRegisterZoomGestures.mjs +42 -0
  74. package/internals/plugins/useChartProZoom/useChartProZoom.js +2 -0
  75. package/internals/plugins/useChartProZoom/useChartProZoom.mjs +2 -0
  76. package/internals/plugins/zoomGestures/useWheelGesture.js +1 -1
  77. package/internals/plugins/zoomGestures/useWheelGesture.mjs +1 -1
  78. package/package.json +10 -7
@@ -92,7 +92,7 @@ const BarChartPro = exports.BarChartPro = /*#__PURE__*/React.forwardRef(function
92
92
  }));
93
93
  });
94
94
  if (process.env.NODE_ENV !== "production") BarChartPro.displayName = "BarChartPro";
95
- process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
95
+ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes /* remove-proptypes */ = {
96
96
  // ----------------------------- Warning --------------------------------
97
97
  // | These PropTypes are generated from the TypeScript type definitions |
98
98
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -442,11 +442,13 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
442
442
  color: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.string.isRequired), _propTypes.default.func]).isRequired,
443
443
  max: _propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]),
444
444
  min: _propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]),
445
- type: _propTypes.default.oneOf(['continuous']).isRequired
445
+ type: _propTypes.default.oneOf(['continuous']).isRequired,
446
+ unknownColor: _propTypes.default.string
446
447
  }), _propTypes.default.shape({
447
448
  colors: _propTypes.default.arrayOf(_propTypes.default.string).isRequired,
448
449
  thresholds: _propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]).isRequired).isRequired,
449
- type: _propTypes.default.oneOf(['piecewise']).isRequired
450
+ type: _propTypes.default.oneOf(['piecewise']).isRequired,
451
+ unknownColor: _propTypes.default.string
450
452
  }), _propTypes.default.shape({
451
453
  colors: _propTypes.default.arrayOf(_propTypes.default.string).isRequired,
452
454
  type: _propTypes.default.oneOf(['ordinal']).isRequired,
@@ -85,7 +85,7 @@ const BarChartPro = /*#__PURE__*/React.forwardRef(function BarChartPro(inProps,
85
85
  }));
86
86
  });
87
87
  if (process.env.NODE_ENV !== "production") BarChartPro.displayName = "BarChartPro";
88
- process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
88
+ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes /* remove-proptypes */ = {
89
89
  // ----------------------------- Warning --------------------------------
90
90
  // | These PropTypes are generated from the TypeScript type definitions |
91
91
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -435,11 +435,13 @@ process.env.NODE_ENV !== "production" ? BarChartPro.propTypes = {
435
435
  color: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string.isRequired), PropTypes.func]).isRequired,
436
436
  max: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
437
437
  min: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
438
- type: PropTypes.oneOf(['continuous']).isRequired
438
+ type: PropTypes.oneOf(['continuous']).isRequired,
439
+ unknownColor: PropTypes.string
439
440
  }), PropTypes.shape({
440
441
  colors: PropTypes.arrayOf(PropTypes.string).isRequired,
441
442
  thresholds: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]).isRequired).isRequired,
442
- type: PropTypes.oneOf(['piecewise']).isRequired
443
+ type: PropTypes.oneOf(['piecewise']).isRequired,
444
+ unknownColor: PropTypes.string
443
445
  }), PropTypes.shape({
444
446
  colors: PropTypes.arrayOf(PropTypes.string).isRequired,
445
447
  type: PropTypes.oneOf(['ordinal']).isRequired,
package/CHANGELOG.md CHANGED
@@ -1,5 +1,156 @@
1
1
  # Changelog
2
2
 
3
+ ## 9.6.0
4
+
5
+ _Jun 18, 2026_
6
+
7
+ We'd like to extend a big thank you to the 17 contributors who made this release possible. Here are some highlights ✨:
8
+
9
+ - 📊 New features for the radial bar charts, like percentage min radius and disabling tick labels.
10
+
11
+ Special thanks go out to these community members for their valuable contributions:
12
+ @adamowski10, @Anexus5919, @Morteza-hp, @mustafajw07, @TargiX
13
+
14
+ The following team members contributed to this release:
15
+ @alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @hasdfa, @Janpot, @JCQuintas, @michelengelen, @noraleonte, @oliviertassinari, @rita-codes, @sai6855
16
+
17
+ ### Data Grid
18
+
19
+ #### `@mui/x-data-grid@9.6.0`
20
+
21
+ - [DataGrid] Define `overflowAnchor` style at the right element (#22849) @arminmeh
22
+ - [DataGrid] Fix scrollbars not showing up on scroll on iOS (#22832) @cherniavskii
23
+
24
+ #### `@mui/x-data-grid-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
25
+
26
+ Same changes as in `@mui/x-data-grid@9.6.0`, plus:
27
+
28
+ - [DataGridPro] Prevent incorrect row range capping on the first page with known `rowCount` (#22808) @michelengelen
29
+
30
+ #### `@mui/x-data-grid-premium@9.6.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
31
+
32
+ Same changes as in `@mui/x-data-grid-pro@9.6.0`.
33
+
34
+ ### Date and Time Pickers
35
+
36
+ #### `@mui/x-date-pickers@9.6.0`
37
+
38
+ - [pickers] Fix `AdapterMomentHijri.getDaysInMonth` returning the Gregorian month length (#22774) @Anexus5919
39
+ - [l10n] Improve Persian (fa-IR) locale (#22454) @Morteza-hp
40
+
41
+ #### `@mui/x-date-pickers-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
42
+
43
+ Same changes as in `@mui/x-date-pickers@9.6.0`.
44
+
45
+ ### Charts
46
+
47
+ #### `@mui/x-charts@9.6.0`
48
+
49
+ - [charts] Add `disableTickLabel` prop to radial axes (#22801) @JCQuintas
50
+ - [charts] Fix bug when `min` is in axis domain (#22827) @alexfauquette
51
+ - [charts] Fix wheel zoom not centering on cursor position (#22811) @JCQuintas
52
+ - [charts] Remove zoom gesture registration from community package (#22753) @sai6855
53
+ - [charts] Support percentage values for radial axis `minRadius`/`maxRadius` (#22803) @JCQuintas
54
+ - [charts] Support `unknownColor` in color scale (#22813) @alexfauquette
55
+ - [charts] Document click listener for scatter composition (#22809) @sai6855
56
+
57
+ #### `@mui/x-charts-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
58
+
59
+ Same changes as in `@mui/x-charts@9.6.0`.
60
+
61
+ #### `@mui/x-charts-premium@9.6.0` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
62
+
63
+ Same changes as in `@mui/x-charts-pro@9.6.0`, plus:
64
+
65
+ - [charts-premium] Add `geoFeatureKey` to transform features identifier (#22848) @alexfauquette
66
+ - [charts-premium] Allow to remove Antartica (#22815) @alexfauquette
67
+ - [charts-premium] Regenerate `ScatterPlotPremium` `propTypes` (#22829) @rita-codes
68
+ - [charts-premium] Support maps tooltip positioned on items (#22648) @alexfauquette
69
+ - [docs] Show how to export maps (#22837) @alexfauquette
70
+
71
+
72
+ ### Tree View
73
+
74
+ #### `@mui/x-tree-view@9.6.0`
75
+
76
+ Internal changes.
77
+
78
+ #### `@mui/x-tree-view-pro@9.6.0` [![pro](https://mui.com/r/x-pro-svg)](https://mui.com/r/x-pro-svg-link 'Pro plan')
79
+
80
+ Same changes as in `@mui/x-tree-view@9.6.0`.
81
+
82
+ ### Scheduler
83
+
84
+ #### `@mui/x-scheduler@9.0.0-beta.2`
85
+
86
+ - [scheduler] Add dispose lifecycle to `SchedulerLazyLoadingPlugin` (#22532) @rita-codes
87
+ - [scheduler] Add responsive mobile week view and responsive typography (#22593) @noraleonte
88
+ - [scheduler] Add stable weekday token to `recurrenceWeeklyPresetLabel` (#22733) @mustafajw07
89
+ - [scheduler] Create accessibility documentation section (#22557) @mustafajw07
90
+ - [scheduler] Decouple `MonthViewProps` from day time grid props (#22802) @mustafajw07
91
+ - [scheduler] Export missing public scheduler types (#22785) @mustafajw07
92
+ - [scheduler] Fix JSDoc defaults and improve public type readability (#22784) @mustafajw07
93
+ - [scheduler] Fix `aria-labelledby` on events referencing non-existent header IDs (#22778) @rita-codes
94
+ - [scheduler] Move `EventCalendarStyledContext` to internals (#22787) @mustafajw07
95
+ - [scheduler] Normalize all-day recurring occurrences to whole days (#22792) @Anexus5919
96
+ - [scheduler] Recalculate `DayTimeGrid` `hasScroll` on container resize (#22780) @Anexus5919
97
+ - [scheduler] Recompute `nowUpdatedEveryMinute` only on timezone change (#22793) @Anexus5919
98
+ - [scheduler] Register auto-scroll once instead of on every render (#22794) @Anexus5919
99
+ - [scheduler] Remove duplicate dividers in the day/time grid (#22795) @Anexus5919
100
+ - [scheduler] Remove unused `--has-scroll` CSS variable from `DayTimeGrid` (#22799) @Anexus5919
101
+ - [scheduler] Remove vestigial async from internal drop handler (#22781) @mustafajw07
102
+ - [scheduler] Return a primitive key from the Calendar lazy-loading selector (#22791) @Anexus5919
103
+ - [scheduler] Throw on invalid event dates instead of emitting `NaN` timestamps (#22740) @rita-codes
104
+ - [scheduler] Tighten `StandaloneEventProps` data typing (#22796) @mustafajw07
105
+ - [scheduler] Update feedback banner to say beta instead of alpha (#22804) @rita-codes
106
+ - [scheduler] Use `@base-ui` `generateId` for event ids in `createEventModel` (#22788) @rita-codes
107
+ - [scheduler] Clear clipboard after pasting a cut event (#22773) @Anexus5919
108
+ - [scheduler] Show drag placeholder when re-entering the same position (#22775) @Anexus5919
109
+ - [scheduler] Validate missing and duplicate event ids (#22790) @Anexus5919
110
+ - [l10n] Improve Polish (pl-PL) locale (#22612) @adamowski10
111
+
112
+ #### `@mui/x-scheduler-premium@9.0.0-beta.2` [![premium](https://mui.com/r/x-premium-svg)](https://mui.com/r/x-premium-svg-link 'Premium plan')
113
+
114
+ Same changes as in `@mui/x-scheduler@9.0.0-beta.2`, plus:
115
+
116
+ - [scheduler-premium] Expose premium model types through public API (#22798) @mustafajw07
117
+ - [scheduler-premium] Remove non-functional `onPreferencesChange` prop from `EventTimelinePremium` (#22777) @rita-codes
118
+ - [scheduler-premium] Validate the `FREQ` value in `parseRRule`] (#22786) @rita-codes
119
+
120
+ ### Codemod
121
+
122
+ #### `@mui/x-codemod@9.6.0`
123
+
124
+ Internal changes.
125
+
126
+ ### Docs
127
+
128
+ - [docs] Fix link-check build timeout by disabling serve directory listing (#22836) @Janpot
129
+ - [docs] Show how to export maps (#22837) @alexfauquette
130
+ - [docs] Add radial bar overview demo with custom overlays (#22776) @JCQuintas
131
+ - [docs] Add weather composition demo (#22723) @TargiX
132
+ - [docs] Add docs overview gallery and playground (#22488) @hasdfa
133
+ - [docs] Clarify 'Scrolling without render gaps' (#22629) @oliviertassinari
134
+ - [docs] Fix typo in release instructions (#22864) @brijeshb42
135
+
136
+ ### Core
137
+
138
+ - [code-infra] Fix lint issues (#22757) @brijeshb42
139
+ - [code-infra] Fix remaining Dependabot security alerts (#22761) @Janpot
140
+ - [code-infra] Remove release:build from docs:build script (#22852) @brijeshb42
141
+ - [code-infra] Unpin `@mui/utils` version to allow dedupe (#22828) @mustafajw07
142
+ - [docs-infra] Cap Netlify Next.js build parallelism to avoid OOM (#22847) @Janpot
143
+ - [docs-infra] Remove i18n codebase (#22591) @brijeshb42
144
+ - [internal] Fix failing React 18 unit tests (#22846) @brijeshb42
145
+
146
+ ### Miscellaneous
147
+
148
+ - [core] Add remove-proptypes markers to generated `propTypes` (#22850) @JCQuintas
149
+ - [core] Bump vitest packages to 4.1.8 to fix browser-test version skew (#22845) @Janpot
150
+ - [core] Reduce e2e build concurrency to avoid OOM (#22843) @Janpot
151
+ - [core] Strip proptypes from Production bundles (#22750) @sai6855
152
+ - [test] Wait for `GridToolbarCustom` rows before screenshot (#22844) @Janpot
153
+
3
154
  ## 9.5.0
4
155
 
5
156
  _Jun 11, 2026_
@@ -18,8 +18,8 @@ var _useChartsDataProviderProProps = require("./useChartsDataProviderProProps");
18
18
  var _ChartsWatermark = require("../internals/ChartsWatermark");
19
19
  var _jsxRuntime = require("react/jsx-runtime");
20
20
  const packageInfo = {
21
- releaseDate: "MTc4MTEzNjAwMDAwMA==",
22
- version: "9.5.0",
21
+ releaseDate: "MTc4MTc0MDgwMDAwMA==",
22
+ version: "9.6.0",
23
23
  name: 'x-charts-pro'
24
24
  };
25
25
  const defaultSeriesConfigPro = exports.defaultSeriesConfigPro = _internals.defaultSeriesConfig;
@@ -77,7 +77,7 @@ function ChartsDataProviderPro(props) {
77
77
  })]
78
78
  }));
79
79
  }
80
- process.env.NODE_ENV !== "production" ? ChartsDataProviderPro.propTypes = {
80
+ process.env.NODE_ENV !== "production" ? ChartsDataProviderPro.propTypes /* remove-proptypes */ = {
81
81
  // ----------------------------- Warning --------------------------------
82
82
  // | These PropTypes are generated from the TypeScript type definitions |
83
83
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -94,6 +94,10 @@ process.env.NODE_ENV !== "production" ? ChartsDataProviderPro.propTypes = {
94
94
  * An array of objects that can be used to populate series and axes data using their `dataKey` property.
95
95
  */
96
96
  dataset: _propTypes.default.arrayOf(_propTypes.default.object),
97
+ /**
98
+ * Options to enable features planned for the next major.
99
+ */
100
+ experimentalFeatures: _propTypes.default.any,
97
101
  /**
98
102
  * The height of the chart in px. If not defined, it takes the height of the parent element.
99
103
  */
@@ -11,8 +11,8 @@ import { useChartsDataProviderProProps } from "./useChartsDataProviderProProps.m
11
11
  import { ChartsWatermark } from "../internals/ChartsWatermark.mjs";
12
12
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
13
  const packageInfo = {
14
- releaseDate: "MTc4MTEzNjAwMDAwMA==",
15
- version: "9.5.0",
14
+ releaseDate: "MTc4MTc0MDgwMDAwMA==",
15
+ version: "9.6.0",
16
16
  name: 'x-charts-pro'
17
17
  };
18
18
  export const defaultSeriesConfigPro = defaultSeriesConfig;
@@ -70,7 +70,7 @@ function ChartsDataProviderPro(props) {
70
70
  })]
71
71
  }));
72
72
  }
73
- process.env.NODE_ENV !== "production" ? ChartsDataProviderPro.propTypes = {
73
+ process.env.NODE_ENV !== "production" ? ChartsDataProviderPro.propTypes /* remove-proptypes */ = {
74
74
  // ----------------------------- Warning --------------------------------
75
75
  // | These PropTypes are generated from the TypeScript type definitions |
76
76
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -87,6 +87,10 @@ process.env.NODE_ENV !== "production" ? ChartsDataProviderPro.propTypes = {
87
87
  * An array of objects that can be used to populate series and axes data using their `dataKey` property.
88
88
  */
89
89
  dataset: PropTypes.arrayOf(PropTypes.object),
90
+ /**
91
+ * Options to enable features planned for the next major.
92
+ */
93
+ experimentalFeatures: PropTypes.any,
90
94
  /**
91
95
  * The height of the chart in px. If not defined, it takes the height of the parent element.
92
96
  */
@@ -50,7 +50,7 @@ const ChartsToolbarImageExportTrigger = exports.ChartsToolbarImageExportTrigger
50
50
  });
51
51
  });
52
52
  if (process.env.NODE_ENV !== "production") ChartsToolbarImageExportTrigger.displayName = "ChartsToolbarImageExportTrigger";
53
- process.env.NODE_ENV !== "production" ? ChartsToolbarImageExportTrigger.propTypes = {
53
+ process.env.NODE_ENV !== "production" ? ChartsToolbarImageExportTrigger.propTypes /* remove-proptypes */ = {
54
54
  // ----------------------------- Warning --------------------------------
55
55
  // | These PropTypes are generated from the TypeScript type definitions |
56
56
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -42,7 +42,7 @@ const ChartsToolbarImageExportTrigger = forwardRef(function ChartsToolbarImageEx
42
42
  });
43
43
  });
44
44
  if (process.env.NODE_ENV !== "production") ChartsToolbarImageExportTrigger.displayName = "ChartsToolbarImageExportTrigger";
45
- process.env.NODE_ENV !== "production" ? ChartsToolbarImageExportTrigger.propTypes = {
45
+ process.env.NODE_ENV !== "production" ? ChartsToolbarImageExportTrigger.propTypes /* remove-proptypes */ = {
46
46
  // ----------------------------- Warning --------------------------------
47
47
  // | These PropTypes are generated from the TypeScript type definitions |
48
48
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -50,7 +50,7 @@ const ChartsToolbarPrintExportTrigger = exports.ChartsToolbarPrintExportTrigger
50
50
  });
51
51
  });
52
52
  if (process.env.NODE_ENV !== "production") ChartsToolbarPrintExportTrigger.displayName = "ChartsToolbarPrintExportTrigger";
53
- process.env.NODE_ENV !== "production" ? ChartsToolbarPrintExportTrigger.propTypes = {
53
+ process.env.NODE_ENV !== "production" ? ChartsToolbarPrintExportTrigger.propTypes /* remove-proptypes */ = {
54
54
  // ----------------------------- Warning --------------------------------
55
55
  // | These PropTypes are generated from the TypeScript type definitions |
56
56
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -42,7 +42,7 @@ const ChartsToolbarPrintExportTrigger = forwardRef(function ChartsToolbarPrintEx
42
42
  });
43
43
  });
44
44
  if (process.env.NODE_ENV !== "production") ChartsToolbarPrintExportTrigger.displayName = "ChartsToolbarPrintExportTrigger";
45
- process.env.NODE_ENV !== "production" ? ChartsToolbarPrintExportTrigger.propTypes = {
45
+ process.env.NODE_ENV !== "production" ? ChartsToolbarPrintExportTrigger.propTypes /* remove-proptypes */ = {
46
46
  // ----------------------------- Warning --------------------------------
47
47
  // | These PropTypes are generated from the TypeScript type definitions |
48
48
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -185,7 +185,7 @@ function ChartsToolbarPro(_ref) {
185
185
  children: children
186
186
  }));
187
187
  }
188
- process.env.NODE_ENV !== "production" ? ChartsToolbarPro.propTypes = {
188
+ process.env.NODE_ENV !== "production" ? ChartsToolbarPro.propTypes /* remove-proptypes */ = {
189
189
  // ----------------------------- Warning --------------------------------
190
190
  // | These PropTypes are generated from the TypeScript type definitions |
191
191
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -195,6 +195,7 @@ process.env.NODE_ENV !== "production" ? ChartsToolbarPro.propTypes = {
195
195
  fileName: _propTypes.default.string,
196
196
  nonce: _propTypes.default.string,
197
197
  onBeforeExport: _propTypes.default.func,
198
+ pixelRatio: _propTypes.default.number,
198
199
  quality: _propTypes.default.number,
199
200
  type: _propTypes.default.string.isRequired
200
201
  })),
@@ -205,7 +206,7 @@ process.env.NODE_ENV !== "production" ? ChartsToolbarPro.propTypes = {
205
206
  */
206
207
  rangeButtons: _propTypes.default.arrayOf(_propTypes.default.shape({
207
208
  label: _propTypes.default.string.isRequired,
208
- value: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.instanceOf(Date).isRequired), _propTypes.default.func, _propTypes.default.shape({
209
+ value: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.instanceOf(Date).isRequired), _propTypes.default.arrayOf(_propTypes.default.string.isRequired), _propTypes.default.func, _propTypes.default.shape({
209
210
  step: _propTypes.default.number,
210
211
  unit: _propTypes.default.oneOf(['day', 'hour', 'microsecond', 'millisecond', 'minute', 'month', 'second', 'week', 'year']).isRequired
211
212
  })])
@@ -178,7 +178,7 @@ function ChartsToolbarPro(_ref) {
178
178
  children: children
179
179
  }));
180
180
  }
181
- process.env.NODE_ENV !== "production" ? ChartsToolbarPro.propTypes = {
181
+ process.env.NODE_ENV !== "production" ? ChartsToolbarPro.propTypes /* remove-proptypes */ = {
182
182
  // ----------------------------- Warning --------------------------------
183
183
  // | These PropTypes are generated from the TypeScript type definitions |
184
184
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -188,6 +188,7 @@ process.env.NODE_ENV !== "production" ? ChartsToolbarPro.propTypes = {
188
188
  fileName: PropTypes.string,
189
189
  nonce: PropTypes.string,
190
190
  onBeforeExport: PropTypes.func,
191
+ pixelRatio: PropTypes.number,
191
192
  quality: PropTypes.number,
192
193
  type: PropTypes.string.isRequired
193
194
  })),
@@ -198,7 +199,7 @@ process.env.NODE_ENV !== "production" ? ChartsToolbarPro.propTypes = {
198
199
  */
199
200
  rangeButtons: PropTypes.arrayOf(PropTypes.shape({
200
201
  label: PropTypes.string.isRequired,
201
- value: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.instanceOf(Date).isRequired), PropTypes.func, PropTypes.shape({
202
+ value: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.instanceOf(Date).isRequired), PropTypes.arrayOf(PropTypes.string.isRequired), PropTypes.func, PropTypes.shape({
202
203
  step: PropTypes.number,
203
204
  unit: PropTypes.oneOf(['day', 'hour', 'microsecond', 'millisecond', 'minute', 'month', 'second', 'week', 'year']).isRequired
204
205
  })])
@@ -115,7 +115,7 @@ const ChartsToolbarRangeButtonTrigger = exports.ChartsToolbarRangeButtonTrigger
115
115
  });
116
116
  });
117
117
  if (process.env.NODE_ENV !== "production") ChartsToolbarRangeButtonTrigger.displayName = "ChartsToolbarRangeButtonTrigger";
118
- process.env.NODE_ENV !== "production" ? ChartsToolbarRangeButtonTrigger.propTypes = {
118
+ process.env.NODE_ENV !== "production" ? ChartsToolbarRangeButtonTrigger.propTypes /* remove-proptypes */ = {
119
119
  // ----------------------------- Warning --------------------------------
120
120
  // | These PropTypes are generated from the TypeScript type definitions |
121
121
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -108,7 +108,7 @@ const ChartsToolbarRangeButtonTrigger = /*#__PURE__*/React.forwardRef(function C
108
108
  });
109
109
  });
110
110
  if (process.env.NODE_ENV !== "production") ChartsToolbarRangeButtonTrigger.displayName = "ChartsToolbarRangeButtonTrigger";
111
- process.env.NODE_ENV !== "production" ? ChartsToolbarRangeButtonTrigger.propTypes = {
111
+ process.env.NODE_ENV !== "production" ? ChartsToolbarRangeButtonTrigger.propTypes /* remove-proptypes */ = {
112
112
  // ----------------------------- Warning --------------------------------
113
113
  // | These PropTypes are generated from the TypeScript type definitions |
114
114
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -45,7 +45,7 @@ const ChartsToolbarZoomInTrigger = exports.ChartsToolbarZoomInTrigger = /*#__PUR
45
45
  });
46
46
  });
47
47
  if (process.env.NODE_ENV !== "production") ChartsToolbarZoomInTrigger.displayName = "ChartsToolbarZoomInTrigger";
48
- process.env.NODE_ENV !== "production" ? ChartsToolbarZoomInTrigger.propTypes = {
48
+ process.env.NODE_ENV !== "production" ? ChartsToolbarZoomInTrigger.propTypes /* remove-proptypes */ = {
49
49
  // ----------------------------- Warning --------------------------------
50
50
  // | These PropTypes are generated from the TypeScript type definitions |
51
51
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -38,7 +38,7 @@ const ChartsToolbarZoomInTrigger = /*#__PURE__*/React.forwardRef(function Charts
38
38
  });
39
39
  });
40
40
  if (process.env.NODE_ENV !== "production") ChartsToolbarZoomInTrigger.displayName = "ChartsToolbarZoomInTrigger";
41
- process.env.NODE_ENV !== "production" ? ChartsToolbarZoomInTrigger.propTypes = {
41
+ process.env.NODE_ENV !== "production" ? ChartsToolbarZoomInTrigger.propTypes /* remove-proptypes */ = {
42
42
  // ----------------------------- Warning --------------------------------
43
43
  // | These PropTypes are generated from the TypeScript type definitions |
44
44
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -45,7 +45,7 @@ const ChartsToolbarZoomOutTrigger = exports.ChartsToolbarZoomOutTrigger = /*#__P
45
45
  });
46
46
  });
47
47
  if (process.env.NODE_ENV !== "production") ChartsToolbarZoomOutTrigger.displayName = "ChartsToolbarZoomOutTrigger";
48
- process.env.NODE_ENV !== "production" ? ChartsToolbarZoomOutTrigger.propTypes = {
48
+ process.env.NODE_ENV !== "production" ? ChartsToolbarZoomOutTrigger.propTypes /* remove-proptypes */ = {
49
49
  // ----------------------------- Warning --------------------------------
50
50
  // | These PropTypes are generated from the TypeScript type definitions |
51
51
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -38,7 +38,7 @@ const ChartsToolbarZoomOutTrigger = /*#__PURE__*/React.forwardRef(function Chart
38
38
  });
39
39
  });
40
40
  if (process.env.NODE_ENV !== "production") ChartsToolbarZoomOutTrigger.displayName = "ChartsToolbarZoomOutTrigger";
41
- process.env.NODE_ENV !== "production" ? ChartsToolbarZoomOutTrigger.propTypes = {
41
+ process.env.NODE_ENV !== "production" ? ChartsToolbarZoomOutTrigger.propTypes /* remove-proptypes */ = {
42
42
  // ----------------------------- Warning --------------------------------
43
43
  // | These PropTypes are generated from the TypeScript type definitions |
44
44
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -64,7 +64,7 @@ const FunnelChart = exports.FunnelChart = /*#__PURE__*/React.forwardRef(function
64
64
  }));
65
65
  });
66
66
  if (process.env.NODE_ENV !== "production") FunnelChart.displayName = "FunnelChart";
67
- process.env.NODE_ENV !== "production" ? FunnelChart.propTypes = {
67
+ process.env.NODE_ENV !== "production" ? FunnelChart.propTypes /* remove-proptypes */ = {
68
68
  // ----------------------------- Warning --------------------------------
69
69
  // | These PropTypes are generated from the TypeScript type definitions |
70
70
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -57,7 +57,7 @@ const FunnelChart = /*#__PURE__*/React.forwardRef(function FunnelChart(props, re
57
57
  }));
58
58
  });
59
59
  if (process.env.NODE_ENV !== "production") FunnelChart.displayName = "FunnelChart";
60
- process.env.NODE_ENV !== "production" ? FunnelChart.propTypes = {
60
+ process.env.NODE_ENV !== "production" ? FunnelChart.propTypes /* remove-proptypes */ = {
61
61
  // ----------------------------- Warning --------------------------------
62
62
  // | These PropTypes are generated from the TypeScript type definitions |
63
63
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -172,11 +172,15 @@ function FunnelPlot(props) {
172
172
  })]
173
173
  });
174
174
  }
175
- process.env.NODE_ENV !== "production" ? FunnelPlot.propTypes = {
175
+ process.env.NODE_ENV !== "production" ? FunnelPlot.propTypes /* remove-proptypes */ = {
176
176
  // ----------------------------- Warning --------------------------------
177
177
  // | These PropTypes are generated from the TypeScript type definitions |
178
178
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
179
179
  // ----------------------------------------------------------------------
180
+ /**
181
+ * A CSS class name applied to the root element.
182
+ */
183
+ className: _propTypes.default.string,
180
184
  /**
181
185
  * Callback fired when a funnel item is clicked.
182
186
  * @param {React.MouseEvent<SVGElement, MouseEvent>} event The event source of the callback.
@@ -164,11 +164,15 @@ function FunnelPlot(props) {
164
164
  })]
165
165
  });
166
166
  }
167
- process.env.NODE_ENV !== "production" ? FunnelPlot.propTypes = {
167
+ process.env.NODE_ENV !== "production" ? FunnelPlot.propTypes /* remove-proptypes */ = {
168
168
  // ----------------------------- Warning --------------------------------
169
169
  // | These PropTypes are generated from the TypeScript type definitions |
170
170
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
171
171
  // ----------------------------------------------------------------------
172
+ /**
173
+ * A CSS class name applied to the root element.
174
+ */
175
+ className: PropTypes.string,
172
176
  /**
173
177
  * Callback fired when a funnel item is clicked.
174
178
  * @param {React.MouseEvent<SVGElement, MouseEvent>} event The event source of the callback.
@@ -67,7 +67,7 @@ const Heatmap = exports.Heatmap = /*#__PURE__*/React.forwardRef(function Heatmap
67
67
  }));
68
68
  });
69
69
  if (process.env.NODE_ENV !== "production") Heatmap.displayName = "Heatmap";
70
- process.env.NODE_ENV !== "production" ? Heatmap.propTypes = {
70
+ process.env.NODE_ENV !== "production" ? Heatmap.propTypes /* remove-proptypes */ = {
71
71
  // ----------------------------- Warning --------------------------------
72
72
  // | These PropTypes are generated from the TypeScript type definitions |
73
73
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -298,11 +298,13 @@ process.env.NODE_ENV !== "production" ? Heatmap.propTypes = {
298
298
  color: _propTypes.default.oneOfType([_propTypes.default.arrayOf(_propTypes.default.string.isRequired), _propTypes.default.func]).isRequired,
299
299
  max: _propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]),
300
300
  min: _propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]),
301
- type: _propTypes.default.oneOf(['continuous']).isRequired
301
+ type: _propTypes.default.oneOf(['continuous']).isRequired,
302
+ unknownColor: _propTypes.default.string
302
303
  }), _propTypes.default.shape({
303
304
  colors: _propTypes.default.arrayOf(_propTypes.default.string).isRequired,
304
305
  thresholds: _propTypes.default.arrayOf(_propTypes.default.oneOfType([_propTypes.default.instanceOf(Date), _propTypes.default.number]).isRequired).isRequired,
305
- type: _propTypes.default.oneOf(['piecewise']).isRequired
306
+ type: _propTypes.default.oneOf(['piecewise']).isRequired,
307
+ unknownColor: _propTypes.default.string
306
308
  }), _propTypes.default.shape({
307
309
  colors: _propTypes.default.arrayOf(_propTypes.default.string).isRequired,
308
310
  type: _propTypes.default.oneOf(['ordinal']).isRequired,
@@ -60,7 +60,7 @@ const Heatmap = /*#__PURE__*/React.forwardRef(function Heatmap(inProps, ref) {
60
60
  }));
61
61
  });
62
62
  if (process.env.NODE_ENV !== "production") Heatmap.displayName = "Heatmap";
63
- process.env.NODE_ENV !== "production" ? Heatmap.propTypes = {
63
+ process.env.NODE_ENV !== "production" ? Heatmap.propTypes /* remove-proptypes */ = {
64
64
  // ----------------------------- Warning --------------------------------
65
65
  // | These PropTypes are generated from the TypeScript type definitions |
66
66
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -291,11 +291,13 @@ process.env.NODE_ENV !== "production" ? Heatmap.propTypes = {
291
291
  color: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.string.isRequired), PropTypes.func]).isRequired,
292
292
  max: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
293
293
  min: PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]),
294
- type: PropTypes.oneOf(['continuous']).isRequired
294
+ type: PropTypes.oneOf(['continuous']).isRequired,
295
+ unknownColor: PropTypes.string
295
296
  }), PropTypes.shape({
296
297
  colors: PropTypes.arrayOf(PropTypes.string).isRequired,
297
298
  thresholds: PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.instanceOf(Date), PropTypes.number]).isRequired).isRequired,
298
- type: PropTypes.oneOf(['piecewise']).isRequired
299
+ type: PropTypes.oneOf(['piecewise']).isRequired,
300
+ unknownColor: PropTypes.string
299
301
  }), PropTypes.shape({
300
302
  colors: PropTypes.arrayOf(PropTypes.string).isRequired,
301
303
  type: PropTypes.oneOf(['ordinal']).isRequired,
@@ -42,7 +42,7 @@ const HeatmapCell = exports.HeatmapCell = /*#__PURE__*/React.forwardRef(function
42
42
  }, props));
43
43
  });
44
44
  if (process.env.NODE_ENV !== "production") HeatmapCell.displayName = "HeatmapCell";
45
- process.env.NODE_ENV !== "production" ? HeatmapCell.propTypes = {
45
+ process.env.NODE_ENV !== "production" ? HeatmapCell.propTypes /* remove-proptypes */ = {
46
46
  // ----------------------------- Warning --------------------------------
47
47
  // | These PropTypes are generated from the TypeScript type definitions |
48
48
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -34,7 +34,7 @@ const HeatmapCell = /*#__PURE__*/React.forwardRef(function HeatmapCell(props, re
34
34
  }, props));
35
35
  });
36
36
  if (process.env.NODE_ENV !== "production") HeatmapCell.displayName = "HeatmapCell";
37
- process.env.NODE_ENV !== "production" ? HeatmapCell.propTypes = {
37
+ process.env.NODE_ENV !== "production" ? HeatmapCell.propTypes /* remove-proptypes */ = {
38
38
  // ----------------------------- Warning --------------------------------
39
39
  // | These PropTypes are generated from the TypeScript type definitions |
40
40
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -23,7 +23,7 @@ function HeatmapPlot(_ref) {
23
23
  borderRadius: borderRadius
24
24
  }, props));
25
25
  }
26
- process.env.NODE_ENV !== "production" ? HeatmapPlot.propTypes = {
26
+ process.env.NODE_ENV !== "production" ? HeatmapPlot.propTypes /* remove-proptypes */ = {
27
27
  // ----------------------------- Warning --------------------------------
28
28
  // | These PropTypes are generated from the TypeScript type definitions |
29
29
  // | To update them edit the TypeScript types and run "pnpm proptypes" |
@@ -16,7 +16,7 @@ function HeatmapPlot(_ref) {
16
16
  borderRadius: borderRadius
17
17
  }, props));
18
18
  }
19
- process.env.NODE_ENV !== "production" ? HeatmapPlot.propTypes = {
19
+ process.env.NODE_ENV !== "production" ? HeatmapPlot.propTypes /* remove-proptypes */ = {
20
20
  // ----------------------------- Warning --------------------------------
21
21
  // | These PropTypes are generated from the TypeScript type definitions |
22
22
  // | To update them edit the TypeScript types and run "pnpm proptypes" |