@mantine/charts 9.0.0-alpha.4 → 9.0.0-alpha.6

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 (233) hide show
  1. package/cjs/AreaChart/AreaChart.cjs +304 -376
  2. package/cjs/AreaChart/AreaChart.cjs.map +1 -1
  3. package/cjs/AreaChart/AreaGradient.cjs +32 -11
  4. package/cjs/AreaChart/AreaGradient.cjs.map +1 -1
  5. package/cjs/AreaChart/AreaSplit.cjs +24 -27
  6. package/cjs/AreaChart/AreaSplit.cjs.map +1 -1
  7. package/cjs/AreaChart/get-split-offset.cjs +18 -19
  8. package/cjs/AreaChart/get-split-offset.cjs.map +1 -1
  9. package/cjs/BarChart/BarChart.cjs +266 -364
  10. package/cjs/BarChart/BarChart.cjs.map +1 -1
  11. package/cjs/BarsList/BarsList.cjs +85 -115
  12. package/cjs/BarsList/BarsList.cjs.map +1 -1
  13. package/cjs/BarsList/BarsList.module.cjs +13 -0
  14. package/cjs/BarsList/BarsList.module.cjs.map +1 -0
  15. package/cjs/BubbleChart/BubbleChart.cjs +123 -143
  16. package/cjs/BubbleChart/BubbleChart.cjs.map +1 -1
  17. package/cjs/ChartLegend/ChartLegend.cjs +65 -83
  18. package/cjs/ChartLegend/ChartLegend.cjs.map +1 -1
  19. package/cjs/ChartLegend/ChartLegend.module.cjs +12 -0
  20. package/cjs/ChartLegend/ChartLegend.module.cjs.map +1 -0
  21. package/cjs/ChartTooltip/ChartTooltip.cjs +100 -116
  22. package/cjs/ChartTooltip/ChartTooltip.cjs.map +1 -1
  23. package/cjs/ChartTooltip/ChartTooltip.module.cjs +16 -0
  24. package/cjs/ChartTooltip/ChartTooltip.module.cjs.map +1 -0
  25. package/cjs/CompositeChart/CompositeChart.cjs +300 -389
  26. package/cjs/CompositeChart/CompositeChart.cjs.map +1 -1
  27. package/cjs/DonutChart/DonutChart.cjs +121 -168
  28. package/cjs/DonutChart/DonutChart.cjs.map +1 -1
  29. package/cjs/DonutChart/DonutChart.module.cjs +10 -0
  30. package/cjs/DonutChart/DonutChart.module.cjs.map +1 -0
  31. package/cjs/FunnelChart/FunnelChart.cjs +91 -129
  32. package/cjs/FunnelChart/FunnelChart.cjs.map +1 -1
  33. package/cjs/FunnelChart/FunnelChart.module.cjs +7 -0
  34. package/cjs/FunnelChart/FunnelChart.module.cjs.map +1 -0
  35. package/cjs/Heatmap/Heatmap.cjs +155 -188
  36. package/cjs/Heatmap/Heatmap.cjs.map +1 -1
  37. package/cjs/Heatmap/Heatmap.module.cjs +12 -0
  38. package/cjs/Heatmap/Heatmap.module.cjs.map +1 -0
  39. package/cjs/Heatmap/HeatmapSplitWeeks.cjs +47 -72
  40. package/cjs/Heatmap/HeatmapSplitWeeks.cjs.map +1 -1
  41. package/cjs/Heatmap/HeatmapWeeks.cjs +44 -57
  42. package/cjs/Heatmap/HeatmapWeeks.cjs.map +1 -1
  43. package/cjs/Heatmap/get-boundaries/get-boundaries.cjs +8 -10
  44. package/cjs/Heatmap/get-boundaries/get-boundaries.cjs.map +1 -1
  45. package/cjs/Heatmap/get-columns/get-columns.cjs +74 -64
  46. package/cjs/Heatmap/get-columns/get-columns.cjs.map +1 -1
  47. package/cjs/Heatmap/get-dates-range/get-dates-range.cjs +43 -54
  48. package/cjs/Heatmap/get-dates-range/get-dates-range.cjs.map +1 -1
  49. package/cjs/Heatmap/get-heat-color/get-heat-color.cjs +7 -8
  50. package/cjs/Heatmap/get-heat-color/get-heat-color.cjs.map +1 -1
  51. package/cjs/Heatmap/get-months-range/get-months-range.cjs +23 -19
  52. package/cjs/Heatmap/get-months-range/get-months-range.cjs.map +1 -1
  53. package/cjs/Heatmap/rotate-weekdays-names/rotate-weekdays-names.cjs +8 -10
  54. package/cjs/Heatmap/rotate-weekdays-names/rotate-weekdays-names.cjs.map +1 -1
  55. package/cjs/LineChart/LineChart.cjs +274 -341
  56. package/cjs/LineChart/LineChart.cjs.map +1 -1
  57. package/cjs/PieChart/PieChart.cjs +124 -171
  58. package/cjs/PieChart/PieChart.cjs.map +1 -1
  59. package/cjs/PieChart/PieChart.module.cjs +7 -0
  60. package/cjs/PieChart/PieChart.module.cjs.map +1 -0
  61. package/cjs/PointLabel/PointLabel.cjs +19 -20
  62. package/cjs/PointLabel/PointLabel.cjs.map +1 -1
  63. package/cjs/RadarChart/RadarChart.cjs +127 -157
  64. package/cjs/RadarChart/RadarChart.cjs.map +1 -1
  65. package/cjs/RadarChart/RadarChart.module.cjs +10 -0
  66. package/cjs/RadarChart/RadarChart.module.cjs.map +1 -0
  67. package/cjs/RadialBarChart/RadialBarChart.cjs +116 -147
  68. package/cjs/RadialBarChart/RadialBarChart.cjs.map +1 -1
  69. package/cjs/RadialBarChart/RadialBarChart.module.cjs +10 -0
  70. package/cjs/RadialBarChart/RadialBarChart.module.cjs.map +1 -0
  71. package/cjs/SankeyChart/SankeyChart.cjs +202 -0
  72. package/cjs/SankeyChart/SankeyChart.cjs.map +1 -0
  73. package/cjs/SankeyChart/SankeyChart.module.cjs +7 -0
  74. package/cjs/SankeyChart/SankeyChart.module.cjs.map +1 -0
  75. package/cjs/ScatterChart/ScatterChart.cjs +218 -274
  76. package/cjs/ScatterChart/ScatterChart.cjs.map +1 -1
  77. package/cjs/Sparkline/Sparkline.cjs +70 -99
  78. package/cjs/Sparkline/Sparkline.cjs.map +1 -1
  79. package/cjs/Sparkline/Sparkline.module.cjs +7 -0
  80. package/cjs/Sparkline/Sparkline.module.cjs.map +1 -0
  81. package/cjs/Treemap/Treemap.cjs +133 -0
  82. package/cjs/Treemap/Treemap.cjs.map +1 -0
  83. package/cjs/Treemap/Treemap.module.cjs +7 -0
  84. package/cjs/Treemap/Treemap.module.cjs.map +1 -0
  85. package/cjs/_virtual/_rolldown/runtime.cjs +24 -0
  86. package/cjs/grid-chart.module.cjs +14 -0
  87. package/cjs/grid-chart.module.cjs.map +1 -0
  88. package/cjs/index.cjs +39 -44
  89. package/cjs/utils/get-series-labels/get-series-labels.cjs +16 -18
  90. package/cjs/utils/get-series-labels/get-series-labels.cjs.map +1 -1
  91. package/esm/AreaChart/AreaChart.mjs +306 -376
  92. package/esm/AreaChart/AreaChart.mjs.map +1 -1
  93. package/esm/AreaChart/AreaGradient.mjs +32 -9
  94. package/esm/AreaChart/AreaGradient.mjs.map +1 -1
  95. package/esm/AreaChart/AreaSplit.mjs +24 -25
  96. package/esm/AreaChart/AreaSplit.mjs.map +1 -1
  97. package/esm/AreaChart/get-split-offset.mjs +18 -17
  98. package/esm/AreaChart/get-split-offset.mjs.map +1 -1
  99. package/esm/BarChart/BarChart.mjs +268 -364
  100. package/esm/BarChart/BarChart.mjs.map +1 -1
  101. package/esm/BarsList/BarsList.mjs +84 -112
  102. package/esm/BarsList/BarsList.mjs.map +1 -1
  103. package/esm/BarsList/BarsList.module.mjs +13 -0
  104. package/esm/BarsList/BarsList.module.mjs.map +1 -0
  105. package/esm/BubbleChart/BubbleChart.mjs +122 -140
  106. package/esm/BubbleChart/BubbleChart.mjs.map +1 -1
  107. package/esm/ChartLegend/ChartLegend.mjs +64 -80
  108. package/esm/ChartLegend/ChartLegend.mjs.map +1 -1
  109. package/esm/ChartLegend/ChartLegend.module.mjs +12 -0
  110. package/esm/ChartLegend/ChartLegend.module.mjs.map +1 -0
  111. package/esm/ChartTooltip/ChartTooltip.mjs +99 -113
  112. package/esm/ChartTooltip/ChartTooltip.mjs.map +1 -1
  113. package/esm/ChartTooltip/ChartTooltip.module.mjs +16 -0
  114. package/esm/ChartTooltip/ChartTooltip.module.mjs.map +1 -0
  115. package/esm/CompositeChart/CompositeChart.mjs +299 -386
  116. package/esm/CompositeChart/CompositeChart.mjs.map +1 -1
  117. package/esm/DonutChart/DonutChart.mjs +120 -165
  118. package/esm/DonutChart/DonutChart.mjs.map +1 -1
  119. package/esm/DonutChart/DonutChart.module.mjs +10 -0
  120. package/esm/DonutChart/DonutChart.module.mjs.map +1 -0
  121. package/esm/FunnelChart/FunnelChart.mjs +93 -129
  122. package/esm/FunnelChart/FunnelChart.mjs.map +1 -1
  123. package/esm/FunnelChart/FunnelChart.module.mjs +7 -0
  124. package/esm/FunnelChart/FunnelChart.module.mjs.map +1 -0
  125. package/esm/Heatmap/Heatmap.mjs +154 -185
  126. package/esm/Heatmap/Heatmap.mjs.map +1 -1
  127. package/esm/Heatmap/Heatmap.module.mjs +12 -0
  128. package/esm/Heatmap/Heatmap.module.mjs.map +1 -0
  129. package/esm/Heatmap/HeatmapSplitWeeks.mjs +47 -70
  130. package/esm/Heatmap/HeatmapSplitWeeks.mjs.map +1 -1
  131. package/esm/Heatmap/HeatmapWeeks.mjs +44 -55
  132. package/esm/Heatmap/HeatmapWeeks.mjs.map +1 -1
  133. package/esm/Heatmap/get-boundaries/get-boundaries.mjs +8 -8
  134. package/esm/Heatmap/get-boundaries/get-boundaries.mjs.map +1 -1
  135. package/esm/Heatmap/get-columns/get-columns.mjs +74 -62
  136. package/esm/Heatmap/get-columns/get-columns.mjs.map +1 -1
  137. package/esm/Heatmap/get-dates-range/get-dates-range.mjs +43 -52
  138. package/esm/Heatmap/get-dates-range/get-dates-range.mjs.map +1 -1
  139. package/esm/Heatmap/get-heat-color/get-heat-color.mjs +7 -6
  140. package/esm/Heatmap/get-heat-color/get-heat-color.mjs.map +1 -1
  141. package/esm/Heatmap/get-months-range/get-months-range.mjs +23 -17
  142. package/esm/Heatmap/get-months-range/get-months-range.mjs.map +1 -1
  143. package/esm/Heatmap/rotate-weekdays-names/rotate-weekdays-names.mjs +8 -8
  144. package/esm/Heatmap/rotate-weekdays-names/rotate-weekdays-names.mjs.map +1 -1
  145. package/esm/LineChart/LineChart.mjs +276 -341
  146. package/esm/LineChart/LineChart.mjs.map +1 -1
  147. package/esm/PieChart/PieChart.mjs +126 -171
  148. package/esm/PieChart/PieChart.mjs.map +1 -1
  149. package/esm/PieChart/PieChart.module.mjs +7 -0
  150. package/esm/PieChart/PieChart.module.mjs.map +1 -0
  151. package/esm/PointLabel/PointLabel.mjs +19 -18
  152. package/esm/PointLabel/PointLabel.mjs.map +1 -1
  153. package/esm/RadarChart/RadarChart.mjs +129 -157
  154. package/esm/RadarChart/RadarChart.mjs.map +1 -1
  155. package/esm/RadarChart/RadarChart.module.mjs +10 -0
  156. package/esm/RadarChart/RadarChart.module.mjs.map +1 -0
  157. package/esm/RadialBarChart/RadialBarChart.mjs +118 -147
  158. package/esm/RadialBarChart/RadialBarChart.mjs.map +1 -1
  159. package/esm/RadialBarChart/RadialBarChart.module.mjs +10 -0
  160. package/esm/RadialBarChart/RadialBarChart.module.mjs.map +1 -0
  161. package/esm/SankeyChart/SankeyChart.mjs +200 -0
  162. package/esm/SankeyChart/SankeyChart.mjs.map +1 -0
  163. package/esm/SankeyChart/SankeyChart.module.mjs +7 -0
  164. package/esm/SankeyChart/SankeyChart.module.mjs.map +1 -0
  165. package/esm/ScatterChart/ScatterChart.mjs +220 -274
  166. package/esm/ScatterChart/ScatterChart.mjs.map +1 -1
  167. package/esm/Sparkline/Sparkline.mjs +69 -96
  168. package/esm/Sparkline/Sparkline.mjs.map +1 -1
  169. package/esm/Sparkline/Sparkline.module.mjs +7 -0
  170. package/esm/Sparkline/Sparkline.module.mjs.map +1 -0
  171. package/esm/Treemap/Treemap.mjs +131 -0
  172. package/esm/Treemap/Treemap.mjs.map +1 -0
  173. package/esm/Treemap/Treemap.module.mjs +7 -0
  174. package/esm/Treemap/Treemap.module.mjs.map +1 -0
  175. package/esm/grid-chart.module.mjs +14 -0
  176. package/esm/grid-chart.module.mjs.map +1 -0
  177. package/esm/index.mjs +19 -19
  178. package/esm/utils/get-series-labels/get-series-labels.mjs +16 -16
  179. package/esm/utils/get-series-labels/get-series-labels.mjs.map +1 -1
  180. package/lib/AreaChart/AreaChart.d.ts +1 -1
  181. package/lib/CompositeChart/CompositeChart.d.ts +1 -1
  182. package/lib/SankeyChart/SankeyChart.d.ts +71 -0
  183. package/lib/SankeyChart/index.d.ts +12 -0
  184. package/lib/Sparkline/Sparkline.d.ts +1 -1
  185. package/lib/Treemap/Treemap.d.ts +57 -0
  186. package/lib/Treemap/index.d.ts +10 -0
  187. package/package.json +7 -7
  188. package/cjs/BarsList/BarsList.module.css.cjs +0 -7
  189. package/cjs/BarsList/BarsList.module.css.cjs.map +0 -1
  190. package/cjs/ChartLegend/ChartLegend.module.css.cjs +0 -7
  191. package/cjs/ChartLegend/ChartLegend.module.css.cjs.map +0 -1
  192. package/cjs/ChartTooltip/ChartTooltip.module.css.cjs +0 -7
  193. package/cjs/ChartTooltip/ChartTooltip.module.css.cjs.map +0 -1
  194. package/cjs/DonutChart/DonutChart.module.css.cjs +0 -7
  195. package/cjs/DonutChart/DonutChart.module.css.cjs.map +0 -1
  196. package/cjs/FunnelChart/FunnelChart.module.css.cjs +0 -7
  197. package/cjs/FunnelChart/FunnelChart.module.css.cjs.map +0 -1
  198. package/cjs/Heatmap/Heatmap.module.css.cjs +0 -7
  199. package/cjs/Heatmap/Heatmap.module.css.cjs.map +0 -1
  200. package/cjs/PieChart/PieChart.module.css.cjs +0 -7
  201. package/cjs/PieChart/PieChart.module.css.cjs.map +0 -1
  202. package/cjs/RadarChart/RadarChart.module.css.cjs +0 -7
  203. package/cjs/RadarChart/RadarChart.module.css.cjs.map +0 -1
  204. package/cjs/RadialBarChart/RadialBarChart.module.css.cjs +0 -7
  205. package/cjs/RadialBarChart/RadialBarChart.module.css.cjs.map +0 -1
  206. package/cjs/Sparkline/Sparkline.module.css.cjs +0 -7
  207. package/cjs/Sparkline/Sparkline.module.css.cjs.map +0 -1
  208. package/cjs/grid-chart.module.css.cjs +0 -7
  209. package/cjs/grid-chart.module.css.cjs.map +0 -1
  210. package/cjs/index.cjs.map +0 -1
  211. package/esm/BarsList/BarsList.module.css.mjs +0 -5
  212. package/esm/BarsList/BarsList.module.css.mjs.map +0 -1
  213. package/esm/ChartLegend/ChartLegend.module.css.mjs +0 -5
  214. package/esm/ChartLegend/ChartLegend.module.css.mjs.map +0 -1
  215. package/esm/ChartTooltip/ChartTooltip.module.css.mjs +0 -5
  216. package/esm/ChartTooltip/ChartTooltip.module.css.mjs.map +0 -1
  217. package/esm/DonutChart/DonutChart.module.css.mjs +0 -5
  218. package/esm/DonutChart/DonutChart.module.css.mjs.map +0 -1
  219. package/esm/FunnelChart/FunnelChart.module.css.mjs +0 -5
  220. package/esm/FunnelChart/FunnelChart.module.css.mjs.map +0 -1
  221. package/esm/Heatmap/Heatmap.module.css.mjs +0 -5
  222. package/esm/Heatmap/Heatmap.module.css.mjs.map +0 -1
  223. package/esm/PieChart/PieChart.module.css.mjs +0 -5
  224. package/esm/PieChart/PieChart.module.css.mjs.map +0 -1
  225. package/esm/RadarChart/RadarChart.module.css.mjs +0 -5
  226. package/esm/RadarChart/RadarChart.module.css.mjs.map +0 -1
  227. package/esm/RadialBarChart/RadialBarChart.module.css.mjs +0 -5
  228. package/esm/RadialBarChart/RadialBarChart.module.css.mjs.map +0 -1
  229. package/esm/Sparkline/Sparkline.module.css.mjs +0 -5
  230. package/esm/Sparkline/Sparkline.module.css.mjs.map +0 -1
  231. package/esm/grid-chart.module.css.mjs +0 -5
  232. package/esm/grid-chart.module.css.mjs.map +0 -1
  233. package/esm/index.mjs.map +0 -1
