stz-chart-maker 2.4.2 → 2.4.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stz-chart-maker",
3
- "version": "2.4.2",
3
+ "version": "2.4.3",
4
4
  "description": "chartjs helper utils",
5
5
  "homepage": "https://stz-chart-maker.vercel.app",
6
6
  "keywords": [
package/CHANGELOG.md DELETED
@@ -1,253 +0,0 @@
1
- # Changelog
2
-
3
-
4
-
5
-
6
- ### [2.4.2] (2026-06-27)
7
- -feat : doughnut gauge method 추가
8
- -fix : Line Chart onClick 함수
9
-
10
- ### [2.4.1] (2026-06-25)
11
- -feat : doughnut gauge method 추가
12
-
13
- ### [2.4.0] (2026-06-25)
14
- -feat : Scatter setPointByValue , crosshair, plugins 추가
15
-
16
- ### [2.3.10] (2026-06-24)
17
- - feat : stzOnClick 함수를 만들어서 사용자가 기본 chartjs options.onClick 함수를 사용 시 세번째 인자로 차트 값도 사용 할 수 있도록 제공
18
-
19
- ### [2.3.7] (2026-06-11)
20
- -feat : zoom option을 plugin-native `limits` 구조로 정리하고 `zoomLimits` 하위 호환 유지
21
- -feat : `autoLimits: 'original' | 'data'` opt-in 지원 추가
22
-
23
- ### [2.3.6] (2026-06-08)
24
- -feat : dataset visibility, tooltip 제어 helper 추가 및 typedoc example 보강
25
-
26
- ### [2.3.5] (2026-06-08)
27
- -feat : chartId 또는 Chart 인스턴스를 받는 제어/export helper 추가
28
- -feat : dataset visibility, tooltip 제어 helper 추가 및 typedoc example 보강
29
- -feat : `_noDataText` 옵션으로 no-data 문구 커스터마이징 및 자동 noDataPlugin 활성화
30
- -feat : 전역 설정 `loading` 추가 (Cartesian 차트 대상)
31
-
32
- ### [2.3.4] (2026-06-08)
33
- -fix : 범례 관련 오류 수정
34
- -feat : 전역 설정 관련 줌, 툴팁 추가
35
-
36
- ### [2.3.3] (2026-06-05)
37
- - chore : README, typedoc 정리
38
- - fix : 범례 datasetindex 0 오류 수정
39
-
40
- ### [2.3.2] (2026-06-04)
41
- -feat : setTimeScale 메소드 추가
42
- -fix : default options 개선
43
-
44
- ### [2.3.1] (2026-06-04)
45
- -refactor : 타입 판별 로직을 `StzUtils` 기반으로 통일
46
- -refactor : 객체 판별 및 조건 분기 코드 정리
47
- -chore : README, 기본 옵션, 유틸리티, 래퍼 일부 정리
48
-
49
- ### [2.3.0] (2026-06-02)
50
- -feat : `clone()`, `copy()` 메서드 추가
51
- -refactor : plugins 관련 메서드 구조 정리
52
- -refactor : `coalesce` helper 도입으로 초기화 패턴 정리
53
- -refactor : `Chart`, `Cartesian`, `Arc`, `Treemap` 래퍼 내부 구조 정리
54
-
55
- ### [2.2.0] (2026-02-26)
56
- -refactor : isEmpty / !null 체크 기반 초기화 패턴을 `StzUtils` helper(`coalesce`) 기반으로 구조 개선
57
- -chore : 코드 정리 및 마이너 버전 업그레이드
58
-
59
- ### [2.1.1] (2026-02-26)
60
- -refactor : 코드 정리 및 document 타이틀 변경
61
- -refactor : 각 클래스 역할 분할
62
-
63
- ### [2.1.0] (2026-02-24)
64
- -refactor : 파일명 및 구조 변경
65
-
66
- ### [2.0.4] (2026-02-03)
67
- -refactor : 폴더명 변경
68
- -refactor : `stzutil-js` 마이그레이션 (3)
69
-
70
- ### [2.0.3] (2026-02-01)
71
- -refactor : `stzutil-js` 마이그레이션 (2)
72
-
73
- ### [2.0.2] (2026-01-23)
74
- -feat : streaming method 추가
75
- -refactor : `StzUtils` 마이그레이션 (점진 적용)
76
-
77
- ### [2.0.1] (2026-01-23)
78
- -fix : 기존 `StzUtils` 마이그레이션 방식 보정 (점진적 적용으로 변경)
79
-
80
- ### [2.0.0] (2026-01-23)
81
- -refactor : `StzUtils` 기반으로 유틸리티 의존성 전환
82
-
83
- ### [1.7.1] (2026-01-15)
84
- -fix : `DeepPartial` 관련 오류 수정
85
- -refactor : 유틸 관련 코드 정리
86
-
87
- ### [1.6.15] (2025-12-30)
88
- -fix : 에러 수정
89
-
90
- ### [1.6.14] (2025-12-30)
91
- -fix : 에러 수정
92
-
93
- ### [1.6.13] (2025-12-30)
94
- -fix : 안정화 패치 반영
95
-
96
- ### [1.6.12] (2025-12-30)
97
- -fix : 안정화 패치 반영
98
-
99
- ### [1.6.11] (2025-12-30)
100
- -fix : 안정화 패치 반영
101
-
102
- ### [1.6.10] (2025-12-30)
103
- -refactor : 유틸 의존성 변경 반영
104
- -feat : icons 및 간트 차트용 플러그인 추가
105
-
106
- ### [1.6.9] (2025-12-07)
107
- -fix : custom plugin error 수정
108
-
109
- ### [1.6.8] (2025-12-07)
110
- -feat : icons, custom plugin 추가
111
-
112
- ### [1.6.7] (2025-12-07)
113
- -fix : `backgroundColor`, `borderColor` 속성 오류 수정
114
-
115
- ### [1.6.6] (2025-12-07)
116
- -feat : `addData`, `setData`, `getData` 메서드 업데이트
117
- -feat : `setPlugin` 인자를 객체 하나에서 배열까지 받을 수 있도록 확장
118
-
119
- ### [1.6.5] (2025-11-25)
120
- -fix : treeMapChart 오류 수정
121
-
122
- ### [1.6.4] (2025-11-25)
123
- -feat : `CartesianChartWrapper` method update
124
- -fix : `ChartMountPlugin` 관점 분리
125
-
126
- ### [1.6.3] (2025-11-24)
127
- -feat : `ganttChart()` method 추가
128
-
129
- ### [1.6.2] (2025-11-24)
130
- -fix : `segmentImagePlugin` 변경에 따른 `ArcChartWrapper _group` error 수정
131
-
132
- ### [1.6.1] (2025-11-24)
133
- -fix : `ArcChartWrapper chartMountPlugin` error fix
134
-
135
- ### [1.6.0] (2025-11-24)
136
- -feat : `TreemapChartWrapper` 추가
137
-
138
- ### [1.5.2] (2025-11-22)
139
- -feat : `segmentImage` method 추가
140
-
141
- ### [1.5.1] (2025-11-17)
142
- -feat : chart image export function 추가
143
-
144
- ### [1.5.0] (2025-11-16)
145
- -fix : `configLoader.ts` 수정
146
- -feat : `PieChartWrapper` 추가
147
-
148
- ### [1.4.1] (2025-11-09)
149
- -fix : `Cannot access 'ChartWrapper' before initialization` 오류 수정
150
- -fix : `configLoader.ts`에서 직접 import 하도록 변경
151
-
152
- ### [1.4.0] (2025-11-09)
153
- -feat : 설정파일 기능 확장 (`CHART_COLOR`, `autoRegister` 옵션 추가)
154
- -fix : `commonTypes` 가독성 문제로 인한 분리
155
-
156
- ### [1.3.3] (2025-11-08)
157
- -feat : `stz.config.js` 설정파일 적용 기능 추가
158
-
159
- ### [1.3.1] (2025-11-03)
160
- -feat : `chartData` 관련 accessor 추가
161
- -feat : 각종 커스텀 데이터셋 키 추가
162
-
163
- ### [1.3.0] (2025-11-02)
164
- -feat : `ErrorShield` 클래스 추가
165
- -feat : 커스텀 에러 핸들링 기능 구현
166
-
167
- ### [1.2.6] (2025-11-01)
168
- -fix : README 오타 수정
169
- -feat : sparkline 차트 클래스 추가
170
-
171
- ### [1.2.5] (2025-10-25)
172
- -feat : `ChartWrapper` class `setTitle`, `setLegend` 추가
173
- -feat : `CartesianChart` class `setBackgroundColor`, `setGrid` 추가
174
- -feat : `Doughnut` `setCenterText` 추가
175
-
176
- ### [1.2.2 ~ 1.2.4] (2025-10-19)
177
- -docs : README 변경
178
-
179
- ### [1.2.1] (2025-10-19)
180
- -fix : 라인 차트 오타 수정
181
- -feat : bar 차트 `sparkBar` 옵션 및 메서드 추가
182
- -feat : `Bubble` 클래스 추가
183
- -feat : `CustomError.shield` 추가
184
-
185
- ### [1.1.1] (2025-09-30)
186
- -fix : 1.1.1 릴리즈 패치 반영
187
-
188
- ### [1.1.0] (2025-10-10)
189
- -feat : `Doughnut` 차트 클래스 추가
190
- -fix : 각 클래스가 상속받는 interface 수정
191
-
192
- ### [1.0.20] (2025-10-09)
193
- -feat : `ArcChartWrapper` (`pie`, `doughnut`) 추가
194
- -chore : keyword 정리
195
-
196
- ### [1.0.18] (2025-09-22)
197
- -feat : `RadialChartWrapper` 추가
198
- -feat : `CartesianChartWrapper` 메서드 추가 및 dataset uid 보강
199
- -docs : typedoc 정리
200
-
201
- ### [1.0.17] (2025-09-17)
202
- -feat : `onResize` 메서드 추가 및 option 변경
203
- -refactor : `ChartFactory.create`, `LineChartWrapper` 메서드 구조 수정
204
- -fix : 오류 수정
205
-
206
- ### [1.0.16] (2025-09-12)
207
- -refactor : `build` 프록시 반환 구조 변경에 따른 추상 메서드 전환
208
-
209
- ### [1.0.15] (2025-09-11)
210
- -fix : 타입 수정
211
-
212
- ### [1.0.14] (2025-09-11)
213
- -fix : ESLint 에러 수정
214
-
215
- ### [1.0.13] (2025-09-11)
216
- -fix : ESLint 에러 수정
217
-
218
- ### [1.0.12] (2025-09-11)
219
- -fix : ESLint 에러 수정
220
-
221
- ### [1.0.11] (2025-09-11)
222
- -fix : ESLint 에러 수정
223
-
224
- ### [1.0.10] (2025-09-11)
225
- -docs : README 정리
226
- -fix : ESLint 에러 수정
227
-
228
- ### [1.0.9] (2025-09-11)
229
- -docs : README 테스트/정리
230
-
231
- ### [1.0.8] (2025-09-11)
232
- -docs : README 정리
233
-
234
- ### [1.0.7] (2025-09-11)
235
- -docs : README 정리
236
-
237
- ### [1.0.6] (2025-09-11)
238
- -docs : README 정리
239
-
240
- ### [1.0.5] (2025-09-11)
241
- -build : rollup 옵션 수정
242
-
243
- ### [1.0.4] (2025-09-11)
244
- -docs : README 정리
245
-
246
- ### [1.0.3] (2025-09-11)
247
- -docs : vercel에 typedoc 호스팅
248
-
249
- ### [1.0.2] (2025-09-11)
250
- -chore : 1.0.2 릴리즈
251
-
252
- ### [1.0.1] (2025-09-11)
253
- -chore : 1.0.1 초기 릴리즈