stz-chart-maker 2.3.8 → 2.3.10
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 +239 -0
- package/dist/index.d.ts +31 -2
- package/dist/index.mjs +4707 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +11 -10
- package/dist/index.js +0 -4607
- package/dist/index.js.map +0 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,239 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
### [2.3.7] (2026-06-11)
|
|
6
|
+
-feat : zoom option을 plugin-native `limits` 구조로 정리하고 `zoomLimits` 하위 호환 유지
|
|
7
|
+
-feat : `autoLimits: 'original' | 'data'` opt-in 지원 추가
|
|
8
|
+
|
|
9
|
+
### [2.3.6] (2026-06-08)
|
|
10
|
+
-feat : dataset visibility, tooltip 제어 helper 추가 및 typedoc example 보강
|
|
11
|
+
|
|
12
|
+
### [2.3.5] (2026-06-08)
|
|
13
|
+
-feat : chartId 또는 Chart 인스턴스를 받는 제어/export helper 추가
|
|
14
|
+
-feat : dataset visibility, tooltip 제어 helper 추가 및 typedoc example 보강
|
|
15
|
+
-feat : `_noDataText` 옵션으로 no-data 문구 커스터마이징 및 자동 noDataPlugin 활성화
|
|
16
|
+
-feat : 전역 설정 `loading` 추가 (Cartesian 차트 대상)
|
|
17
|
+
|
|
18
|
+
### [2.3.4] (2026-06-08)
|
|
19
|
+
-fix : 범례 관련 오류 수정
|
|
20
|
+
-feat : 전역 설정 관련 줌, 툴팁 추가
|
|
21
|
+
|
|
22
|
+
### [2.3.3] (2026-06-05)
|
|
23
|
+
- chore : README, typedoc 정리
|
|
24
|
+
- fix : 범례 datasetindex 0 오류 수정
|
|
25
|
+
|
|
26
|
+
### [2.3.2] (2026-06-04)
|
|
27
|
+
-feat : setTimeScale 메소드 추가
|
|
28
|
+
-fix : default options 개선
|
|
29
|
+
|
|
30
|
+
### [2.3.1] (2026-06-04)
|
|
31
|
+
-refactor : 타입 판별 로직을 `StzUtils` 기반으로 통일
|
|
32
|
+
-refactor : 객체 판별 및 조건 분기 코드 정리
|
|
33
|
+
-chore : README, 기본 옵션, 유틸리티, 래퍼 일부 정리
|
|
34
|
+
|
|
35
|
+
### [2.3.0] (2026-06-02)
|
|
36
|
+
-feat : `clone()`, `copy()` 메서드 추가
|
|
37
|
+
-refactor : plugins 관련 메서드 구조 정리
|
|
38
|
+
-refactor : `coalesce` helper 도입으로 초기화 패턴 정리
|
|
39
|
+
-refactor : `Chart`, `Cartesian`, `Arc`, `Treemap` 래퍼 내부 구조 정리
|
|
40
|
+
|
|
41
|
+
### [2.2.0] (2026-02-26)
|
|
42
|
+
-refactor : isEmpty / !null 체크 기반 초기화 패턴을 `StzUtils` helper(`coalesce`) 기반으로 구조 개선
|
|
43
|
+
-chore : 코드 정리 및 마이너 버전 업그레이드
|
|
44
|
+
|
|
45
|
+
### [2.1.1] (2026-02-26)
|
|
46
|
+
-refactor : 코드 정리 및 document 타이틀 변경
|
|
47
|
+
-refactor : 각 클래스 역할 분할
|
|
48
|
+
|
|
49
|
+
### [2.1.0] (2026-02-24)
|
|
50
|
+
-refactor : 파일명 및 구조 변경
|
|
51
|
+
|
|
52
|
+
### [2.0.4] (2026-02-03)
|
|
53
|
+
-refactor : 폴더명 변경
|
|
54
|
+
-refactor : `stzutil-js` 마이그레이션 (3)
|
|
55
|
+
|
|
56
|
+
### [2.0.3] (2026-02-01)
|
|
57
|
+
-refactor : `stzutil-js` 마이그레이션 (2)
|
|
58
|
+
|
|
59
|
+
### [2.0.2] (2026-01-23)
|
|
60
|
+
-feat : streaming method 추가
|
|
61
|
+
-refactor : `StzUtils` 마이그레이션 (점진 적용)
|
|
62
|
+
|
|
63
|
+
### [2.0.1] (2026-01-23)
|
|
64
|
+
-fix : 기존 `StzUtils` 마이그레이션 방식 보정 (점진적 적용으로 변경)
|
|
65
|
+
|
|
66
|
+
### [2.0.0] (2026-01-23)
|
|
67
|
+
-refactor : `StzUtils` 기반으로 유틸리티 의존성 전환
|
|
68
|
+
|
|
69
|
+
### [1.7.1] (2026-01-15)
|
|
70
|
+
-fix : `DeepPartial` 관련 오류 수정
|
|
71
|
+
-refactor : 유틸 관련 코드 정리
|
|
72
|
+
|
|
73
|
+
### [1.6.15] (2025-12-30)
|
|
74
|
+
-fix : 에러 수정
|
|
75
|
+
|
|
76
|
+
### [1.6.14] (2025-12-30)
|
|
77
|
+
-fix : 에러 수정
|
|
78
|
+
|
|
79
|
+
### [1.6.13] (2025-12-30)
|
|
80
|
+
-fix : 안정화 패치 반영
|
|
81
|
+
|
|
82
|
+
### [1.6.12] (2025-12-30)
|
|
83
|
+
-fix : 안정화 패치 반영
|
|
84
|
+
|
|
85
|
+
### [1.6.11] (2025-12-30)
|
|
86
|
+
-fix : 안정화 패치 반영
|
|
87
|
+
|
|
88
|
+
### [1.6.10] (2025-12-30)
|
|
89
|
+
-refactor : 유틸 의존성 변경 반영
|
|
90
|
+
-feat : icons 및 간트 차트용 플러그인 추가
|
|
91
|
+
|
|
92
|
+
### [1.6.9] (2025-12-07)
|
|
93
|
+
-fix : custom plugin error 수정
|
|
94
|
+
|
|
95
|
+
### [1.6.8] (2025-12-07)
|
|
96
|
+
-feat : icons, custom plugin 추가
|
|
97
|
+
|
|
98
|
+
### [1.6.7] (2025-12-07)
|
|
99
|
+
-fix : `backgroundColor`, `borderColor` 속성 오류 수정
|
|
100
|
+
|
|
101
|
+
### [1.6.6] (2025-12-07)
|
|
102
|
+
-feat : `addData`, `setData`, `getData` 메서드 업데이트
|
|
103
|
+
-feat : `setPlugin` 인자를 객체 하나에서 배열까지 받을 수 있도록 확장
|
|
104
|
+
|
|
105
|
+
### [1.6.5] (2025-11-25)
|
|
106
|
+
-fix : treeMapChart 오류 수정
|
|
107
|
+
|
|
108
|
+
### [1.6.4] (2025-11-25)
|
|
109
|
+
-feat : `CartesianChartWrapper` method update
|
|
110
|
+
-fix : `ChartMountPlugin` 관점 분리
|
|
111
|
+
|
|
112
|
+
### [1.6.3] (2025-11-24)
|
|
113
|
+
-feat : `ganttChart()` method 추가
|
|
114
|
+
|
|
115
|
+
### [1.6.2] (2025-11-24)
|
|
116
|
+
-fix : `segmentImagePlugin` 변경에 따른 `ArcChartWrapper _group` error 수정
|
|
117
|
+
|
|
118
|
+
### [1.6.1] (2025-11-24)
|
|
119
|
+
-fix : `ArcChartWrapper chartMountPlugin` error fix
|
|
120
|
+
|
|
121
|
+
### [1.6.0] (2025-11-24)
|
|
122
|
+
-feat : `TreemapChartWrapper` 추가
|
|
123
|
+
|
|
124
|
+
### [1.5.2] (2025-11-22)
|
|
125
|
+
-feat : `segmentImage` method 추가
|
|
126
|
+
|
|
127
|
+
### [1.5.1] (2025-11-17)
|
|
128
|
+
-feat : chart image export function 추가
|
|
129
|
+
|
|
130
|
+
### [1.5.0] (2025-11-16)
|
|
131
|
+
-fix : `configLoader.ts` 수정
|
|
132
|
+
-feat : `PieChartWrapper` 추가
|
|
133
|
+
|
|
134
|
+
### [1.4.1] (2025-11-09)
|
|
135
|
+
-fix : `Cannot access 'ChartWrapper' before initialization` 오류 수정
|
|
136
|
+
-fix : `configLoader.ts`에서 직접 import 하도록 변경
|
|
137
|
+
|
|
138
|
+
### [1.4.0] (2025-11-09)
|
|
139
|
+
-feat : 설정파일 기능 확장 (`CHART_COLOR`, `autoRegister` 옵션 추가)
|
|
140
|
+
-fix : `commonTypes` 가독성 문제로 인한 분리
|
|
141
|
+
|
|
142
|
+
### [1.3.3] (2025-11-08)
|
|
143
|
+
-feat : `stz.config.js` 설정파일 적용 기능 추가
|
|
144
|
+
|
|
145
|
+
### [1.3.1] (2025-11-03)
|
|
146
|
+
-feat : `chartData` 관련 accessor 추가
|
|
147
|
+
-feat : 각종 커스텀 데이터셋 키 추가
|
|
148
|
+
|
|
149
|
+
### [1.3.0] (2025-11-02)
|
|
150
|
+
-feat : `ErrorShield` 클래스 추가
|
|
151
|
+
-feat : 커스텀 에러 핸들링 기능 구현
|
|
152
|
+
|
|
153
|
+
### [1.2.6] (2025-11-01)
|
|
154
|
+
-fix : README 오타 수정
|
|
155
|
+
-feat : sparkline 차트 클래스 추가
|
|
156
|
+
|
|
157
|
+
### [1.2.5] (2025-10-25)
|
|
158
|
+
-feat : `ChartWrapper` class `setTitle`, `setLegend` 추가
|
|
159
|
+
-feat : `CartesianChart` class `setBackgroundColor`, `setGrid` 추가
|
|
160
|
+
-feat : `Doughnut` `setCenterText` 추가
|
|
161
|
+
|
|
162
|
+
### [1.2.2 ~ 1.2.4] (2025-10-19)
|
|
163
|
+
-docs : README 변경
|
|
164
|
+
|
|
165
|
+
### [1.2.1] (2025-10-19)
|
|
166
|
+
-fix : 라인 차트 오타 수정
|
|
167
|
+
-feat : bar 차트 `sparkBar` 옵션 및 메서드 추가
|
|
168
|
+
-feat : `Bubble` 클래스 추가
|
|
169
|
+
-feat : `CustomError.shield` 추가
|
|
170
|
+
|
|
171
|
+
### [1.1.1] (2025-09-30)
|
|
172
|
+
-fix : 1.1.1 릴리즈 패치 반영
|
|
173
|
+
|
|
174
|
+
### [1.1.0] (2025-10-10)
|
|
175
|
+
-feat : `Doughnut` 차트 클래스 추가
|
|
176
|
+
-fix : 각 클래스가 상속받는 interface 수정
|
|
177
|
+
|
|
178
|
+
### [1.0.20] (2025-10-09)
|
|
179
|
+
-feat : `ArcChartWrapper` (`pie`, `doughnut`) 추가
|
|
180
|
+
-chore : keyword 정리
|
|
181
|
+
|
|
182
|
+
### [1.0.18] (2025-09-22)
|
|
183
|
+
-feat : `RadialChartWrapper` 추가
|
|
184
|
+
-feat : `CartesianChartWrapper` 메서드 추가 및 dataset uid 보강
|
|
185
|
+
-docs : typedoc 정리
|
|
186
|
+
|
|
187
|
+
### [1.0.17] (2025-09-17)
|
|
188
|
+
-feat : `onResize` 메서드 추가 및 option 변경
|
|
189
|
+
-refactor : `ChartFactory.create`, `LineChartWrapper` 메서드 구조 수정
|
|
190
|
+
-fix : 오류 수정
|
|
191
|
+
|
|
192
|
+
### [1.0.16] (2025-09-12)
|
|
193
|
+
-refactor : `build` 프록시 반환 구조 변경에 따른 추상 메서드 전환
|
|
194
|
+
|
|
195
|
+
### [1.0.15] (2025-09-11)
|
|
196
|
+
-fix : 타입 수정
|
|
197
|
+
|
|
198
|
+
### [1.0.14] (2025-09-11)
|
|
199
|
+
-fix : ESLint 에러 수정
|
|
200
|
+
|
|
201
|
+
### [1.0.13] (2025-09-11)
|
|
202
|
+
-fix : ESLint 에러 수정
|
|
203
|
+
|
|
204
|
+
### [1.0.12] (2025-09-11)
|
|
205
|
+
-fix : ESLint 에러 수정
|
|
206
|
+
|
|
207
|
+
### [1.0.11] (2025-09-11)
|
|
208
|
+
-fix : ESLint 에러 수정
|
|
209
|
+
|
|
210
|
+
### [1.0.10] (2025-09-11)
|
|
211
|
+
-docs : README 정리
|
|
212
|
+
-fix : ESLint 에러 수정
|
|
213
|
+
|
|
214
|
+
### [1.0.9] (2025-09-11)
|
|
215
|
+
-docs : README 테스트/정리
|
|
216
|
+
|
|
217
|
+
### [1.0.8] (2025-09-11)
|
|
218
|
+
-docs : README 정리
|
|
219
|
+
|
|
220
|
+
### [1.0.7] (2025-09-11)
|
|
221
|
+
-docs : README 정리
|
|
222
|
+
|
|
223
|
+
### [1.0.6] (2025-09-11)
|
|
224
|
+
-docs : README 정리
|
|
225
|
+
|
|
226
|
+
### [1.0.5] (2025-09-11)
|
|
227
|
+
-build : rollup 옵션 수정
|
|
228
|
+
|
|
229
|
+
### [1.0.4] (2025-09-11)
|
|
230
|
+
-docs : README 정리
|
|
231
|
+
|
|
232
|
+
### [1.0.3] (2025-09-11)
|
|
233
|
+
-docs : vercel에 typedoc 호스팅
|
|
234
|
+
|
|
235
|
+
### [1.0.2] (2025-09-11)
|
|
236
|
+
-chore : 1.0.2 릴리즈
|
|
237
|
+
|
|
238
|
+
### [1.0.1] (2025-09-11)
|
|
239
|
+
-chore : 1.0.1 초기 릴리즈
|
package/dist/index.d.ts
CHANGED
|
@@ -614,6 +614,31 @@ type CustomTreemapChartOptions = CustomChartOptions<'treemap'> & {
|
|
|
614
614
|
scales?: never;
|
|
615
615
|
};
|
|
616
616
|
type Constructor<TType extends ChartType, TInstance> = new (type: TType, labels: (string | number)[], datasets: any[], options?: CustomChartOptions<TType>, plugins?: []) => TInstance;
|
|
617
|
+
interface StzClickItem {
|
|
618
|
+
datasetIndex: number;
|
|
619
|
+
dataIndex: number;
|
|
620
|
+
datasetLabel?: string;
|
|
621
|
+
datasetUid?: string;
|
|
622
|
+
label?: string | number | unknown;
|
|
623
|
+
raw: unknown;
|
|
624
|
+
value: unknown;
|
|
625
|
+
x?: unknown;
|
|
626
|
+
y?: unknown;
|
|
627
|
+
radius?: number;
|
|
628
|
+
}
|
|
629
|
+
interface StzClickContext<TType extends ChartType> {
|
|
630
|
+
chart: Chart$1<TType>;
|
|
631
|
+
chartType?: TType;
|
|
632
|
+
primary?: StzClickItem;
|
|
633
|
+
items: StzClickItem[];
|
|
634
|
+
pointer: {
|
|
635
|
+
canvasX: number | null;
|
|
636
|
+
canvasY: number | null;
|
|
637
|
+
xValue?: unknown;
|
|
638
|
+
yValue?: unknown;
|
|
639
|
+
};
|
|
640
|
+
}
|
|
641
|
+
type StzClickHandler<TType extends ChartType> = (this: Chart$1<TType>, event: ChartEvent, elements: ActiveElement[], context: StzClickContext<TType>) => void;
|
|
617
642
|
|
|
618
643
|
/**
|
|
619
644
|
* ═════════════════════════════════════════════════════════════
|
|
@@ -846,13 +871,16 @@ type Types_SpinnerOverlayOption = SpinnerOverlayOption;
|
|
|
846
871
|
type Types_SpinnerOverlayRenderContext = SpinnerOverlayRenderContext;
|
|
847
872
|
type Types_SpinnerOverlaySpinnerContent = SpinnerOverlaySpinnerContent;
|
|
848
873
|
type Types_SpinnerOverlayStyle = SpinnerOverlayStyle;
|
|
874
|
+
type Types_StzClickContext<TType extends ChartType> = StzClickContext<TType>;
|
|
875
|
+
type Types_StzClickHandler<TType extends ChartType> = StzClickHandler<TType>;
|
|
876
|
+
type Types_StzClickItem = StzClickItem;
|
|
849
877
|
type Types_TimeScaleConfig = TimeScaleConfig;
|
|
850
878
|
type Types_TimeScaleType = TimeScaleType;
|
|
851
879
|
type Types_TimeUnit = TimeUnit;
|
|
852
880
|
type Types_TreemapChartBuilder = TreemapChartBuilder;
|
|
853
881
|
type Types_UidImageMapping = UidImageMapping;
|
|
854
882
|
declare namespace Types {
|
|
855
|
-
export type { Types_Align as Align, Types_ArcChartBuilder as ArcChartBuilder, Types_ArcChartType as ArcChartType, Types_ArcDataset as ArcDataset, Types_BarChartBuilder as BarChartBuilder, Types_BubbleChartBuilder as BubbleChartBuilder, Types_CartesianChartBuilder as CartesianChartBuilder, Types_CartesianChartType as CartesianChartType, Types_CartesianDataset as CartesianDataset, Types_ChartBuilder as ChartBuilder, Types_Color as Color, Types_CommonAxes as CommonAxes, Types_CommonAxesSacels as CommonAxesSacels, Types_CommonCartesian as CommonCartesian, Types_CommonCartesianAxes as CommonCartesianAxes, Types_CommonCartesianLegendConfig as CommonCartesianLegendConfig, Types_CommonCartesianTicks as CommonCartesianTicks, Types_CommonCartesianTitleConfig as CommonCartesianTitleConfig, Types_CommonTicks as CommonTicks, Types_Constructor as Constructor, Types_CustomArcChartOptions as CustomArcChartOptions, Types_CustomBarChartOptions as CustomBarChartOptions, Types_CustomBubbleChartOptions as CustomBubbleChartOptions, Types_CustomCartesianDataset as CustomCartesianDataset, Types_CustomChartDatasets as CustomChartDatasets, Types_CustomChartOptions as CustomChartOptions, Types_CustomDoughnutChartOptions as CustomDoughnutChartOptions, Types_CustomLineChartOptions as CustomLineChartOptions, Types_CustomOptionPlugins as CustomOptionPlugins, Types_CustomPieChartOptions as CustomPieChartOptions, Types_CustomTreemapChartOptions as CustomTreemapChartOptions, Types_CustomTreemapDataset as CustomTreemapDataset, Types_DeepPartial as DeepPartial, Types_DeepPartialCartesianAxes as DeepPartialCartesianAxes, Types_DeepPartialPluginOptions as DeepPartialPluginOptions, Types_DoughnutChartBuilder as DoughnutChartBuilder, Types_HierarchicalChartType as HierarchicalChartType, Types_HtmlLegendOptions as HtmlLegendOptions, Types_LineChartBuilder as LineChartBuilder, Types_Mode as Mode, Types_Override as Override, Types_PieChartBuilder as PieChartBuilder, Types_Position as Position, Types_RadarChartBuilder as RadarChartBuilder, Types_RadialChartType as RadialChartType, Types_SegmentImageConfig as SegmentImageConfig, Types_SettingOptions as SettingOptions, Types_SpinnerOverlayConfig as SpinnerOverlayConfig, Types_SpinnerOverlayOption as SpinnerOverlayOption, Types_SpinnerOverlayRenderContext as SpinnerOverlayRenderContext, Types_SpinnerOverlaySpinnerContent as SpinnerOverlaySpinnerContent, Types_SpinnerOverlayStyle as SpinnerOverlayStyle, Types_TimeScaleConfig as TimeScaleConfig, Types_TimeScaleType as TimeScaleType, Types_TimeUnit as TimeUnit, Types_TreemapChartBuilder as TreemapChartBuilder, Types_UidImageMapping as UidImageMapping };
|
|
883
|
+
export type { Types_Align as Align, Types_ArcChartBuilder as ArcChartBuilder, Types_ArcChartType as ArcChartType, Types_ArcDataset as ArcDataset, Types_BarChartBuilder as BarChartBuilder, Types_BubbleChartBuilder as BubbleChartBuilder, Types_CartesianChartBuilder as CartesianChartBuilder, Types_CartesianChartType as CartesianChartType, Types_CartesianDataset as CartesianDataset, Types_ChartBuilder as ChartBuilder, Types_Color as Color, Types_CommonAxes as CommonAxes, Types_CommonAxesSacels as CommonAxesSacels, Types_CommonCartesian as CommonCartesian, Types_CommonCartesianAxes as CommonCartesianAxes, Types_CommonCartesianLegendConfig as CommonCartesianLegendConfig, Types_CommonCartesianTicks as CommonCartesianTicks, Types_CommonCartesianTitleConfig as CommonCartesianTitleConfig, Types_CommonTicks as CommonTicks, Types_Constructor as Constructor, Types_CustomArcChartOptions as CustomArcChartOptions, Types_CustomBarChartOptions as CustomBarChartOptions, Types_CustomBubbleChartOptions as CustomBubbleChartOptions, Types_CustomCartesianDataset as CustomCartesianDataset, Types_CustomChartDatasets as CustomChartDatasets, Types_CustomChartOptions as CustomChartOptions, Types_CustomDoughnutChartOptions as CustomDoughnutChartOptions, Types_CustomLineChartOptions as CustomLineChartOptions, Types_CustomOptionPlugins as CustomOptionPlugins, Types_CustomPieChartOptions as CustomPieChartOptions, Types_CustomTreemapChartOptions as CustomTreemapChartOptions, Types_CustomTreemapDataset as CustomTreemapDataset, Types_DeepPartial as DeepPartial, Types_DeepPartialCartesianAxes as DeepPartialCartesianAxes, Types_DeepPartialPluginOptions as DeepPartialPluginOptions, Types_DoughnutChartBuilder as DoughnutChartBuilder, Types_HierarchicalChartType as HierarchicalChartType, Types_HtmlLegendOptions as HtmlLegendOptions, Types_LineChartBuilder as LineChartBuilder, Types_Mode as Mode, Types_Override as Override, Types_PieChartBuilder as PieChartBuilder, Types_Position as Position, Types_RadarChartBuilder as RadarChartBuilder, Types_RadialChartType as RadialChartType, Types_SegmentImageConfig as SegmentImageConfig, Types_SettingOptions as SettingOptions, Types_SpinnerOverlayConfig as SpinnerOverlayConfig, Types_SpinnerOverlayOption as SpinnerOverlayOption, Types_SpinnerOverlayRenderContext as SpinnerOverlayRenderContext, Types_SpinnerOverlaySpinnerContent as SpinnerOverlaySpinnerContent, Types_SpinnerOverlayStyle as SpinnerOverlayStyle, Types_StzClickContext as StzClickContext, Types_StzClickHandler as StzClickHandler, Types_StzClickItem as StzClickItem, Types_TimeScaleConfig as TimeScaleConfig, Types_TimeScaleType as TimeScaleType, Types_TimeUnit as TimeUnit, Types_TreemapChartBuilder as TreemapChartBuilder, Types_UidImageMapping as UidImageMapping };
|
|
856
884
|
}
|
|
857
885
|
|
|
858
886
|
interface ChartConfig {
|
|
@@ -895,6 +923,7 @@ declare abstract class Chart<TType extends ChartType, TOptions extends CustomCha
|
|
|
895
923
|
protected getGroupedDatasetIndexes(index: number): number[];
|
|
896
924
|
protected setDatasetVisibilityState(dataset: CustomChartDatasets<TType>, visible: boolean): void;
|
|
897
925
|
protected getDatasetVisibilityState(dataset: CustomChartDatasets<TType>): boolean;
|
|
926
|
+
protected prepareOptions(options: TOptions): TOptions;
|
|
898
927
|
clone(): this;
|
|
899
928
|
copy(): this;
|
|
900
929
|
protected mergePlugins<TPlugin>(plugins: TPlugin[] | undefined, required: TPlugin[]): TPlugin[];
|
|
@@ -3631,4 +3660,4 @@ declare const T$: {
|
|
|
3631
3660
|
};
|
|
3632
3661
|
|
|
3633
3662
|
export { ArcChart, ArcChart as ArcChartWrapper, BarChart, BarChart as BarChartWrapper, BubbleChart, BubbleChart as BubbleChartWrapper, CartesianChart, CartesianChart as CartesianChartWrapper, Chart, ChartFactory, ChartInstance, ChartToolBox, ChartTypes, Chart as ChartWrapper, CreateZoomRangeSlider, DefaultArcRadius, DefaultDataLabelsOptions, DefaultHiddenLegendTopOptions, DefaultHiddenSparkScales, DefaultResponsiveChartOptions, DefaultSparkPluginOptions, DefaultTimeScaleOptions, DefaultTopLegendOptions, DefaultZoomOptions, DoughnutChart, DoughnutChart as DoughnutChartWrapper, LineChart, LineChart as LineChartWrapper, PieChart, PieChart as PieChartWrapper, T$, TreemapChart, TreemapChart as TreemapChartWrapper, barScaleImgPlugin, blinkPlugin, changeSetting, chartMountPlugin, clearChartActiveElements, createAssignedTasksPlugin, createDefaultBarOptions, createDefaultBubbleOptions, createDefaultCartesianScales, createDefaultDoughnutOptions, createDefaultLineOptions, createDefaultPieOptions, createDefaultTreemapOptions, createStatusPlugin, createTodayLinePlugin, createWeekendPlugin, customDatasetPlugins, customLegend, T$ as default, defaultBarScales, defaultBarTooltipCallback, defaultBubbleScales, defaultBubbleTooltipCallback, defaultDoughnutTooltipCallback, defaultLineScales, defaultLineTooltipCallback, defaultPieTooltipCallback, defaultTreemapTooltipCallback, doughnutCenterTextPlugin, downloadChartAsImage, downloadChartAsImageByInstance, getChartAsBase64, getChartAsBase64ByInstance, getChartAsBlob, getChartAsBlobByInstance, getChartDatasetMeta, getChartInstance, hideChartTooltip, isChartDatasetVisible, loadingPlugin, makeCenterHtml, mountChart, noDataPlugin, resetChartZoom, resizeChart, segmentImagePlugin, setChartActiveElements, setChartConfig, setChartDatasetVisibility, showChartTooltip, sparkBarOptions, sparkBubbleOptions, sparkLineOptions, toggleChartDatasetVisibility, updateChart, zoomRangeSlider, zoomResetPlugin };
|
|
3634
|
-
export type { Align, AllChartTypes, ArcChartBuilder, ArcChartType, ArcDataset, AutoZoomLimitMode, AutoZoomLimits, AxisColors, BarChartBuilder, BubbleChartBuilder, CartesianChartBuilder, CartesianChartType, CartesianDataset, ChartBuilder, ChartImageExportOptions, ChartTarget, ChartWithFocus, Color, CommonAxes, CommonAxesSacels, CommonCartesian, CommonCartesianAxes, CommonCartesianLegendConfig, CommonCartesianTicks, CommonCartesianTitleConfig, CommonTicks, Constructor, CustomArcChartOptions, CustomBarChartOptions, CustomBubbleChartOptions, CustomCartesianDataset, CustomChartDatasets, CustomChartOptions, CustomDoughnutChartOptions, CustomLineChartOptions, CustomOptionPlugins, CustomPieChartOptions, CustomTreemapChartOptions, CustomTreemapDataset, CustomZoomType, DataLabels, DataLabelsContext, DatasetWithPrevColors, DeepPartial, DeepPartialCartesianAxes, DeepPartialPluginOptions, DeepPartialZoomType, DoughnutChartBuilder, FocusCallback, HierarchicalChartType, HtmlLegendOptions, LineChartBuilder, Mode, MountChartHandle, OriginalColors, Override, PartialDataLabels, PieChartBuilder, Position, RadarChartBuilder, RadialChartType, ScaleWithOriginalColors, SegmentImageConfig, SettingOptions, SpinnerOverlayConfig, SpinnerOverlayOption, SpinnerOverlayRenderContext, SpinnerOverlaySpinnerContent, SpinnerOverlayStyle, StzConfig, TimeScaleConfig, TimeScaleType, TimeUnit, TreemapChartBuilder, UidImageMapping, ZoomLimitOptions, ZoomRangeSliderColors, ZoomRangeSliderPlugin, ZoomRangeSliderVar, ZoomScaleLimits };
|
|
3663
|
+
export type { Align, AllChartTypes, ArcChartBuilder, ArcChartType, ArcDataset, AutoZoomLimitMode, AutoZoomLimits, AxisColors, BarChartBuilder, BubbleChartBuilder, CartesianChartBuilder, CartesianChartType, CartesianDataset, ChartBuilder, ChartImageExportOptions, ChartTarget, ChartWithFocus, Color, CommonAxes, CommonAxesSacels, CommonCartesian, CommonCartesianAxes, CommonCartesianLegendConfig, CommonCartesianTicks, CommonCartesianTitleConfig, CommonTicks, Constructor, CustomArcChartOptions, CustomBarChartOptions, CustomBubbleChartOptions, CustomCartesianDataset, CustomChartDatasets, CustomChartOptions, CustomDoughnutChartOptions, CustomLineChartOptions, CustomOptionPlugins, CustomPieChartOptions, CustomTreemapChartOptions, CustomTreemapDataset, CustomZoomType, DataLabels, DataLabelsContext, DatasetWithPrevColors, DeepPartial, DeepPartialCartesianAxes, DeepPartialPluginOptions, DeepPartialZoomType, DoughnutChartBuilder, FocusCallback, HierarchicalChartType, HtmlLegendOptions, LineChartBuilder, Mode, MountChartHandle, OriginalColors, Override, PartialDataLabels, PieChartBuilder, Position, RadarChartBuilder, RadialChartType, ScaleWithOriginalColors, SegmentImageConfig, SettingOptions, SpinnerOverlayConfig, SpinnerOverlayOption, SpinnerOverlayRenderContext, SpinnerOverlaySpinnerContent, SpinnerOverlayStyle, StzClickContext, StzClickHandler, StzClickItem, StzConfig, TimeScaleConfig, TimeScaleType, TimeUnit, TreemapChartBuilder, UidImageMapping, ZoomLimitOptions, ZoomRangeSliderColors, ZoomRangeSliderPlugin, ZoomRangeSliderVar, ZoomScaleLimits };
|