@fluentui/react-charts 0.0.0-nightly-20250814-0406.1 → 0.0.0-nightly-20250818-0407.1

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 (29) hide show
  1. package/CHANGELOG.md +15 -15
  2. package/dist/index.d.ts +15 -6
  3. package/lib/components/CommonComponents/CartesianChart.js +12 -16
  4. package/lib/components/CommonComponents/CartesianChart.js.map +1 -1
  5. package/lib/components/CommonComponents/CartesianChart.types.js.map +1 -1
  6. package/lib/components/DeclarativeChart/DeclarativeChart.js +3 -2
  7. package/lib/components/DeclarativeChart/DeclarativeChart.js.map +1 -1
  8. package/lib/components/DeclarativeChart/PlotlySchemaAdapter.js +55 -38
  9. package/lib/components/DeclarativeChart/PlotlySchemaAdapter.js.map +1 -1
  10. package/lib/components/VerticalStackedBarChart/VerticalStackedBarChart.js +126 -33
  11. package/lib/components/VerticalStackedBarChart/VerticalStackedBarChart.js.map +1 -1
  12. package/lib/components/VerticalStackedBarChart/VerticalStackedBarChart.types.js.map +1 -1
  13. package/lib/types/DataPoint.js.map +1 -1
  14. package/lib/utilities/utilities.js +10 -4
  15. package/lib/utilities/utilities.js.map +1 -1
  16. package/lib-commonjs/components/CommonComponents/CartesianChart.js +12 -15
  17. package/lib-commonjs/components/CommonComponents/CartesianChart.js.map +1 -1
  18. package/lib-commonjs/components/CommonComponents/CartesianChart.types.js.map +1 -1
  19. package/lib-commonjs/components/DeclarativeChart/DeclarativeChart.js +2 -1
  20. package/lib-commonjs/components/DeclarativeChart/DeclarativeChart.js.map +1 -1
  21. package/lib-commonjs/components/DeclarativeChart/PlotlySchemaAdapter.js +57 -38
  22. package/lib-commonjs/components/DeclarativeChart/PlotlySchemaAdapter.js.map +1 -1
  23. package/lib-commonjs/components/VerticalStackedBarChart/VerticalStackedBarChart.js +125 -32
  24. package/lib-commonjs/components/VerticalStackedBarChart/VerticalStackedBarChart.js.map +1 -1
  25. package/lib-commonjs/components/VerticalStackedBarChart/VerticalStackedBarChart.types.js.map +1 -1
  26. package/lib-commonjs/types/DataPoint.js.map +1 -1
  27. package/lib-commonjs/utilities/utilities.js +10 -4
  28. package/lib-commonjs/utilities/utilities.js.map +1 -1
  29. package/package.json +13 -13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-charts",
3
- "version": "0.0.0-nightly-20250814-0406.1",
3
+ "version": "0.0.0-nightly-20250818-0407.1",
4
4
  "description": "React web chart controls for Microsoft fluentui v9 system.",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "module": "lib/index.js",
@@ -22,21 +22,21 @@
22
22
  },
23
23
  "devDependencies": {
24
24
  "@fluentui/eslint-plugin": "*",
25
- "@fluentui/react-conformance": "0.0.0-nightly-20250814-0406.1",
26
- "@fluentui/react-conformance-griffel": "0.0.0-nightly-20250814-0406.1",
25
+ "@fluentui/react-conformance": "0.0.0-nightly-20250818-0407.1",
26
+ "@fluentui/react-conformance-griffel": "0.0.0-nightly-20250818-0407.1",
27
27
  "@fluentui/scripts-api-extractor": "*"
28
28
  },
29
29
  "dependencies": {
30
- "@fluentui/chart-utilities": "^1.1.27",
31
- "@fluentui/react-button": "0.0.0-nightly-20250814-0406.1",
32
- "@fluentui/react-jsx-runtime": "0.0.0-nightly-20250814-0406.1",
33
- "@fluentui/react-overflow": "0.0.0-nightly-20250814-0406.1",
34
- "@fluentui/react-popover": "0.0.0-nightly-20250814-0406.1",
35
- "@fluentui/react-shared-contexts": "0.0.0-nightly-20250814-0406.1",
36
- "@fluentui/react-tabster": "0.0.0-nightly-20250814-0406.1",
37
- "@fluentui/react-theme": "0.0.0-nightly-20250814-0406.1",
38
- "@fluentui/react-tooltip": "0.0.0-nightly-20250814-0406.1",
39
- "@fluentui/react-utilities": "0.0.0-nightly-20250814-0406.1",
30
+ "@fluentui/chart-utilities": "^1.1.28",
31
+ "@fluentui/react-button": "0.0.0-nightly-20250818-0407.1",
32
+ "@fluentui/react-jsx-runtime": "0.0.0-nightly-20250818-0407.1",
33
+ "@fluentui/react-overflow": "0.0.0-nightly-20250818-0407.1",
34
+ "@fluentui/react-popover": "0.0.0-nightly-20250818-0407.1",
35
+ "@fluentui/react-shared-contexts": "0.0.0-nightly-20250818-0407.1",
36
+ "@fluentui/react-tabster": "0.0.0-nightly-20250818-0407.1",
37
+ "@fluentui/react-theme": "0.0.0-nightly-20250818-0407.1",
38
+ "@fluentui/react-tooltip": "0.0.0-nightly-20250818-0407.1",
39
+ "@fluentui/react-utilities": "0.0.0-nightly-20250818-0407.1",
40
40
  "@griffel/react": "^1.5.22",
41
41
  "@swc/helpers": "^0.5.1",
42
42
  "@types/d3-array": "^3.0.0",