juxscript 1.0.6 → 1.0.7
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 +3 -1
- package/lib/components/areachart.ts +1246 -0
- package/lib/components/areachartsmooth.ts +1380 -0
- package/lib/components/barchart.ts +16 -14
- package/lib/components/docs-data.json +764 -86
- package/lib/components/doughnutchart.ts +1191 -0
- package/lib/components/kpicard.ts +501 -0
- package/lib/jux.ts +25 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
```diff
|
|
5
|
-
- IF YOU ARE CURRENTLY USING THIS PACKAGE COOL! But it is still a little fragile.
|
|
5
|
+
- IF YOU ARE CURRENTLY USING THIS PACKAGE COOL! But it is still a little fragile.
|
|
6
|
+
- We are working on opening our repo to public and working on our documentation pages.
|
|
7
|
+
+ Stay tuned! For now, you will see our roadmap here!
|
|
6
8
|
|
|
7
9
|
```
|
|
8
10
|
- [X] Layouts (100% done.)
|