@sproutsocial/seeds-react-data-viz 0.1.0 → 0.2.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 +1 -1
- package/dist/esm/index.css +1006 -0
- package/dist/esm/index.css.map +1 -0
- package/dist/esm/index.js +2889 -425
- package/dist/esm/index.js.map +1 -1
- package/dist/index.css +1006 -0
- package/dist/index.css.map +1 -0
- package/dist/index.d.mts +203 -49
- package/dist/index.d.ts +203 -49
- package/dist/index.js +2847 -395
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @sproutsocial/data-viz
|
|
2
2
|
|
|
3
|
-
This package represents the code pillar of
|
|
3
|
+
This package represents the code pillar of Seeds Data Viz, which contains components, constants, hooks, styles, and helper functions that can be used to graphically display data. It is built on top of [Highcharts](https://www.highcharts.com/) and [Seeds](https://seeds.sproutsocial.com/components/).
|
|
4
4
|
|
|
5
5
|
## Components
|
|
6
6
|
|