@orbcharts/plugins-basic 3.0.0-alpha.44 → 3.0.0-alpha.45
Sign up to get free protection for your applications and to get access to all the features.
- package/LICENSE +200 -200
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseBarStack.d.ts +6 -4
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseBars.d.ts +6 -4
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseBarsTriangle.d.ts +7 -4
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseDots.d.ts +5 -3
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseGroupAxis.d.ts +3 -3
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseLineAreas.d.ts +6 -3
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseLines.d.ts +6 -3
- package/dist/{src → orbcharts-plugins-basic/src}/base/BaseValueAxis.d.ts +3 -3
- package/dist/{src → orbcharts-plugins-basic/src}/grid/gridObservables.d.ts +4 -4
- package/dist/orbcharts-plugins-basic/src/index.d.ts +5 -0
- package/dist/orbcharts-plugins-basic/src/multiGrid/multiGridObservables.d.ts +8 -0
- package/dist/orbcharts-plugins-basic/src/series/plugins/PieEventTexts.d.ts +3 -0
- package/dist/orbcharts-plugins-basic/src/series/seriesObservables.d.ts +21 -0
- package/dist/{src → orbcharts-plugins-basic/src}/series/seriesUtils.d.ts +3 -3
- package/dist/orbcharts-plugins-basic.es.js +7696 -7529
- package/dist/orbcharts-plugins-basic.umd.js +8 -8
- package/dist/src/index.d.ts +1 -5
- package/package.json +42 -42
- package/src/base/BaseBarStack.ts +778 -881
- package/src/base/BaseBars.ts +764 -750
- package/src/base/BaseBarsTriangle.ts +672 -659
- package/src/base/BaseDots.ts +502 -639
- package/src/base/BaseGroupAxis.ts +496 -496
- package/src/base/BaseLegend.ts +641 -641
- package/src/base/BaseLineAreas.ts +625 -621
- package/src/base/BaseLines.ts +699 -692
- package/src/base/BaseValueAxis.ts +478 -479
- package/src/base/types.ts +2 -2
- package/src/grid/defaults.ts +121 -121
- package/src/grid/gridObservables.ts +247 -263
- package/src/grid/index.ts +15 -15
- package/src/grid/plugins/BarStack.ts +50 -37
- package/src/grid/plugins/Bars.ts +51 -37
- package/src/grid/plugins/BarsDiverging.ts +41 -39
- package/src/grid/plugins/BarsTriangle.ts +50 -34
- package/src/grid/plugins/Dots.ts +37 -35
- package/src/grid/plugins/GridLegend.ts +59 -59
- package/src/grid/plugins/GroupAux.ts +645 -646
- package/src/grid/plugins/GroupAxis.ts +42 -30
- package/src/grid/plugins/LineAreas.ts +39 -36
- package/src/grid/plugins/Lines.ts +38 -35
- package/src/grid/plugins/ScalingArea.ts +173 -174
- package/src/grid/plugins/ValueAxis.ts +43 -31
- package/src/grid/plugins/ValueStackAxis.ts +79 -70
- package/src/grid/types.ts +120 -120
- package/src/index.ts +9 -9
- package/src/multiGrid/defaults.ts +147 -147
- package/src/multiGrid/index.ts +11 -11
- package/src/multiGrid/multiGridObservables.ts +42 -289
- package/src/multiGrid/plugins/MultiBarStack.ts +74 -60
- package/src/multiGrid/plugins/MultiBars.ts +73 -59
- package/src/multiGrid/plugins/MultiBarsTriangle.ts +73 -58
- package/src/multiGrid/plugins/MultiDots.ts +60 -58
- package/src/multiGrid/plugins/MultiGridLegend.ts +89 -89
- package/src/multiGrid/plugins/MultiGroupAxis.ts +65 -53
- package/src/multiGrid/plugins/MultiLineAreas.ts +62 -59
- package/src/multiGrid/plugins/MultiLines.ts +61 -58
- package/src/multiGrid/plugins/MultiValueAxis.ts +65 -53
- package/src/multiGrid/plugins/OverlappingValueAxes.ts +169 -164
- package/src/multiGrid/types.ts +67 -67
- package/src/noneData/defaults.ts +64 -61
- package/src/noneData/index.ts +3 -3
- package/src/noneData/plugins/Container.ts +10 -10
- package/src/noneData/plugins/Tooltip.ts +310 -310
- package/src/noneData/types.ts +26 -26
- package/src/series/defaults.ts +109 -99
- package/src/series/index.ts +6 -6
- package/src/series/plugins/Bubbles.ts +571 -551
- package/src/series/plugins/Pie.ts +548 -600
- package/src/series/plugins/PieEventTexts.ts +258 -194
- package/src/series/plugins/PieLabels.ts +335 -288
- package/src/series/plugins/SeriesLegend.ts +59 -59
- package/src/series/seriesObservables.ts +145 -0
- package/src/series/seriesUtils.ts +50 -50
- package/src/series/types.ts +67 -67
- package/src/tree/defaults.ts +22 -22
- package/src/tree/index.ts +3 -3
- package/src/tree/plugins/TreeLegend.ts +59 -59
- package/src/tree/plugins/TreeMap.ts +305 -305
- package/src/tree/types.ts +23 -23
- package/src/utils/commonUtils.ts +21 -21
- package/src/utils/d3Graphics.ts +124 -124
- package/src/utils/d3Utils.ts +73 -73
- package/src/utils/observables.ts +14 -14
- package/src/utils/orbchartsUtils.ts +100 -100
- package/tsconfig.dev.json +16 -16
- package/tsconfig.json +16 -13
- package/tsconfig.prod.json +13 -13
- package/vite.config.js +49 -49
- package/dist/src/multiGrid/multiGridObservables.d.ts +0 -12
- package/dist/src/series/plugins/PieEventTexts.d.ts +0 -1
- /package/dist/{src → orbcharts-plugins-basic/src}/base/BaseGroupArea.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/base/BaseLegend.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/base/types.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/defaults.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/index.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/BarStack.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/Bars.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/BarsDiverging.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/BarsTriangle.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/Dots.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/GridLegend.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/GroupAux.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/GroupAxis.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/LineAreas.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/Lines.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/Ranking.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/RankingAxis.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/ScalingArea.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/ValueAxis.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/plugins/ValueStackAxis.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/grid/types.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/defaults.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/index.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiBarStack.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiBars.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiBarsTriangle.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiDots.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiGridLegend.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiGroupAxis.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiLineAreas.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiLines.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/MultiValueAxis.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/plugins/OverlappingValueAxes.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiGrid/types.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiValue/index.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiValue/plugins/Scatter.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/multiValue/plugins/ScatterAxes.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/noneData/defaults.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/noneData/index.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/noneData/plugins/Container.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/noneData/plugins/Tooltip.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/noneData/types.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/relationship/index.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/relationship/plugins/Relationship.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/defaults.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/index.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/plugins/Bubbles.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/plugins/Pie.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/plugins/PieLabels.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/plugins/SeriesLegend.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/plugins/Waffle.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/series/types.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/tree/defaults.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/tree/index.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/tree/plugins/TreeLegend.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/tree/plugins/TreeMap.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/tree/types.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/utils/commonUtils.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/utils/d3Graphics.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/utils/d3Utils.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/utils/observables.d.ts +0 -0
- /package/dist/{src → orbcharts-plugins-basic/src}/utils/orbchartsUtils.d.ts +0 -0
- /package/dist/{vite.config.d.ts → orbcharts-plugins-basic/vite.config.d.ts} +0 -0
@@ -1,601 +1,549 @@
|
|
1
|
-
import * as d3 from 'd3'
|
2
|
-
import {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
import type {
|
19
|
-
|
20
|
-
import
|
21
|
-
|
22
|
-
import { DEFAULT_PIE_PARAMS } from '../defaults'
|
23
|
-
import { makePieData } from '../seriesUtils'
|
24
|
-
import { getD3TransitionEase, makeD3Arc } from '../../utils/d3Utils'
|
25
|
-
import { getClassName } from '../../utils/orbchartsUtils'
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
}
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
}
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
.
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
.
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
pathSelection
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
.
|
142
|
-
.
|
143
|
-
.
|
144
|
-
|
145
|
-
|
146
|
-
})
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
).
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
data.
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
})
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
|
504
|
-
|
505
|
-
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
|
513
|
-
|
514
|
-
|
515
|
-
|
516
|
-
)
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
|
530
|
-
|
531
|
-
|
532
|
-
|
533
|
-
|
534
|
-
|
535
|
-
|
536
|
-
|
537
|
-
|
538
|
-
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
549
|
-
// // console.log('data$', d)
|
550
|
-
// // })
|
551
|
-
|
552
|
-
// store.dataFormatter$.subscribe(d => {
|
553
|
-
// console.log('store.dataFormatter$', d)
|
554
|
-
// })
|
555
|
-
|
556
|
-
// computedData$.subscribe(d => {
|
557
|
-
// console.log('computedData$', d)
|
558
|
-
// })
|
559
|
-
|
560
|
-
// event$.subscribe(d => {
|
561
|
-
// console.log('event$', d)
|
562
|
-
// })
|
563
|
-
|
564
|
-
// fullParams$.subscribe(d => {
|
565
|
-
// console.log('fullParams$', d)
|
566
|
-
// })
|
567
|
-
|
568
|
-
// store.data$.subscribe(d => {
|
569
|
-
// console.log('store.data$', d)
|
570
|
-
// })
|
571
|
-
|
572
|
-
// store.dataFormatter$.subscribe(d => {
|
573
|
-
// console.log('store.dataFormatter$', d)
|
574
|
-
// })
|
575
|
-
|
576
|
-
// store.event$.subscribe(d => {
|
577
|
-
// console.log('store.event$', d)
|
578
|
-
// })
|
579
|
-
|
580
|
-
// store.fullParams$.subscribe(d => {
|
581
|
-
// console.log('store.fullParams$', d)
|
582
|
-
// })
|
583
|
-
|
584
|
-
// layout$.subscribe(d => {
|
585
|
-
// console.log('layout$', d)
|
586
|
-
// })
|
587
|
-
|
588
|
-
// console.log('-- end --')
|
589
|
-
// // const newData = data.map(d => d.map(_d => {
|
590
|
-
// // return {
|
591
|
-
// // ..._d as any,
|
592
|
-
// // value: (_d as any).value + 10
|
593
|
-
// // }
|
594
|
-
// // }))
|
595
|
-
|
596
|
-
// // data$.next(newData)
|
597
|
-
|
598
|
-
return () => {
|
599
|
-
destroy$.next(undefined)
|
600
|
-
}
|
1
|
+
import * as d3 from 'd3'
|
2
|
+
import {
|
3
|
+
combineLatest,
|
4
|
+
map,
|
5
|
+
switchMap,
|
6
|
+
takeUntil,
|
7
|
+
distinctUntilChanged,
|
8
|
+
shareReplay,
|
9
|
+
Observable,
|
10
|
+
Subject } from 'rxjs'
|
11
|
+
import type {
|
12
|
+
ComputedDataSeries,
|
13
|
+
ComputedDatumSeries,
|
14
|
+
SeriesContainerPosition,
|
15
|
+
ChartParams,
|
16
|
+
EventSeries,
|
17
|
+
Layout } from '@orbcharts/core'
|
18
|
+
import type { PieDatum } from '../seriesUtils'
|
19
|
+
import type { PieParams } from '../types'
|
20
|
+
import {
|
21
|
+
defineSeriesPlugin } from '@orbcharts/core'
|
22
|
+
import { DEFAULT_PIE_PARAMS } from '../defaults'
|
23
|
+
import { makePieData } from '../seriesUtils'
|
24
|
+
import { getD3TransitionEase, makeD3Arc } from '../../utils/d3Utils'
|
25
|
+
import { getClassName } from '../../utils/orbchartsUtils'
|
26
|
+
import { seriesCenterSelectionObservable } from '../seriesObservables'
|
27
|
+
|
28
|
+
|
29
|
+
const pluginName = 'Pie'
|
30
|
+
|
31
|
+
|
32
|
+
function makeTweenPieRenderDataFn ({ enter, exit, data, lastTweenData, fullParams }: {
|
33
|
+
enter: d3.Selection<d3.EnterElement, PieDatum, any, any>
|
34
|
+
exit: d3.Selection<SVGPathElement, unknown, any, any>
|
35
|
+
data: PieDatum[]
|
36
|
+
lastTweenData: PieDatum[]
|
37
|
+
fullParams: PieParams
|
38
|
+
}): (t: number) => PieDatum[] {
|
39
|
+
// 無更新資料項目則只計算資料變化 (新資料 * t + 舊資料 * (1 - t))
|
40
|
+
if (!enter.size() && !exit.size()) {
|
41
|
+
return (t: number) => {
|
42
|
+
const tweenData: PieDatum[] = data.map((_d, _i) => {
|
43
|
+
const lastDatum = lastTweenData[_i] ?? {
|
44
|
+
startAngle: 0,
|
45
|
+
endAngle: 0,
|
46
|
+
value: 0
|
47
|
+
}
|
48
|
+
return {
|
49
|
+
..._d,
|
50
|
+
startAngle: (_d.startAngle * t) + (lastDatum.startAngle * (1 - t)),
|
51
|
+
endAngle: (_d.endAngle * t) + (lastDatum.endAngle * (1 - t)),
|
52
|
+
value: (_d.value * t) + (lastDatum.value * (1 - t))
|
53
|
+
}
|
54
|
+
})
|
55
|
+
|
56
|
+
return makePieRenderData(
|
57
|
+
tweenData,
|
58
|
+
fullParams.startAngle!,
|
59
|
+
fullParams.endAngle!,
|
60
|
+
1
|
61
|
+
)
|
62
|
+
}
|
63
|
+
// 有更新資料則重新繪圖
|
64
|
+
} else {
|
65
|
+
return (t: number) => {
|
66
|
+
return makePieRenderData(
|
67
|
+
data,
|
68
|
+
fullParams.startAngle!,
|
69
|
+
fullParams.endAngle!,
|
70
|
+
t
|
71
|
+
)
|
72
|
+
}
|
73
|
+
}
|
74
|
+
}
|
75
|
+
|
76
|
+
function makePieRenderData (data: PieDatum[], startAngle: number, endAngle: number, t: number): PieDatum[] {
|
77
|
+
return data.map((d, i) => {
|
78
|
+
const _startAngle = startAngle + (d.startAngle - startAngle) * t
|
79
|
+
const _endAngle = _startAngle + (d.endAngle - d.startAngle) * t
|
80
|
+
return {
|
81
|
+
...d,
|
82
|
+
startAngle: _startAngle,
|
83
|
+
endAngle: _endAngle
|
84
|
+
}
|
85
|
+
})
|
86
|
+
}
|
87
|
+
|
88
|
+
function renderPie ({ selection, data, arc, pathClassName }: {
|
89
|
+
selection: d3.Selection<SVGGElement, unknown, any, unknown>
|
90
|
+
data: PieDatum[]
|
91
|
+
arc: d3.Arc<any, d3.DefaultArcObject>
|
92
|
+
pathClassName: string
|
93
|
+
}): d3.Selection<SVGPathElement, PieDatum, any, any> {
|
94
|
+
// console.log('data', data)
|
95
|
+
const pathSelection: d3.Selection<SVGPathElement, PieDatum, any, any> = selection
|
96
|
+
.selectAll<SVGPathElement, PieDatum>('path')
|
97
|
+
.data(data, d => d.id)
|
98
|
+
.join('path')
|
99
|
+
.classed(pathClassName, true)
|
100
|
+
.style('cursor', 'pointer')
|
101
|
+
.attr('fill', (d, i) => d.data.color)
|
102
|
+
.attr('d', (d, i) => {
|
103
|
+
return arc!(d as any)
|
104
|
+
})
|
105
|
+
|
106
|
+
return pathSelection
|
107
|
+
}
|
108
|
+
|
109
|
+
function highlight ({ pathSelection, ids, fullChartParams, arc, arcMouseover }: {
|
110
|
+
pathSelection: d3.Selection<SVGPathElement, PieDatum, any, any>
|
111
|
+
ids: string[]
|
112
|
+
fullChartParams: ChartParams
|
113
|
+
arc: d3.Arc<any, d3.DefaultArcObject>
|
114
|
+
arcMouseover: d3.Arc<any, d3.DefaultArcObject>
|
115
|
+
}) {
|
116
|
+
pathSelection.interrupt('highlight')
|
117
|
+
|
118
|
+
if (!ids.length) {
|
119
|
+
// 取消放大
|
120
|
+
pathSelection
|
121
|
+
.transition('highlight')
|
122
|
+
.style('opacity', 1)
|
123
|
+
.attr('d', (d) => {
|
124
|
+
return arc!(d as any)
|
125
|
+
})
|
126
|
+
return
|
127
|
+
}
|
128
|
+
|
129
|
+
pathSelection.each((d, i, n) => {
|
130
|
+
const segment = d3.select(n[i])
|
131
|
+
|
132
|
+
if (ids.includes(d.data.id)) {
|
133
|
+
segment
|
134
|
+
.style('opacity', 1)
|
135
|
+
.transition('highlight')
|
136
|
+
.ease(d3.easeElastic)
|
137
|
+
.duration(500)
|
138
|
+
.attr('d', (d: any) => {
|
139
|
+
return arcMouseover!(d)
|
140
|
+
})
|
141
|
+
// .on('interrupt', () => {
|
142
|
+
// // this.pathSelection!.select('path').attr('d', (d) => {
|
143
|
+
// // return this.arc!(d as any)
|
144
|
+
// // })
|
145
|
+
// this.initHighlight()
|
146
|
+
// })
|
147
|
+
} else {
|
148
|
+
// 取消放大
|
149
|
+
segment
|
150
|
+
.style('opacity', fullChartParams.styles.unhighlightedOpacity)
|
151
|
+
.transition('highlight')
|
152
|
+
.attr('d', (d) => {
|
153
|
+
return arc!(d as any)
|
154
|
+
})
|
155
|
+
}
|
156
|
+
})
|
157
|
+
}
|
158
|
+
|
159
|
+
// 各別的pie
|
160
|
+
function createEachPie (pluginName: string, context: {
|
161
|
+
containerSelection: d3.Selection<SVGGElement, any, any, unknown>
|
162
|
+
computedData$: Observable<ComputedDatumSeries[][]>
|
163
|
+
containerComputedLayoutData$: Observable<ComputedDatumSeries[]>
|
164
|
+
SeriesDataMap$: Observable<Map<string, ComputedDatumSeries[]>>
|
165
|
+
fullParams$: Observable<PieParams>
|
166
|
+
fullChartParams$: Observable<ChartParams>
|
167
|
+
seriesHighlight$: Observable<ComputedDatumSeries[]>
|
168
|
+
seriesContainerPosition$: Observable<SeriesContainerPosition>
|
169
|
+
event$: Subject<EventSeries>
|
170
|
+
}) {
|
171
|
+
const destroy$ = new Subject()
|
172
|
+
|
173
|
+
const pathClassName = getClassName(pluginName, 'path')
|
174
|
+
|
175
|
+
let lastTweenData: PieDatum[] = [] // 紀錄補間動畫前次的資料
|
176
|
+
let tweenData: PieDatum[] = [] // 紀錄補間動畫用的資料
|
177
|
+
// let originHighlight: Highlight | null = null
|
178
|
+
|
179
|
+
// context.layout$
|
180
|
+
// .pipe(
|
181
|
+
// first()
|
182
|
+
// )
|
183
|
+
// .subscribe(size => {
|
184
|
+
// selection
|
185
|
+
// .attr('transform', `translate(${size.width / 2}, ${size.height / 2})`)
|
186
|
+
// context.layout$
|
187
|
+
// .pipe(
|
188
|
+
// takeUntil(destroy$)
|
189
|
+
// )
|
190
|
+
// .subscribe(size => {
|
191
|
+
// selection
|
192
|
+
// .transition()
|
193
|
+
// .attr('transform', `translate(${size.width / 2}, ${size.height / 2})`)
|
194
|
+
// })
|
195
|
+
// })
|
196
|
+
|
197
|
+
|
198
|
+
const shorterSideWith$ = context.seriesContainerPosition$.pipe(
|
199
|
+
takeUntil(destroy$),
|
200
|
+
map(d => d.width < d.height ? d.width : d.height)
|
201
|
+
)
|
202
|
+
|
203
|
+
const pieData$: Observable<PieDatum[]> = new Observable(subscriber => {
|
204
|
+
combineLatest({
|
205
|
+
containerComputedLayoutData: context.containerComputedLayoutData$,
|
206
|
+
fullParams: context.fullParams$,
|
207
|
+
}).pipe(
|
208
|
+
takeUntil(destroy$),
|
209
|
+
switchMap(async (d) => d),
|
210
|
+
).subscribe(data => {
|
211
|
+
// console.log('pieData', data)
|
212
|
+
const pieData: PieDatum[] = makePieData({
|
213
|
+
data: data.containerComputedLayoutData,
|
214
|
+
startAngle: data.fullParams.startAngle,
|
215
|
+
endAngle: data.fullParams.endAngle
|
216
|
+
})
|
217
|
+
// console.log('pieData', pieData)
|
218
|
+
subscriber.next(pieData)
|
219
|
+
})
|
220
|
+
})
|
221
|
+
|
222
|
+
// const SeriesDataMap$ = context.computedData$.pipe(
|
223
|
+
// takeUntil(destroy$),
|
224
|
+
// map(d => makeSeriesDataMap(d))
|
225
|
+
// )
|
226
|
+
|
227
|
+
const arc$: Observable<d3.Arc<any, d3.DefaultArcObject>> = new Observable(subscriber => {
|
228
|
+
combineLatest({
|
229
|
+
shorterSideWith: shorterSideWith$,
|
230
|
+
fullParams: context.fullParams$,
|
231
|
+
}).pipe(
|
232
|
+
takeUntil(destroy$),
|
233
|
+
switchMap(async (d) => d),
|
234
|
+
).subscribe(data => {
|
235
|
+
const arc = makeD3Arc({
|
236
|
+
axisWidth: data.shorterSideWith,
|
237
|
+
innerRadius: data.fullParams.innerRadius,
|
238
|
+
outerRadius: data.fullParams.outerRadius,
|
239
|
+
padAngle: data.fullParams.padAngle,
|
240
|
+
cornerRadius: data.fullParams.cornerRadius
|
241
|
+
})
|
242
|
+
subscriber.next(arc)
|
243
|
+
})
|
244
|
+
})
|
245
|
+
|
246
|
+
const arcMouseover$: Observable<d3.Arc<any, d3.DefaultArcObject>> = new Observable(subscriber => {
|
247
|
+
combineLatest({
|
248
|
+
shorterSideWith: shorterSideWith$,
|
249
|
+
fullParams: context.fullParams$,
|
250
|
+
}).pipe(
|
251
|
+
takeUntil(destroy$),
|
252
|
+
switchMap(async (d) => d),
|
253
|
+
).subscribe(data => {
|
254
|
+
const arcMouseover = makeD3Arc({
|
255
|
+
axisWidth: data.shorterSideWith,
|
256
|
+
innerRadius: data.fullParams.innerRadius,
|
257
|
+
outerRadius: data.fullParams.outerMouseoverRadius, // 外半徑變化
|
258
|
+
padAngle: data.fullParams.padAngle,
|
259
|
+
cornerRadius: data.fullParams.cornerRadius
|
260
|
+
})
|
261
|
+
subscriber.next(arcMouseover)
|
262
|
+
})
|
263
|
+
})
|
264
|
+
|
265
|
+
const highlightTarget$ = context.fullChartParams$.pipe(
|
266
|
+
takeUntil(destroy$),
|
267
|
+
map(d => d.highlightTarget),
|
268
|
+
distinctUntilChanged()
|
269
|
+
)
|
270
|
+
|
271
|
+
const pathSelection$ = new Observable<d3.Selection<SVGPathElement, PieDatum, any, any>>(subscriber => {
|
272
|
+
combineLatest({
|
273
|
+
pieData: pieData$,
|
274
|
+
arc: arc$,
|
275
|
+
computedData: context.computedData$,
|
276
|
+
fullParams: context.fullParams$,
|
277
|
+
fullChartParams: context.fullChartParams$,
|
278
|
+
highlightTarget: highlightTarget$
|
279
|
+
}).pipe(
|
280
|
+
takeUntil(destroy$),
|
281
|
+
switchMap(async d => d)
|
282
|
+
).subscribe(data => {
|
283
|
+
context.containerSelection.interrupt('graphicMove')
|
284
|
+
// console.log('graphic', data)
|
285
|
+
let update: d3.Selection<SVGPathElement, PieDatum, any, any> = context.containerSelection
|
286
|
+
.selectAll<SVGPathElement, PieDatum>('path')
|
287
|
+
.data(data.pieData, d => d.id)
|
288
|
+
let enter = update.enter()
|
289
|
+
let exit = update.exit()
|
290
|
+
|
291
|
+
const makeTweenPieRenderData = makeTweenPieRenderDataFn({
|
292
|
+
enter,
|
293
|
+
exit,
|
294
|
+
data: data.pieData,
|
295
|
+
lastTweenData,
|
296
|
+
fullParams: data.fullParams
|
297
|
+
})
|
298
|
+
|
299
|
+
// -- enter資料使用補間動畫 --
|
300
|
+
enter
|
301
|
+
.transition('graphicMove')
|
302
|
+
.duration(data.fullChartParams.transitionDuration)
|
303
|
+
.ease(getD3TransitionEase(data.fullChartParams.transitionEase))
|
304
|
+
.tween('move', (self, t) => {
|
305
|
+
return (t) => {
|
306
|
+
tweenData = makeTweenPieRenderData(t)
|
307
|
+
|
308
|
+
const pathSelection = renderPie({
|
309
|
+
selection: context.containerSelection,
|
310
|
+
data: tweenData,
|
311
|
+
arc: data.arc,
|
312
|
+
pathClassName
|
313
|
+
})
|
314
|
+
|
315
|
+
context.event$.next({
|
316
|
+
type: 'series',
|
317
|
+
pluginName,
|
318
|
+
eventName: 'transitionMove',
|
319
|
+
event: undefined,
|
320
|
+
highlightTarget: data.highlightTarget,
|
321
|
+
datum: null,
|
322
|
+
series: [],
|
323
|
+
seriesIndex: -1,
|
324
|
+
seriesLabel: '',
|
325
|
+
data: data.computedData
|
326
|
+
})
|
327
|
+
// const callbackData = makeEnterDurationCallbackData(data.computedData, )
|
328
|
+
// enterDurationCallback(callbackData, t)
|
329
|
+
}
|
330
|
+
})
|
331
|
+
.on('end', (self, t) => {
|
332
|
+
tweenData = makePieRenderData(
|
333
|
+
data.pieData,
|
334
|
+
data.fullParams.startAngle,
|
335
|
+
data.fullParams.endAngle,
|
336
|
+
1
|
337
|
+
)
|
338
|
+
// console.log('tweenData', tweenData)
|
339
|
+
const pathSelection = renderPie({
|
340
|
+
selection: context.containerSelection,
|
341
|
+
data: tweenData,
|
342
|
+
arc: data.arc,
|
343
|
+
pathClassName
|
344
|
+
})
|
345
|
+
|
346
|
+
// if (data.fullParams.highlightTarget && data.fullParams.highlightTarget != 'none') {
|
347
|
+
// if (data.fullChartParams.highlightTarget && data.fullChartParams.highlightTarget != 'none') {
|
348
|
+
// pathSelection!.style('cursor', 'pointer')
|
349
|
+
// }
|
350
|
+
|
351
|
+
subscriber.next(pathSelection)
|
352
|
+
|
353
|
+
// pathSelection && setPathEvent({
|
354
|
+
// pathSelection,
|
355
|
+
// pluginName: name,
|
356
|
+
// data: data.computedData,
|
357
|
+
// fullChartParams: data.fullChartParams,
|
358
|
+
// arc: data.arc,
|
359
|
+
// arcMouseover: data.arcMouseover,
|
360
|
+
// SeriesDataMap: data.SeriesDataMap,
|
361
|
+
// event$: store.event$
|
362
|
+
// })
|
363
|
+
|
364
|
+
// 渲染完後紀錄為前次的資料
|
365
|
+
lastTweenData = Object.assign([], data.pieData)
|
366
|
+
|
367
|
+
context.event$.next({
|
368
|
+
type: 'series',
|
369
|
+
pluginName,
|
370
|
+
eventName: 'transitionEnd',
|
371
|
+
event: undefined,
|
372
|
+
highlightTarget: data.highlightTarget,
|
373
|
+
datum: null,
|
374
|
+
series: [],
|
375
|
+
seriesIndex: -1,
|
376
|
+
seriesLabel: '',
|
377
|
+
data: data.computedData
|
378
|
+
})
|
379
|
+
|
380
|
+
|
381
|
+
})
|
382
|
+
|
383
|
+
// -- 更新資料 --
|
384
|
+
if (!enter.size() && update.size() > 0) {
|
385
|
+
// console.log('test')
|
386
|
+
const pathSelection = renderPie({
|
387
|
+
selection: context.containerSelection,
|
388
|
+
data: data.pieData,
|
389
|
+
arc: data.arc,
|
390
|
+
pathClassName
|
391
|
+
})
|
392
|
+
subscriber.next(pathSelection)
|
393
|
+
}
|
394
|
+
})
|
395
|
+
})
|
396
|
+
|
397
|
+
combineLatest({
|
398
|
+
pathSelection: pathSelection$,
|
399
|
+
SeriesDataMap: context.SeriesDataMap$,
|
400
|
+
computedData: context.computedData$,
|
401
|
+
highlightTarget: highlightTarget$
|
402
|
+
}).pipe(
|
403
|
+
takeUntil(destroy$),
|
404
|
+
switchMap(async d => d)
|
405
|
+
).subscribe(data => {
|
406
|
+
data.pathSelection
|
407
|
+
.on('mouseover', (event, pieDatum) => {
|
408
|
+
event.stopPropagation()
|
409
|
+
|
410
|
+
context.event$.next({
|
411
|
+
type: 'series',
|
412
|
+
eventName: 'mouseover',
|
413
|
+
pluginName,
|
414
|
+
highlightTarget: data.highlightTarget,
|
415
|
+
datum: pieDatum.data,
|
416
|
+
series: data.SeriesDataMap.get(pieDatum.data.seriesLabel)!,
|
417
|
+
seriesIndex: pieDatum.data.seriesIndex,
|
418
|
+
seriesLabel: pieDatum.data.seriesLabel,
|
419
|
+
event,
|
420
|
+
data: data.computedData
|
421
|
+
})
|
422
|
+
})
|
423
|
+
.on('mousemove', (event, pieDatum) => {
|
424
|
+
event.stopPropagation()
|
425
|
+
|
426
|
+
context.event$.next({
|
427
|
+
type: 'series',
|
428
|
+
eventName: 'mousemove',
|
429
|
+
pluginName,
|
430
|
+
highlightTarget: data.highlightTarget,
|
431
|
+
datum: pieDatum.data,
|
432
|
+
series: data.SeriesDataMap.get(pieDatum.data.seriesLabel)!,
|
433
|
+
seriesIndex: pieDatum.data.seriesIndex,
|
434
|
+
seriesLabel: pieDatum.data.seriesLabel,
|
435
|
+
event,
|
436
|
+
data: data.computedData,
|
437
|
+
})
|
438
|
+
})
|
439
|
+
.on('mouseout', (event, pieDatum) => {
|
440
|
+
event.stopPropagation()
|
441
|
+
|
442
|
+
context.event$.next({
|
443
|
+
type: 'series',
|
444
|
+
eventName: 'mouseout',
|
445
|
+
pluginName,
|
446
|
+
highlightTarget: data.highlightTarget,
|
447
|
+
datum: pieDatum.data,
|
448
|
+
series: data.SeriesDataMap.get(pieDatum.data.seriesLabel)!,
|
449
|
+
seriesIndex: pieDatum.data.seriesIndex,
|
450
|
+
seriesLabel: pieDatum.data.seriesLabel,
|
451
|
+
event,
|
452
|
+
data: data.computedData,
|
453
|
+
})
|
454
|
+
})
|
455
|
+
.on('click', (event, pieDatum) => {
|
456
|
+
event.stopPropagation()
|
457
|
+
|
458
|
+
context.event$.next({
|
459
|
+
type: 'series',
|
460
|
+
eventName: 'click',
|
461
|
+
pluginName,
|
462
|
+
highlightTarget: data.highlightTarget,
|
463
|
+
datum: pieDatum.data,
|
464
|
+
series: data.SeriesDataMap.get(pieDatum.data.seriesLabel)!,
|
465
|
+
seriesIndex: pieDatum.data.seriesIndex,
|
466
|
+
seriesLabel: pieDatum.data.seriesLabel,
|
467
|
+
event,
|
468
|
+
data: data.computedData,
|
469
|
+
})
|
470
|
+
})
|
471
|
+
})
|
472
|
+
|
473
|
+
combineLatest({
|
474
|
+
pathSelection: pathSelection$,
|
475
|
+
highlight: context.seriesHighlight$.pipe(
|
476
|
+
map(data => data.map(d => d.id))
|
477
|
+
),
|
478
|
+
fullChartParams: context.fullChartParams$,
|
479
|
+
arc: arc$,
|
480
|
+
arcMouseover: arcMouseover$
|
481
|
+
}).pipe(
|
482
|
+
takeUntil(destroy$),
|
483
|
+
switchMap(async d => d)
|
484
|
+
).subscribe(data => {
|
485
|
+
highlight({
|
486
|
+
pathSelection: data.pathSelection,
|
487
|
+
ids: data.highlight,
|
488
|
+
fullChartParams: data.fullChartParams,
|
489
|
+
arc: data.arc,
|
490
|
+
arcMouseover: data.arcMouseover
|
491
|
+
})
|
492
|
+
})
|
493
|
+
|
494
|
+
return () => {
|
495
|
+
destroy$.next(undefined)
|
496
|
+
}
|
497
|
+
}
|
498
|
+
|
499
|
+
export const Pie = defineSeriesPlugin(pluginName, DEFAULT_PIE_PARAMS)(({ selection, name, subject, observer }) => {
|
500
|
+
const destroy$ = new Subject()
|
501
|
+
|
502
|
+
const { seriesCenterSelection$ } = seriesCenterSelectionObservable({
|
503
|
+
selection: selection,
|
504
|
+
pluginName,
|
505
|
+
seriesSeparate$: observer.seriesSeparate$,
|
506
|
+
seriesLabels$: observer.seriesLabels$,
|
507
|
+
seriesContainerPosition$: observer.seriesContainerPosition$
|
508
|
+
})
|
509
|
+
|
510
|
+
const unsubscribeFnArr: (() => void)[] = []
|
511
|
+
|
512
|
+
seriesCenterSelection$.subscribe(seriesCenterSelection => {
|
513
|
+
// 每次重新計算時,清除之前的訂閱
|
514
|
+
unsubscribeFnArr.forEach(fn => fn())
|
515
|
+
|
516
|
+
seriesCenterSelection.each((d, containerIndex, g) => {
|
517
|
+
|
518
|
+
const containerSelection = d3.select(g[containerIndex])
|
519
|
+
|
520
|
+
const containerComputedLayoutData$ = observer.computedLayoutData$.pipe(
|
521
|
+
takeUntil(destroy$),
|
522
|
+
map(data => data[containerIndex] ?? data[0])
|
523
|
+
)
|
524
|
+
|
525
|
+
const containerPosition$ = observer.seriesContainerPosition$.pipe(
|
526
|
+
takeUntil(destroy$),
|
527
|
+
map(data => data[containerIndex] ?? data[0])
|
528
|
+
)
|
529
|
+
|
530
|
+
unsubscribeFnArr[containerIndex] = createEachPie(pluginName, {
|
531
|
+
containerSelection: containerSelection,
|
532
|
+
computedData$: observer.computedData$,
|
533
|
+
containerComputedLayoutData$: containerComputedLayoutData$,
|
534
|
+
SeriesDataMap$: observer.SeriesDataMap$,
|
535
|
+
fullParams$: observer.fullParams$,
|
536
|
+
fullChartParams$: observer.fullChartParams$,
|
537
|
+
seriesHighlight$: observer.seriesHighlight$,
|
538
|
+
seriesContainerPosition$: containerPosition$,
|
539
|
+
event$: subject.event$,
|
540
|
+
})
|
541
|
+
|
542
|
+
})
|
543
|
+
})
|
544
|
+
|
545
|
+
return () => {
|
546
|
+
destroy$.next(undefined)
|
547
|
+
unsubscribeFnArr.forEach(fn => fn())
|
548
|
+
}
|
601
549
|
})
|