stz-chart-maker 2.4.1 → 2.4.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/CHANGELOG.md +5 -1
- package/dist/index.mjs +4760 -4700
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,8 +3,12 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
+
### [2.4.2] (2026-06-27)
|
|
7
|
+
-feat : doughnut gauge method 추가
|
|
8
|
+
-fix : Line Chart onClick 함수
|
|
9
|
+
|
|
6
10
|
### [2.4.1] (2026-06-25)
|
|
7
|
-
-feat : doughnut gauge method 추가
|
|
11
|
+
-feat : doughnut gauge method 추가
|
|
8
12
|
|
|
9
13
|
### [2.4.0] (2026-06-25)
|
|
10
14
|
-feat : Scatter setPointByValue , crosshair, plugins 추가
|