Skip to content

Commit 2702042

Browse files
authored
docs(charts): add deprecation notice (#8527)
1 parent f838c1b commit 2702042

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

.storybook/preview.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,10 @@ const preview: Preview = {
152152
'Layouts & Floorplans',
153153
'Modals & Popovers',
154154
'User Feedback',
155-
'Charts',
156-
['Docs'],
157155
'AI',
158156
['Docs'],
157+
'Charts',
158+
['Docs'],
159159
'Legacy Components',
160160
],
161161
},

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can find our documentation under the following links:
3434

3535
[![](https://badgen.net/npm/v/@ui5/webcomponents-react?icon=npm)](https://www.npmjs.com/package/@ui5/webcomponents-react)
3636

37-
- [@ui5/webcomponents-react-charts](https://github.com/UI5/webcomponents-react/tree/main/packages/charts) - Charts Package
37+
- [@ui5/webcomponents-react-charts](https://github.com/UI5/webcomponents-react/tree/main/packages/charts) - Charts Package (**[deprecated](https://github.com/UI5/webcomponents-react/tree/main/packages/charts#deprecation-notice)**)
3838

3939
[![](https://badgen.net/npm/v/@ui5/webcomponents-react-charts?icon=npm)](https://www.npmjs.com/package/@ui5/webcomponents-react-charts)
4040

packages/charts/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
Chart library built on top of [recharts](https://recharts.org/) for ui5-webcomponents-react.
44

5+
## Deprecation Notice
6+
7+
`@ui5/webcomponents-react-charts` will be discontinued with v3 of `@ui5/webcomponents-react`. The package will not receive updates beyond v2 maintenance.
8+
9+
### Why
10+
11+
This package is not backed by SAP global design or accessibility specifications and does not meet the quality and governance standards of the UI5 Web Components ecosystem. Capturing every aspect of a chart for assistive technologies is inherently complex, and without clear specifications to implement against, comprehensive accessibility support cannot be ensured within current maintenance capacity.
12+
13+
New implementations should not depend on this package. Existing consumers should plan for migration before the v3 release.
14+
15+
If you have questions or concerns, please raise them in the [deprecation announcement](https://github.com/UI5/webcomponents-react/discussions/8528).
16+
17+
### SAP Inner-Source alternative
18+
19+
If you have access to SAP-internal systems, a drop-in replacement is available [`here`](https://url.sap/ldfa34).
20+
521
## Installation
622

723
```bash

0 commit comments

Comments
 (0)