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