@carbon/charts-react 1.11.8 → 1.11.10
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 +1 -1
- package/dist/index.js +22 -22
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2994 -2996
- package/dist/index.mjs.map +1 -1
- package/package.json +24 -24
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Carbon Charts React
|
|
2
2
|
|
|
3
|
-
Carbon Charts React is a thin React wrapper around the vanilla
|
|
3
|
+
Carbon Charts React is a thin React wrapper around the vanilla JavaScript `@carbon/charts` component library. The charts are based on D3.js, a peer dependency.
|
|
4
4
|
|
|
5
5
|
The required styles should be imported from `@carbon/charts-react/styles.css` and `@carbon/styles/css/styles.css`. Additional documentation is provided in the Storybook demos.
|
|
6
6
|
|