stz-chart-maker 2.3.10 → 2.4.1

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 CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
 
4
4
 
5
+
6
+ ### [2.4.1] (2026-06-25)
7
+ -feat : doughnut gauge method 추가
8
+
9
+ ### [2.4.0] (2026-06-25)
10
+ -feat : Scatter setPointByValue , crosshair, plugins 추가
11
+
12
+ ### [2.3.10] (2026-06-24)
13
+ - feat : stzOnClick 함수를 만들어서 사용자가 기본 chartjs options.onClick 함수를 사용 시 세번째 인자로 차트 값도 사용 할 수 있도록 제공
14
+
5
15
  ### [2.3.7] (2026-06-11)
6
16
  -feat : zoom option을 plugin-native `limits` 구조로 정리하고 `zoomLimits` 하위 호환 유지
7
17
  -feat : `autoLimits: 'original' | 'data'` opt-in 지원 추가