You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -4,7 +4,7 @@ import { Meta } from '@storybook/addon-docs';
4
4
5
5
## Overview
6
6
7
-
Fluent UI React charts is a set of modern, accessible, interactive, lightweight and highly customizable visualization library representing the Microsoft design system. The charts are used across 100+ projects inside Microsoft including Microsoft 365 and Azure.
7
+
Fluent UI React charts is a set of modern, accessible, interactive, lightweight and highly customizable visualization library representing the Microsoft design system. These charts are used across 100s of projects inside Microsoft across Microsoft 365, Copilot and Azure.
8
8
9
9
The library is built using D3 (Data Driven Documents) and fluent v9 design system.
10
10
@@ -15,46 +15,189 @@ To get started with the charts package in your project:
15
15
1. Install the desired package using `npm` or `yarn`:
16
16
17
17
```
18
-
npm install @fluentui/react-charts-preview
18
+
npm install @fluentui/react-charts
19
19
```
20
20
21
21
or
22
22
23
23
```
24
-
yarn add @fluentui/react-charts-preview
24
+
yarn add @fluentui/react-charts
25
25
```
26
26
27
27
2.ImportandusethechartsinyourReactapplication.
28
28
29
-
3. Refer to the individual chart documentation for detailed usage instructions and examples.
29
+
3. Refer to the individual chart examples for detailed usage instructions and examples.
Follow [this](https://react.fluentui.dev/?path=/docs/concepts-migration-from-v8-components-charts-migration--docs) guide to use v8 charts in fluent v9 till v9 charts are released.
30
171
31
172
## Contact
32
173
33
174
The charting project is actively funded by a small feature team. The team responds within 1-2 business days for any queries or doubts.
34
175
You can reach out to the charting team by tagging `@microsoft/charting-team` in [discussion](https://github.com/microsoft/fluentui/discussions) items.
35
176
36
-
You could also create issues under the [charting](https://github.com/microsoft/fluentui/labels/Package:%20charting) tag.
177
+
You could also create issues using the [charting](https://github.com/microsoft/fluentui/issues/new?template=03-react-charting-bug-report.yml) template.
Join our [discord server](https://aka.ms/FluentCharting/discord) for realtime conversation and schedule to our regular office hours.
195
+
Join our [discord server](https://aka.ms/FluentCharting/discord) for realtime conversation and schedule to our office hours.
196
+
197
+
Figma designs - Contact us for details.
55
198
56
199
## Accessibility
57
200
58
-
Our charts have elaborate accessibility support. The charts are WCAG 2.1 MAS C compliant for accessibility.
201
+
Our charts are among the very few charting solutions providing elaborate accessibility support. The charts are WCAG 2.1 MAS C compliant for accessibility.
59
202
60
-
More details are covered in the [wiki](https://aka.ms/fluentChartingWiki).
203
+
More details are covered in the [wiki](https://microsoft.github.io/fluentui-charting-contrib/docs/Accessibility).
0 commit comments