package/esm/index.mjs CHANGED
@@ -1,19 +1,19 @@
1
- export { ChartTooltip, getFilteredChartTooltipPayload } from './ChartTooltip/ChartTooltip.mjs';
2
- export { ChartLegend, getFilteredChartLegendPayload } from './ChartLegend/ChartLegend.mjs';
3
- export { AreaChart } from './AreaChart/AreaChart.mjs';
4
- export { getSplitOffset } from './AreaChart/get-split-offset.mjs';
5
- export { AreaGradient } from './AreaChart/AreaGradient.mjs';
6
- export { BarChart } from './BarChart/BarChart.mjs';
7
- export { LineChart } from './LineChart/LineChart.mjs';
8
- export { Sparkline } from './Sparkline/Sparkline.mjs';
9
- export { DonutChart } from './DonutChart/DonutChart.mjs';
10
- export { PieChart } from './PieChart/PieChart.mjs';
11
- export { RadarChart } from './RadarChart/RadarChart.mjs';
12
- export { ScatterChart } from './ScatterChart/ScatterChart.mjs';
13
- export { BubbleChart } from './BubbleChart/BubbleChart.mjs';
14
- export { CompositeChart } from './CompositeChart/CompositeChart.mjs';
15
- export { RadialBarChart } from './RadialBarChart/RadialBarChart.mjs';
16
- export { FunnelChart } from './FunnelChart/FunnelChart.mjs';
17
- export { Heatmap } from './Heatmap/Heatmap.mjs';
18
- export { BarsList } from './BarsList/BarsList.mjs';
19
- //# sourceMappingURL=index.mjs.map
1
+ import { ChartTooltip, getFilteredChartTooltipPayload } from "./ChartTooltip/ChartTooltip.mjs";
2
+ import { ChartLegend, getFilteredChartLegendPayload } from "./ChartLegend/ChartLegend.mjs";
3
+ import { AreaGradient } from "./AreaChart/AreaGradient.mjs";
4
+ import { getSplitOffset } from "./AreaChart/get-split-offset.mjs";
5
+ import { AreaChart } from "./AreaChart/AreaChart.mjs";
6
+ import { BarChart } from "./BarChart/BarChart.mjs";
7
+ import { LineChart } from "./LineChart/LineChart.mjs";
8
+ import { Sparkline } from "./Sparkline/Sparkline.mjs";
9
+ import { DonutChart } from "./DonutChart/DonutChart.mjs";
10
+ import { PieChart } from "./PieChart/PieChart.mjs";
11
+ import { RadarChart } from "./RadarChart/RadarChart.mjs";
12
+ import { ScatterChart } from "./ScatterChart/ScatterChart.mjs";
13
+ import { BubbleChart } from "./BubbleChart/BubbleChart.mjs";
14
+ import { CompositeChart } from "./CompositeChart/CompositeChart.mjs";
15
+ import { RadialBarChart } from "./RadialBarChart/RadialBarChart.mjs";
16
+ import { FunnelChart } from "./FunnelChart/FunnelChart.mjs";
17
+ import { Heatmap } from "./Heatmap/Heatmap.mjs";
18
+ import { BarsList } from "./BarsList/BarsList.mjs";
19
+ export { AreaChart, AreaGradient, BarChart, BarsList, BubbleChart, ChartLegend, ChartTooltip, CompositeChart, DonutChart, FunnelChart, Heatmap, LineChart, PieChart, RadarChart, RadialBarChart, ScatterChart, Sparkline, getFilteredChartLegendPayload, getFilteredChartTooltipPayload, getSplitOffset };
@@ -1,19 +1,19 @@
1
- 'use client';
1
+ "use client";
2
+ //#region packages/@mantine/charts/src/utils/get-series-labels/get-series-labels.ts
2
3
  function getSeriesLabels(series) {
3
- if (!series) {
4
- return {};
5
- }
6
- return series.reduce((acc, item) => {
7
- const matchFound = item.name.search(/\./);
8
- if (matchFound >= 0) {
9
- const key = item.name.substring(matchFound + 1);
10
- acc[key] = item.label;
11
- return acc;
12
- }
13
- acc[item.name] = item.label;
14
- return acc;
15
- }, {});
4
+ if (!series) return {};
5
+ return series.reduce((acc, item) => {
6
+ const matchFound = item.name.search(/\./);
7
+ if (matchFound >= 0) {
8
+ const key = item.name.substring(matchFound + 1);
9
+ acc[key] = item.label;
10
+ return acc;
11
+ }
12
+ acc[item.name] = item.label;
13
+ return acc;
14
+ }, {});
16
15
  }
