stz-chart-maker 1.2.1 → 1.2.2
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 +7 -7
- package/dist/index.js +1634 -1625
- package/package.json +2 -2
- package/assets/icon.svg +0 -27
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
2
|
# stz-chart-maker
|
|
3
|
-
|
|
4
|
-
Chart.js 기반의 차트 생성 도구
|
|
5
3
|
|
|
6
|
-
|
|
4
|
+
Chart.js 기반의 차트 생성 도구
|
|
5
|
+
|
|
6
|
+
## using npm :
|
|
7
7
|
```bash
|
|
8
8
|
npm install stz-chart-maker
|
|
9
9
|
npm install -D stz-chart-maker
|
|
10
10
|
```
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
## api Docs
|
|
12
|
+
[📚 API 문서](https://stz-chart-maker.vercel.app)
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
# example
|
|
15
15
|
```JSX
|
|
16
16
|
const chartConfig = ChartWrapper
|
|
17
17
|
.create('bar', data.labels , data.datasets, {})
|