@ui5/webcomponents-react-charts
TypeScript icon, indicating that this package has built-in type declarations

2.11.1 • Public • Published

@ui5/webcomponents-react-charts

Chart library built on top of recharts for ui5-webcomponents-react.

Installation

npm install @ui5/webcomponents-react-charts

Accessibility

Charts only offer limited accessibility support with only basic built-in features, so it’s essential to ensure your implementation meets the accessibility standards of your application.

React 19 support

To use this library with React 19 you have to override your react-is version to match your React version!

  • npm:

      "overrides": {
        "react-is": "19.1.0"
      },
  • yarn

      "resolutions": {
        "react-is": "19.1.0"
      },

Static CSS

If you’ve enabled staticCSSInjected on the ThemeProvider component (learn more here), make sure to also import the charts stylesheet. Otherwise, charts won’t be rendered correctly.

import '@ui5/webcomponents-react-charts/styles.css';

Documentation

You can find an interactive documentation in our Storybook.

Contribute

Please check our Contribution Guidelines.

License

Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.

Readme

Keywords

none

Package Sidebar

Install

npm i @ui5/webcomponents-react-charts

Weekly Downloads

10,262

Version

2.11.1

License

Apache-2.0

Unpacked Size

333 kB

Total Files

139

Last publish

Collaborators

  • vbersch
  • marcusnotheis
  • lukas742