17
-
16
+ //#endregion
18
17
  export { getSeriesLabels };
19
- //# sourceMappingURL=get-series-labels.mjs.map
18
+
19
+ //# sourceMappingURL=get-series-labels.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-series-labels.mjs","sources":["../../../src/utils/get-series-labels/get-series-labels.ts"],"sourcesContent":["import { ChartSeries } from '../../types';\n\ntype ChartSeriesLabels = Record<string, string | undefined>;\n\nexport function getSeriesLabels(series: ChartSeries[] | undefined): ChartSeriesLabels {\n if (!series) {\n return {};\n }\n\n return series.reduce<ChartSeriesLabels>((acc, item) => {\n const matchFound = item.name.search(/\\./);\n if (matchFound >= 0) {\n const key = item.name.substring(matchFound + 1);\n acc[key] = item.label;\n return acc;\n }\n acc[item.name] = item.label;\n return acc;\n }, {});\n}\n"],"names":[],"mappings":";AAIO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAS,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,EAAgB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAsD,CAAA;AACpF,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAQ,CAAA;AACX,CAAA,CAAA,CAAA,CAAA,OAAO,CAAA,CAAC,CAAA;AAAA,CAAA,CACV,CAAA;AAEA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,MAAA,CAAO,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAA0B,CAAC,CAAA,CAAA,CAAA,CAAA,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAS,CAAA;AACrD,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAa,CAAA,CAAA,CAAA,CAAA,CAAK,IAAA,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAO,CAAA,CAAA,CAAA,CAAI,CAAA,CAAA;AACxC,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,KAAc,CAAA,CAAA,CAAG,CAAA;AACnB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAA,CAAM,CAAA,CAAA,CAAA,CAAA,CAAK,CAAA,CAAA,CAAA,CAAA,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAU,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,IAAa,CAAC,CAAA,CAAA;AAC9C,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,GAAA,CAAI,CAAA,CAAA,CAAG,IAAI,CAAA,CAAA,CAAA,CAAA,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AAChB,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,OAAO,CAAA,CAAA,CAAA,CAAA;AAAA,CAAA,CAAA,CAAA,CACT,CAAA;AACA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA,CAAI,CAAA,CAAA,CAAA,CAAA,CAAK,IAAI,CAAA,CAAA,CAAA,CAAI,CAAA,CAAA,CAAA,CAAA,CAAK,CAAA,CAAA,CAAA,CAAA,CAAA,CAAA;AACtB,CAAA,CAAA,CAAA,CAAA,OAAO,CAAA,CAAA,CAAA,CAAA;AAAA,CAAA,CACT,CAAA,CAAA,CAAG,CAAA,CAAE,CAAA,CAAA;AACP,CAAA;;"}
1
+ {"version":3,"file":"get-series-labels.mjs","names":[],"sources":["../../../src/utils/get-series-labels/get-series-labels.ts"],"sourcesContent":["import { ChartSeries } from '../../types';\n\ntype ChartSeriesLabels = Record<string, string | undefined>;\n\nexport function getSeriesLabels(series: ChartSeries[] | undefined): ChartSeriesLabels {\n if (!series) {\n return {};\n }\n\n return series.reduce<ChartSeriesLabels>((acc, item) => {\n const matchFound = item.name.search(/\\./);\n if (matchFound >= 0) {\n const key = item.name.substring(matchFound + 1);\n acc[key] = item.label;\n return acc;\n }\n acc[item.name] = item.label;\n return acc;\n }, {});\n}\n"],"mappings":";;AAIA,SAAgB,gBAAgB,QAAsD;AACpF,KAAI,CAAC,OACH,QAAO,EAAE;AAGX,QAAO,OAAO,QAA2B,KAAK,SAAS;EACrD,MAAM,aAAa,KAAK,KAAK,OAAO,KAAK;AACzC,MAAI,cAAc,GAAG;GACnB,MAAM,MAAM,KAAK,KAAK,UAAU,aAAa,EAAE;AAC/C,OAAI,OAAO,KAAK;AAChB,UAAO;;AAET,MAAI,KAAK,QAAQ,KAAK;AACtB,SAAO;IACN,EAAE,CAAC"}
@@ -44,7 +44,7 @@ export interface AreaChartProps extends BoxProps, GridChartBaseProps, StylesApiP
44
44
  /** Additional components that are rendered inside recharts `AreaChart` component */
