diff --git a/change/@fluentui-react-charting-8c7e2a0d-fb53-4e19-9c69-3cddec6c7b24.json b/change/@fluentui-react-charting-8c7e2a0d-fb53-4e19-9c69-3cddec6c7b24.json new file mode 100644 index 0000000000000..78154da06da38 --- /dev/null +++ b/change/@fluentui-react-charting-8c7e2a0d-fb53-4e19-9c69-3cddec6c7b24.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "Updating documentation content", + "packageName": "@fluentui/react-charting", + "email": "atishay.jain@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/packages/react-charting/README.md b/packages/react-charting/README.md index c8f189f9be821..a08ae8952a68a 100644 --- a/packages/react-charting/README.md +++ b/packages/react-charting/README.md @@ -67,7 +67,7 @@ The library has a wide variety of tests to ensure quality of the library. The tests range from component tests, unit tests, visual regression tests, accessibility tests, integration tests and manual tests. The test automations aim to ensure over 90% code coverage across the library. -Further details available in the wiki +Further details available in the [wiki](https://aka.ms/fluentChartingWiki) Run `yarn test` from within the package to run all the tests. @@ -75,25 +75,67 @@ Run `yarn test` from within the package to run all the tests. Our charts have elaborate accessibility support. The charts are WCAG 2.1 MAS C compliant for accessibility. -More details are covered in the wiki. +More details are covered in the [wiki](https://aka.ms/fluentChartingWiki). ## Performance Performance is a key success criteria for the charting library. Performance is measured and has been improved for the following scenarios. -|**S No**| **Scenario** | **Lighthouse Score** | -|:------:|:------------------------------------------------: | :----------------------: | -| 1. | 1 LineChart of 1 series with 30,000 datapoints | 79.2 | -| 2. | 6 LineCharts of 1 series with 100 datapoints each | 98.8 | -| 3. | 18 LineCharts of 1 series with 5 datapoints | 98 | -| 4. | 50 Linecharts of 1 Series with 10 datapoints each | 89.6 | -| 5. | 1 Linechart of 2 series with 500 datapoints each | 98.6 | -| 6. |10 Linecharts of 1 series with 1000 datapoints each| 94.4 | -| 7. | 1 Areachart with 30,000 datapoints | 49 | -| 8. | 6 Areacharts of 1 series with 100 datapoints each | 95.4 | -| 9. |18 Areacharts of 1 series with 5 data points each | 96.8 | - -More details are covered in the wiki. + +
| S No | +Scenario | +Lighthouse Score | +
|---|---|---|
| 1. | +1 LineChart of 1 series with 30,000 datapoints | +79.2 | +
| 2. | +6 LineCharts of 1 series with 100 datapoints each | +98.8 | +
| 3. | +18 LineCharts of 1 series with 5 datapoints | +98 | +
| 4. | +50 Linecharts of 1 Series with 10 datapoints each | +89.6 | +
| 5. | +1 Linechart of 2 series with 500 datapoints each | +98.6 | +
| 6. | +10 Linecharts of 1 series with 1000 datapoints each | +94.4 | +
| 7. | +1 Areachart with 30,000 datapoints | +49 | +
| 8. | +6 Areacharts of 1 series with 100 datapoints each | +95.4 | +
| 9. | +18 Areacharts of 1 series with 5 data points each | +96.8 | +