stz-chart-maker 1.2.1 → 1.2.3

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,17 +1,17 @@
1
-
1
+ <div>
2
2
  # stz-chart-maker
3
-
4
- Chart.js 기반의 차트 생성 도구
5
3
 
6
- ## using npm :
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
- ## api Docs
12
- [📚 API 문서](https://stz-chart-maker.vercel.app)
11
+ ## api Docs
12
+ [📚 API 문서](https://stz-chart-maker.vercel.app)
13
13
 
14
- # example
14
+ # example
15
15
  ```JSX
16
16
  const chartConfig = ChartWrapper
17
17
  .create('bar', data.labels , data.datasets, {})
@@ -40,3 +40,4 @@ const chart = ChartWrapper
40
40
 
41
41
  <Chart {...chart} />;
42
42
  ```
43
+ </div>