45
45
  children?: React.ReactNode;
46
46
  /** Props passed down to recharts `Area` component */
47
- areaProps?: ((series: AreaChartSeries) => Partial<Omit<AreaProps, 'ref'>>) | Partial<Omit<AreaProps, 'ref'>>;
47
+ areaProps?: ((series: AreaChartSeries) => Partial<Omit<AreaProps<any, any>, 'ref'>>) | Partial<Omit<AreaProps<any, any>, 'ref'>>;
48
48
  /** If set, each point has an associated label @default false */
49
49
  withPointLabels?: boolean;
50
50
  }
@@ -34,7 +34,7 @@ export interface CompositeChartProps extends BoxProps, Omit<GridChartBaseProps,
34
34
  /** Props passed down to recharts `Line` component */
35
35
  lineProps?: ((series: CompositeChartSeries) => Partial<Omit<LineProps, 'ref'>>) | Partial<Omit<LineProps, 'ref'>>;
36
36
  /** Props passed down to recharts `Area` component */
37
- areaProps?: ((series: CompositeChartSeries) => Partial<Omit<AreaProps, 'ref'>>) | Partial<Omit<AreaProps, 'ref'>>;
37
+ areaProps?: ((series: CompositeChartSeries) => Partial<Omit<AreaProps<any, any>, 'ref'>>) | Partial<Omit<AreaProps<any, any>, 'ref'>>;
38
38
  /** Props passed down to recharts `Bar` component */
