@carbon/charts-react 1.19.2 → 1.20.0

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.
package/README.md CHANGED
@@ -1,7 +1,21 @@
1
- # Carbon Charts React
2
-
3
- Carbon Charts React is a thin React wrapper around the vanilla JavaScript `@carbon/charts` component
4
- library.
1
+ <p align="center">
2
+ <a href="https://charts.carbondesignsystem.com/">
3
+ <img src="../../assets/dashboard.png" alt="Carbon Charts" />
4
+ </a>
5
+ <h3 align="center">Carbon Charts React</h3>
6
+ <p align="center">
7
+ A component library of 26 charts for React.
8
+ <br /><br />
9
+ <a href="https://www.npmjs.com/package/@carbon/charts">
10
+ <img src="https://img.shields.io/npm/v/@carbon/charts.svg" />
11
+ </a>
12
+ <img alt="semantic-versioning" src="https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--ver-e10079.svg" />
13
+ <img alt="semantic-versioning" src="https://img.shields.io/badge/downloads-+60k%2Fweek-green" />
14
+ <a href="https://discord.gg/J7JEUEkTRX">
15
+ <img src="https://img.shields.io/discord/689212587170201628?color=5865F2" alt="Chat with us on Discord">
16
+ </a>
17
+ </p>
18
+ </p>
5
19
 
6
20
  **[Documentation with StackBlitz examples](https://charts.carbondesignsystem.com/)**
7
21