@fluentui/react-charts 0.0.0-nightly-20251013-0407.1 → 0.0.0-nightly-20251014-0406.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 (26) hide show
  1. package/CHANGELOG.md +15 -15
  2. package/lib/components/AreaChart/AreaChart.js +20 -24
  3. package/lib/components/AreaChart/AreaChart.js.map +1 -1
  4. package/lib/components/DeclarativeChart/PlotlySchemaAdapter.js +2 -1
  5. package/lib/components/DeclarativeChart/PlotlySchemaAdapter.js.map +1 -1
  6. package/lib/components/DonutChart/DonutChart.js +1 -2
  7. package/lib/components/DonutChart/DonutChart.js.map +1 -1
  8. package/lib/components/LineChart/LineChart.js +70 -59
  9. package/lib/components/LineChart/LineChart.js.map +1 -1
  10. package/lib/components/ScatterChart/ScatterChart.js +7 -11
  11. package/lib/components/ScatterChart/ScatterChart.js.map +1 -1
  12. package/lib/utilities/utilities.js +14 -8
  13. package/lib/utilities/utilities.js.map +1 -1
  14. package/lib-commonjs/components/AreaChart/AreaChart.js +19 -23
  15. package/lib-commonjs/components/AreaChart/AreaChart.js.map +1 -1
  16. package/lib-commonjs/components/DeclarativeChart/PlotlySchemaAdapter.js +2 -1
  17. package/lib-commonjs/components/DeclarativeChart/PlotlySchemaAdapter.js.map +1 -1
  18. package/lib-commonjs/components/DonutChart/DonutChart.js +1 -2
  19. package/lib-commonjs/components/DonutChart/DonutChart.js.map +1 -1
  20. package/lib-commonjs/components/LineChart/LineChart.js +69 -58
  21. package/lib-commonjs/components/LineChart/LineChart.js.map +1 -1
  22. package/lib-commonjs/components/ScatterChart/ScatterChart.js +6 -10
  23. package/lib-commonjs/components/ScatterChart/ScatterChart.js.map +1 -1
  24. package/lib-commonjs/utilities/utilities.js +17 -8
  25. package/lib-commonjs/utilities/utilities.js.map +1 -1
  26. package/package.json +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-charts",
3
- "version": "0.0.0-nightly-20251013-0407.1",
3
+ "version": "0.0.0-nightly-20251014-0406.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-20251013-0407.1",
26
- "@fluentui/react-conformance-griffel": "0.0.0-nightly-20251013-0407.1",
25
+ "@fluentui/react-conformance": "0.0.0-nightly-20251014-0406.1",
26
+ "@fluentui/react-conformance-griffel": "0.0.0-nightly-20251014-0406.1",
27
27
  "@fluentui/scripts-api-extractor": "*"
28
28
  },
29
29
  "dependencies": {
30
30
  "@fluentui/chart-utilities": "^1.1.33",
31
- "@fluentui/react-button": "0.0.0-nightly-20251013-0407.1",
32
- "@fluentui/react-jsx-runtime": "0.0.0-nightly-20251013-0407.1",
33
- "@fluentui/react-overflow": "0.0.0-nightly-20251013-0407.1",
34
- "@fluentui/react-popover": "0.0.0-nightly-20251013-0407.1",
35
- "@fluentui/react-shared-contexts": "0.0.0-nightly-20251013-0407.1",
36
- "@fluentui/react-tabster": "0.0.0-nightly-20251013-0407.1",
37
- "@fluentui/react-theme": "0.0.0-nightly-20251013-0407.1",
38
- "@fluentui/react-tooltip": "0.0.0-nightly-20251013-0407.1",
39
- "@fluentui/react-utilities": "0.0.0-nightly-20251013-0407.1",
31
+ "@fluentui/react-button": "0.0.0-nightly-20251014-0406.1",
32
+ "@fluentui/react-jsx-runtime": "0.0.0-nightly-20251014-0406.1",
33
+ "@fluentui/react-overflow": "0.0.0-nightly-20251014-0406.1",
34
+ "@fluentui/react-popover": "0.0.0-nightly-20251014-0406.1",
35
+ "@fluentui/react-shared-contexts": "0.0.0-nightly-20251014-0406.1",
36
+ "@fluentui/react-tabster": "0.0.0-nightly-20251014-0406.1",
37
+ "@fluentui/react-theme": "0.0.0-nightly-20251014-0406.1",
38
+ "@fluentui/react-tooltip": "0.0.0-nightly-20251014-0406.1",
39
+ "@fluentui/react-utilities": "0.0.0-nightly-20251014-0406.1",
40
40
  "@griffel/react": "^1.5.22",
41
41
  "@swc/helpers": "^0.5.1",
42
42
  "@types/d3-array": "^3.0.0",