39
39
  barProps?: ((series: CompositeChartSeries) => Partial<Omit<BarProps, 'ref'>>) | Partial<Omit<BarProps, 'ref'>>;
40
40
  /** Determines whether each point should have associated label @default false */
@@ -0,0 +1,71 @@
1
+ import React from 'react';
2
+ import { SankeyProps as RechartsSankeyProps, TooltipProps } from 'recharts';
3
+ import { BoxProps, ElementProps, Factory, MantineColor, StylesApiProps } from '@mantine/core';
4
+ import { ChartTooltipStylesNames } from '../ChartTooltip/ChartTooltip';
5
+ export interface SankeyChartNode {
6
+ name: string;
7
+ color?: MantineColor;
8
+ [key: string]: unknown;
9
+ }
10
+ export interface SankeyChartLink {
11
+ source: number;
12
+ target: number;
13
+ value: number;
14
+ [key: string]: unknown;
15
+ }
16
+ export interface SankeyChartData {
17
+ nodes: SankeyChartNode[];
18
+ links: SankeyChartLink[];
19
+ }
20
+ export type SankeyChartStylesNames = 'root' | ChartTooltipStylesNames;
21
+ export type SankeyChartCssVariables = {
22
+ root: '--chart-node-color' | '--chart-link-color' | '--chart-text-color' | '--chart-height';
23
+ };
24
+ export interface SankeyChartProps extends BoxProps, StylesApiProps<SankeyChartFactory>, ElementProps<'div'> {
25
+ /** Data used to render chart, must include `nodes` and `links` arrays */
26
+ data: SankeyChartData;
27
+ /** Controls chart height @default 300 */
28
+ height?: number;
29
+ /** The width of each node @default 10 */
30
+ nodeWidth?: number;
31
+ /** The padding between nodes @default 10 */
32
+ nodePadding?: number;
33
+ /** The curvature of links between nodes @default 0.5 */
34
+ linkCurvature?: number;
35
+ /** The number of relaxation iterations @default 32 */
36
+ iterations?: number;
37
+ /** Default color for nodes, by default depends on color scheme */
38
+ nodeColor?: MantineColor;
39
+ /** An array of colors used for nodes when no `color` is set on individual nodes */
40
+ colors?: MantineColor[];
41
+ /** Default color for links, by default depends on color scheme */
42
+ linkColor?: MantineColor;
43
+ /** Opacity of the link fill @default 0.4 */
44
+ linkOpacity?: number;
45
+ /** Determines whether the tooltip should be displayed when hovered @default true */
46
+ withTooltip?: boolean;
47
+ /** Tooltip animation duration in ms @default 0 */
48
+ tooltipAnimationDuration?: number;
49
+ /** Props passed down to `Tooltip` recharts component */
50
+ tooltipProps?: Omit<TooltipProps<any, any>, 'ref'>;
51
+ /** Props passed down to recharts `Sankey` component */
52
+ sankeyProps?: Partial<Omit<RechartsSankeyProps, 'ref' | 'data'>>;
53
+ /** Controls text color of labels @default dimmed */
54
+ textColor?: MantineColor;
55
+ /** A function to format values inside the tooltip and node labels */
56
+ valueFormatter?: (value: number) => string;
57
+ /** Additional elements rendered inside `Sankey` component */
58
+ children?: React.ReactNode;
59
+ }
60
+ export type SankeyChartFactory = Factory<{
61
+ props: SankeyChartProps;
62
+ ref: HTMLDivElement;
63
+ stylesNames: SankeyChartStylesNames;
64
+ vars: SankeyChartCssVariables;
65
+ }>;
66
+ export declare const SankeyChart: import("@mantine/core").MantineComponent<{
67
+ props: SankeyChartProps;
68
+ ref: HTMLDivElement;
69
+ stylesNames: SankeyChartStylesNames;
70
+ vars: SankeyChartCssVariables;
71
+ }>;
@@ -0,0 +1,12 @@
1
+ import type { SankeyChartCssVariables, SankeyChartData, SankeyChartFactory, SankeyChartLink, SankeyChartNode, SankeyChartProps, SankeyChartStylesNames } from './SankeyChart';
2
+ export { SankeyChart } from './SankeyChart';
3
+ export type { SankeyChartProps, SankeyChartStylesNames, SankeyChartCssVariables, SankeyChartFactory, SankeyChartData, SankeyChartNode, SankeyChartLink, };
4
+ export declare namespace SankeyChart {
5
+ type Props = SankeyChartProps;
6
+ type StylesNames = SankeyChartStylesNames;
7
+ type CssVariables = SankeyChartCssVariables;
8
+ type Factory = SankeyChartFactory;
9
+ type Data = SankeyChartData;
10
+ type Node = SankeyChartNode;
11
+ type Link = SankeyChartLink;
12
+ }
@@ -28,7 +28,7 @@ export interface SparklineProps extends BoxProps, StylesApiProps<SparklineFactor
28
28
  /** Determines whether null values should be connected with other values @default true */
29
29
  connectNulls?: boolean;
30
30
  /** Props passed down to the underlying recharts `Area` component */
31
- areaProps?: Omit<AreaProps, 'data' | 'dataKey' | 'ref'>;
31
+ areaProps?: Omit<AreaProps<any, any>, 'data' | 'dataKey' | 'ref'>;
32
32
  }
33
33
  export type SparklineFactory = Factory<{
34
34
  props: SparklineProps;
@@ -0,0 +1,57 @@
1
+ import React from 'react';
2
+ import { TreemapProps as RechartsTreemapProps, TooltipProps } from 'recharts';
3
+ import { BoxProps, ElementProps, Factory, MantineColor, StylesApiProps } from '@mantine/core';
4
+ import { ChartTooltipStylesNames } from '../ChartTooltip/ChartTooltip';
5
+ export interface TreemapData {
6
+ name: string;
7
+ value?: number;
8
+ color?: MantineColor;
9
+ children?: TreemapData[];
10
+ [key: string]: unknown;
11
+ }
12
+ export type TreemapStylesNames = 'root' | ChartTooltipStylesNames;
13
+ export type TreemapCssVariables = {
14
+ root: '--chart-stroke-color' | '--chart-height';
15
+ };
16
+ export interface TreemapProps extends BoxProps, StylesApiProps<TreemapFactory>, ElementProps<'div'> {
17
+ /** Data used to render chart */
18
+ data: TreemapData[];
19
+ /** Key in data object for the value @default 'value' */
20
+ dataKey?: string;
21
+ /** The treemap will try to keep every single rectangle's aspect ratio near the aspectRatio given @default 1.618033988749895 */
22
+ aspectRatio?: number;
23
+ /** Determines whether the tooltip should be displayed when a node is hovered @default true */
24
+ withTooltip?: boolean;
25
+ /** Tooltip animation duration in ms @default 0 */
26
+ tooltipAnimationDuration?: number;
27
+ /** Props passed down to `Tooltip` recharts component */
28
+ tooltipProps?: Omit<TooltipProps<any, any>, 'ref'>;
29
+ /** Props passed down to recharts `Treemap` component */
30
+ treemapProps?: Partial<Omit<RechartsTreemapProps, 'ref' | 'data' | 'dataKey'>>;
31
+ /** Controls color of the node stroke, by default depends on color scheme */
32
+ strokeColor?: MantineColor;
33
+ /** Controls text color of labels @default dimmed */
34
+ textColor?: MantineColor;
35
+ /** Controls chart height @default 300 */
36
+ height?: number;
37
+ /** Controls width of node stroke @default 1 */
38
+ strokeWidth?: number;
39
+ /** A function to format values inside the tooltip */
40
+ valueFormatter?: (value: number) => string;
41
+ /** Determines whether text color should be adjusted based on background color to improve contrast */
42
+ autoContrast?: boolean;
43
+ /** Additional elements rendered inside `Treemap` component */
44
+ children?: React.ReactNode;
45
+ }
46
+ export type TreemapFactory = Factory<{
47
+ props: TreemapProps;
48
+ ref: HTMLDivElement;
49
+ stylesNames: TreemapStylesNames;
50
+ vars: TreemapCssVariables;
51
+ }>;
52
+ export declare const Treemap: import("@mantine/core").MantineComponent<{
53
+ props: TreemapProps;
54
+ ref: HTMLDivElement;
55
+ stylesNames: TreemapStylesNames;
56
+ vars: TreemapCssVariables;
57
+ }>;
@@ -0,0 +1,10 @@
1
+ import type { TreemapCssVariables, TreemapData, TreemapFactory, TreemapProps, TreemapStylesNames } from './Treemap';
2
+ export { Treemap } from './Treemap';
3
+ export type { TreemapProps, TreemapStylesNames, TreemapCssVariables, TreemapFactory, TreemapData };
4
+ export declare namespace Treemap {
5
+ type Props = TreemapProps;
6
+ type StylesNames = TreemapStylesNames;
7
+ type CssVariables = TreemapCssVariables;
8
+ type Factory = TreemapFactory;
9
+ type Data = TreemapData;
10
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mantine/charts",
3
- "version": "9.0.0-alpha.4",
3
+ "version": "9.0.0-alpha.6",
4
4
  "description": "Charts components built with recharts and Mantine",
5
5
  "homepage": "https://mantine.dev/",
6
6
  "license": "MIT",
@@ -35,17 +35,17 @@
35
35
  "directory": "packages/@mantine/charts"
36
36
  },
37
37
  "peerDependencies": {
38
- "@mantine/core": "9.0.0-alpha.4",
39
- "@mantine/hooks": "9.0.0-alpha.4",
40
- "react": "^18.x || ^19.x",
41
- "react-dom": "^18.x || ^19.x",
38
+ "@mantine/core": "9.0.0-alpha.6",
39
+ "@mantine/hooks": "9.0.0-alpha.6",
40
+ "react": "^19.2.0",
41
+ "react-dom": "^19.2.0",
42
42
  "recharts": ">=3.2.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@mantine-tests/core": "workspace:*",
46
46
  "@mantine/core": "workspace:*",
47
47
  "@mantine/hooks": "workspace:*",
48
- "react": "19.2.1",
49
- "react-dom": "19.2.1"
48
+ "react": "19.2.4",
49
+ "react-dom": "19.2.4"
50
50
  }
51
51
  }
@@ -1,7 +0,0 @@
1
- 'use client';
2
- 'use strict';
3
-
4
- var classes = {"root":"m_1ea785b1","labelsRow":"m_294011ec","bar":"m_9de42164","barLabel":"m_6f89abf0","barValue":"m_7016be6d"};
5
-
6
- module.exports = classes;
7
- //# sourceMappingURL=BarsList.module.css.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BarsList.module.css.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,7 +0,0 @@
1
- 'use client';
2
- 'use strict';
3
-
4
- var classes = {"legend":"m_847eaf","legendItem":"m_17da7e62","legendItemColor":"m_6e236e21","legendItemName":"m_8ff56c0d"};
5
-
6
- module.exports = classes;
7
- //# sourceMappingURL=ChartLegend.module.css.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChartLegend.module.css.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,7 +0,0 @@
1
- 'use client';
2
- 'use strict';
3
-
4
- var classes = {"tooltip":"m_e4d36c9b","tooltipLabel":"m_7f4bcb19","tooltipBody":"m_3de554dd","tooltipItemColor":"m_b30369b5","tooltipItem":"m_3de8964e","tooltipItemBody":"m_50186d10","tooltipItemName":"m_501dadf9","tooltipItemData":"m_50192318"};
5
-
6
- module.exports = classes;
7
- //# sourceMappingURL=ChartTooltip.module.css.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChartTooltip.module.css.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,7 +0,0 @@
1
- 'use client';
2
- 'use strict';
3
-
4
- var classes = {"root":"m_a410e613","label":"m_ddb0bfe3"};
5
-
6
- module.exports = classes;
7
- //# sourceMappingURL=DonutChart.module.css.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DonutChart.module.css.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,7 +0,0 @@
1
- 'use client';
2
- 'use strict';
3
-
4
- var classes = {"root":"m_80d531e7"};
5
-
6
- module.exports = classes;
7
- //# sourceMappingURL=FunnelChart.module.css.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FunnelChart.module.css.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,7 +0,0 @@
1
- 'use client';
2
- 'use strict';
3
-
4
- var classes = {"root":"m_2ef228c3","rect":"m_2ef201c5","monthLabel":"m_7e977775","weekdayLabel":"m_c4b68f8d"};
5
-
6
- module.exports = classes;
7
- //# sourceMappingURL=Heatmap.module.css.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Heatmap.module.css.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,7 +0,0 @@
1
- 'use client';
2
- 'use strict';
3
-
4
- var classes = {"root":"m_cd8943fd"};
5
-
6
- module.exports = classes;
7
- //# sourceMappingURL=PieChart.module.css.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PieChart.module.css.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,7 +0,0 @@
1
- 'use client';
2
- 'use strict';
3
-
4
- var classes = {"root":"m_1f271cf7","container":"m_cf06f58c"};
5
-
6
- module.exports = classes;
7
- //# sourceMappingURL=RadarChart.module.css.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RadarChart.module.css.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,7 +0,0 @@
1
- 'use client';
2
- 'use strict';
3
-
4
- var classes = {"root":"m_cd2bd9e5","tooltip":"m_6bcc3420"};
5
-
6
- module.exports = classes;
7
- //# sourceMappingURL=RadialBarChart.module.css.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RadialBarChart.module.css.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,7 +0,0 @@
1
- 'use client';
2
- 'use strict';
3
-
4
- var classes = {"root":"m_f9458cfe"};
5
-
6
- module.exports = classes;
7
- //# sourceMappingURL=Sparkline.module.css.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Sparkline.module.css.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
@@ -1,7 +0,0 @@
1
- 'use client';
2
- 'use strict';
3
-
4
- var classes = {"root":"m_a50f3e58","container":"m_af9188cb","grid":"m_a50a48bc","axis":"m_a507a517","axisLabel":"m_2293801d","tooltip":"m_92b296cd"};
5
-
6
- module.exports = classes;
7
- //# sourceMappingURL=grid-chart.module.css.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"grid-chart.module.css.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;"}
package/cjs/index.cjs.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,5 +0,0 @@
1
- 'use client';
2
- var classes = {"root":"m_1ea785b1","labelsRow":"m_294011ec","bar":"m_9de42164","barLabel":"m_6f89abf0","barValue":"m_7016be6d"};
3
-
4
- export { classes as default };
5
- //# sourceMappingURL=BarsList.module.css.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"BarsList.module.css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,5 +0,0 @@
1
- 'use client';
2
- var classes = {"legend":"m_847eaf","legendItem":"m_17da7e62","legendItemColor":"m_6e236e21","legendItemName":"m_8ff56c0d"};
3
-
4
- export { classes as default };
5
- //# sourceMappingURL=ChartLegend.module.css.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChartLegend.module.css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,5 +0,0 @@
1
- 'use client';
2
- var classes = {"tooltip":"m_e4d36c9b","tooltipLabel":"m_7f4bcb19","tooltipBody":"m_3de554dd","tooltipItemColor":"m_b30369b5","tooltipItem":"m_3de8964e","tooltipItemBody":"m_50186d10","tooltipItemName":"m_501dadf9","tooltipItemData":"m_50192318"};
3
-
4
- export { classes as default };
5
- //# sourceMappingURL=ChartTooltip.module.css.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChartTooltip.module.css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,5 +0,0 @@
1
- 'use client';
2
- var classes = {"root":"m_a410e613","label":"m_ddb0bfe3"};
3
-
4
- export { classes as default };
5
- //# sourceMappingURL=DonutChart.module.css.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DonutChart.module.css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,5 +0,0 @@
1
- 'use client';
2
- var classes = {"root":"m_80d531e7"};
3
-
4
- export { classes as default };
5
- //# sourceMappingURL=FunnelChart.module.css.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FunnelChart.module.css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,5 +0,0 @@
1
- 'use client';
2
- var classes = {"root":"m_2ef228c3","rect":"m_2ef201c5","monthLabel":"m_7e977775","weekdayLabel":"m_c4b68f8d"};
3
-
4
- export { classes as default };
5
- //# sourceMappingURL=Heatmap.module.css.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Heatmap.module.css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,5 +0,0 @@
1
- 'use client';
2
- var classes = {"root":"m_cd8943fd"};
3
-
4
- export { classes as default };
5
- //# sourceMappingURL=PieChart.module.css.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"PieChart.module.css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,5 +0,0 @@
1
- 'use client';
2
- var classes = {"root":"m_1f271cf7","container":"m_cf06f58c"};
3
-
4
- export { classes as default };
5
- //# sourceMappingURL=RadarChart.module.css.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RadarChart.module.css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,5 +0,0 @@
1
- 'use client';
2
- var classes = {"root":"m_cd2bd9e5","tooltip":"m_6bcc3420"};
3
-
4
- export { classes as default };
5
- //# sourceMappingURL=RadialBarChart.module.css.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RadialBarChart.module.css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,5 +0,0 @@
1
- 'use client';
2
- var classes = {"root":"m_f9458cfe"};
3
-
4
- export { classes as default };
5
- //# sourceMappingURL=Sparkline.module.css.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Sparkline.module.css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
@@ -1,5 +0,0 @@
1
- 'use client';
2
- var classes = {"root":"m_a50f3e58","container":"m_af9188cb","grid":"m_a50a48bc","axis":"m_a507a517","axisLabel":"m_2293801d","tooltip":"m_92b296cd"};
3
-
4
- export { classes as default };
5
- //# sourceMappingURL=grid-chart.module.css.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"grid-chart.module.css.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
package/esm/index.mjs.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;"}