@orbcharts/plugins-basic 3.0.0-alpha.75 → 3.0.0-alpha.76

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.
Files changed (81) hide show
  1. package/LICENSE +200 -200
  2. package/dist/orbcharts-plugins-basic.es.js +3461 -3468
  3. package/dist/orbcharts-plugins-basic.umd.js +17 -17
  4. package/lib/core-types.ts +7 -7
  5. package/lib/core.ts +6 -6
  6. package/package.json +43 -43
  7. package/src/base/BaseBarStack.ts +779 -779
  8. package/src/base/BaseBars.ts +764 -764
  9. package/src/base/BaseBarsTriangle.ts +672 -672
  10. package/src/base/BaseDots.ts +513 -513
  11. package/src/base/BaseGroupAxis.ts +678 -678
  12. package/src/base/BaseLegend.ts +642 -642
  13. package/src/base/BaseLineAreas.ts +627 -627
  14. package/src/base/BaseLines.ts +704 -704
  15. package/src/base/BaseValueAxis.ts +578 -578
  16. package/src/base/types.ts +2 -2
  17. package/src/const.ts +30 -30
  18. package/src/grid/defaults.ts +128 -128
  19. package/src/grid/gridObservables.ts +545 -545
  20. package/src/grid/index.ts +15 -15
  21. package/src/grid/plugins/BarStack.ts +64 -64
  22. package/src/grid/plugins/Bars.ts +69 -69
  23. package/src/grid/plugins/BarsPN.ts +66 -66
  24. package/src/grid/plugins/BarsTriangle.ts +73 -73
  25. package/src/grid/plugins/Dots.ts +68 -68
  26. package/src/grid/plugins/GridLegend.ts +96 -96
  27. package/src/grid/plugins/GroupAux.ts +1098 -1098
  28. package/src/grid/plugins/GroupAxis.ts +97 -97
  29. package/src/grid/plugins/LineAreas.ts +65 -65
  30. package/src/grid/plugins/Lines.ts +59 -59
  31. package/src/grid/plugins/ScalingArea.ts +218 -218
  32. package/src/grid/plugins/ValueAxis.ts +93 -93
  33. package/src/grid/plugins/ValueStackAxis.ts +95 -95
  34. package/src/grid/types.ts +123 -123
  35. package/src/index.ts +9 -9
  36. package/src/multiGrid/defaults.ts +158 -158
  37. package/src/multiGrid/index.ts +13 -13
  38. package/src/multiGrid/multiGridObservables.ts +49 -49
  39. package/src/multiGrid/plugins/MultiBarStack.ts +106 -106
  40. package/src/multiGrid/plugins/MultiBars.ts +108 -108
  41. package/src/multiGrid/plugins/MultiBarsTriangle.ts +114 -114
  42. package/src/multiGrid/plugins/MultiDots.ts +102 -102
  43. package/src/multiGrid/plugins/MultiGridLegend.ts +148 -148
  44. package/src/multiGrid/plugins/MultiGroupAxis.ts +137 -137
  45. package/src/multiGrid/plugins/MultiLineAreas.ts +107 -107
  46. package/src/multiGrid/plugins/MultiLines.ts +101 -101
  47. package/src/multiGrid/plugins/MultiValueAxis.ts +133 -133
  48. package/src/multiGrid/plugins/MultiValueStackAxis.ts +133 -133
  49. package/src/multiGrid/plugins/OverlappingValueAxes.ts +299 -299
  50. package/src/multiGrid/plugins/OverlappingValueStackAxes.ts +298 -298
  51. package/src/multiGrid/types.ts +72 -72
  52. package/src/noneData/defaults.ts +102 -102
  53. package/src/noneData/index.ts +3 -3
  54. package/src/noneData/plugins/Container.ts +27 -27
  55. package/src/noneData/plugins/Tooltip.ts +373 -373
  56. package/src/noneData/types.ts +26 -26
  57. package/src/series/defaults.ts +149 -149
  58. package/src/series/index.ts +9 -9
  59. package/src/series/plugins/Bubbles.ts +603 -603
  60. package/src/series/plugins/Pie.ts +623 -623
  61. package/src/series/plugins/PieEventTexts.ts +283 -283
  62. package/src/series/plugins/PieLabels.ts +640 -640
  63. package/src/series/plugins/Rose.ts +516 -516
  64. package/src/series/plugins/RoseLabels.ts +600 -600
  65. package/src/series/plugins/SeriesLegend.ts +96 -96
  66. package/src/series/seriesObservables.ts +145 -145
  67. package/src/series/seriesUtils.ts +51 -51
  68. package/src/series/types.ts +87 -87
  69. package/src/tree/defaults.ts +23 -23
  70. package/src/tree/index.ts +3 -3
  71. package/src/tree/plugins/TreeLegend.ts +96 -96
  72. package/src/tree/plugins/TreeMap.ts +333 -333
  73. package/src/tree/types.ts +23 -23
  74. package/src/utils/commonUtils.ts +21 -21
  75. package/src/utils/d3Graphics.ts +174 -174
  76. package/src/utils/d3Utils.ts +73 -73
  77. package/src/utils/observables.ts +14 -14
  78. package/src/utils/orbchartsUtils.ts +100 -100
  79. package/tsconfig.base.json +13 -13
  80. package/tsconfig.json +2 -2
  81. package/vite.config.js +22 -22
@@ -1,628 +1,628 @@
1
- import * as d3 from 'd3'
2
- import {
3
- combineLatest,
4
- map,
5
- filter,
6
- switchMap,
7
- takeUntil,
8
- distinctUntilChanged,
9
- Observable,
10
- Subject } from 'rxjs'
11
- import type { BasePluginFn } from './types'
12
- import type {
13
- ComputedDatumGrid,
14
- ComputedDataGrid,
15
- ComputedLayoutDatumGrid,
16
- ComputedLayoutDataGrid,
17
- DataFormatterGrid,
18
- EventGrid,
19
- GridContainerPosition,
20
- ChartParams,
21
- Layout,
22
- TransformData } from '../../lib/core-types'
23
- import { getD3TransitionEase } from '../utils/d3Utils'
24
- import { getClassName, getUniID, getMinAndMaxValue } from '../utils/orbchartsUtils'
25
- import { gridGroupPositionFnObservable } from '../grid/gridObservables'
26
- import { gridSelectionsObservable } from '../grid/gridObservables'
27
-
28
- export interface BaseLineAreasParams {
29
- lineCurve: string
30
- // lineWidth: number
31
- linearGradientOpacity: [number, number]
32
- }
33
-
34
- interface BaseLineAreasContext {
35
- selection: d3.Selection<any, unknown, any, unknown>
36
- computedData$: Observable<ComputedDataGrid>
37
- computedLayoutData$: Observable<ComputedLayoutDataGrid>
38
- visibleComputedData$: Observable<ComputedDatumGrid[][]>
39
- visibleComputedLayoutData$: Observable<ComputedLayoutDataGrid>
40
- seriesLabels$: Observable<string[]>
41
- SeriesDataMap$: Observable<Map<string, ComputedDatumGrid[]>>
42
- GroupDataMap$: Observable<Map<string, ComputedDatumGrid[]>>
43
- fullDataFormatter$: Observable<DataFormatterGrid>
44
- fullParams$: Observable<BaseLineAreasParams>
45
- fullChartParams$: Observable<ChartParams>
46
- gridAxesTransform$: Observable<TransformData>
47
- gridGraphicTransform$: Observable<TransformData>
48
- gridAxesSize$: Observable<{
49
- width: number;
50
- height: number;
51
- }>
52
- gridHighlight$: Observable<ComputedDatumGrid[]>
53
- gridContainerPosition$: Observable<GridContainerPosition[]>
54
- allContainerPosition$: Observable<GridContainerPosition[]>
55
- layout$: Observable<Layout>
56
- event$: Subject<EventGrid>
57
- }
58
-
59
- type ClipPathDatum = {
60
- id: string;
61
- // x: number;
62
- // y: number;
63
- width: number;
64
- height: number;
65
- }
66
-
67
- // const pluginName = 'Lines'
68
- // const pathClassName = getClassName(pluginName, 'path')
69
-
70
-
71
- function createAreaPath (lineCurve: string = 'curveLinear', valueAxisStart: number): d3.Line<ComputedLayoutDatumGrid> {
72
- return d3.area<ComputedLayoutDatumGrid>()
73
- .x((d) => d.axisX)
74
- .y0(d => valueAxisStart)
75
- .y1((d) => d.axisY)
76
- .curve((d3 as any)[lineCurve])
77
-
78
- }
79
-
80
- // 依無值的資料分段
81
- function makeSegmentData (data: ComputedLayoutDatumGrid[]): ComputedLayoutDatumGrid[][] {
82
- let segmentData: ComputedLayoutDatumGrid[][] = [[]]
83
-
84
- let currentIndex = 0
85
- for (let i in data) {
86
- if (data[i].visible == false || data[i].value === undefined || data[i].value === null) {
87
- // 換下一段的 index
88
- if (segmentData[currentIndex].length) {
89
- currentIndex ++
90
- segmentData[currentIndex] = []
91
- }
92
- continue
93
- }
94
- segmentData[currentIndex].push(data[i])
95
- }
96
-
97
- return segmentData
98
- }
99
-
100
-
101
- function renderLineAreas ({ selection, pathClassName, segmentData, areaPath, linearGradientIds, params }: {
102
- selection: d3.Selection<SVGGElement, unknown, any, unknown>
103
- pathClassName: string
104
- segmentData: ComputedLayoutDatumGrid[][]
105
- areaPath: d3.Line<ComputedLayoutDatumGrid>
106
- linearGradientIds: string[]
107
- params: BaseLineAreasParams
108
- }): d3.Selection<SVGPathElement, ComputedLayoutDatumGrid[], any, any> {
109
- // if (!data[0]) {
110
- // return undefined
111
- // }
112
-
113
- const lineAreas = selection
114
- .selectAll<SVGPathElement, ComputedLayoutDatumGrid[]>('path')
115
- .data(segmentData, (d, i) => d.length ? `${d[0].id}_${d[d.length - 1].id}` : i) // 以線段起迄id結合為線段id
116
- .join(
117
- enter => {
118
- return enter
119
- .append<SVGPathElement>('path')
120
- .classed(pathClassName, true)
121
- .attr("fill","none")
122
- // .attr('pointer-events', 'visibleStroke') // 只對線條產生事件
123
- .style('vector-effect', 'non-scaling-stroke')
124
- .style('cursor', 'pointer')
125
- },
126
- update => update,
127
- exit => exit.remove()
128
- )
129
- // .attr("stroke-width", params.lineWidth)
130
- // .attr("stroke", (d, i) => d[0] && d[0].color)
131
- .attr("fill", (d, i) => d[0] ? `url(#${linearGradientIds[d[0].seriesIndex]})` : '')
132
- .attr("d", (d) => {
133
- return areaPath(d)
134
- })
135
-
136
- return lineAreas
137
- }
138
-
139
- function highlightLineAreas ({ selection, seriesLabel, fullChartParams }: {
140
- selection: d3.Selection<any, string, any, any>
141
- seriesLabel: string | null
142
- fullChartParams: ChartParams
143
- }) {
144
- selection.interrupt('highlight')
145
- if (!seriesLabel) {
146
- // remove highlight
147
- selection
148
- .transition('highlight')
149
- .duration(200)
150
- .style('opacity', 1)
151
- return
152
- }
153
-
154
- selection
155
- .each((currentSeriesLabel, i, n) => {
156
- // const currentSeriesLabel = d[0] ? d[0].seriesLabel : ''
157
-
158
- if (currentSeriesLabel === seriesLabel) {
159
- d3.select(n[i])
160
- .style('opacity', 1)
161
- } else {
162
- d3.select(n[i])
163
- .style('opacity', fullChartParams.styles.unhighlightedOpacity)
164
- }
165
- })
166
- }
167
-
168
- function renderLinearGradient ({ defsSelection, computedData, linearGradientIds, params }: {
169
- defsSelection: d3.Selection<SVGDefsElement, any, any, any>
170
- computedData: ComputedDataGrid
171
- linearGradientIds: string[]
172
- params: BaseLineAreasParams
173
- }) {
174
- defsSelection!
175
- .selectAll<SVGLinearGradientElement, ComputedDatumGrid>('linearGradient')
176
- .data(computedData ?? [])
177
- .join(
178
- enter => {
179
- return enter
180
- .append('linearGradient')
181
- .attr('x1', '0%')
182
- .attr('x2', '0%')
183
- .attr('y1', '100%')
184
- .attr('y2', '0%')
185
- .attr('spreadMethod', 'pad')
186
- },
187
- update => update,
188
- exit => exit.remove()
189
- )
190
- .attr('id', (d, i) => {
191
- return d[0] ? linearGradientIds[d[0].seriesIndex] : ''
192
- })
193
- .html((d, i) => {
194
- const color = d[0] ? d[0].color : ''
195
- return `
196
- <stop offset="0%" stop-color="${color}" stop-opacity="${params.linearGradientOpacity[0]}"/>
197
- <stop offset="100%" stop-color="${color}" stop-opacity="${params.linearGradientOpacity[1]}"/>
198
- `
199
- })
200
-
201
- }
202
-
203
- function renderClipPath ({ defsSelection, clipPathData, transitionDuration, transitionEase }: {
204
- defsSelection: d3.Selection<SVGDefsElement, any, any, any>
205
- clipPathData: ClipPathDatum[]
206
- transitionDuration: number
207
- transitionEase: string
208
- }) {
209
- const clipPath = defsSelection
210
- .selectAll<SVGClipPathElement, Layout>('clipPath')
211
- .data(clipPathData)
212
- .join(
213
- enter => {
214
- return enter
215
- .append('clipPath')
216
- },
217
- update => update,
218
- exit => exit.remove()
219
- )
220
- .attr('id', d => d.id)
221
- .each((d, i, g) => {
222
- const rect = d3.select(g[i])
223
- .selectAll<SVGRectElement, typeof d>('rect')
224
- .data([d])
225
- .join(
226
- enter => {
227
- const enterSelection = enter
228
- .append('rect')
229
- enterSelection
230
- .transition()
231
- .duration(transitionDuration)
232
- .ease(getD3TransitionEase(transitionEase))
233
- // .delay(100) // @Q@ 不知為何如果沒加 delay位置會有點跑掉
234
- .tween('tween', (_d, _i, _g) => {
235
- return (t) => {
236
- const transitionWidth = _d.width * t
237
-
238
- enterSelection
239
- .attr('x', 0)
240
- .attr('y', 0)
241
- .attr('width', _d => transitionWidth)
242
- .attr('height', _d => _d.height)
243
- }
244
- })
245
- return enterSelection
246
- },
247
- update => {
248
- return update
249
- .attr('x', 0)
250
- .attr('y', 0)
251
- .attr('width', _d => _d.width)
252
- .attr('height', _d => _d.height)
253
- },
254
- exit => exit.remove()
255
- )
256
- })
257
-
258
- }
259
-
260
- export const createBaseLineAreas: BasePluginFn<BaseLineAreasContext> = (pluginName: string, {
261
- selection,
262
- computedData$,
263
- computedLayoutData$,
264
- visibleComputedData$,
265
- visibleComputedLayoutData$,
266
- seriesLabels$,
267
- SeriesDataMap$,
268
- GroupDataMap$,
269
- fullParams$,
270
- fullDataFormatter$,
271
- fullChartParams$,
272
- gridAxesTransform$,
273
- gridGraphicTransform$,
274
- gridAxesSize$,
275
- gridHighlight$,
276
- gridContainerPosition$,
277
- layout$,
278
- event$
279
- }) => {
280
-
281
- const destroy$ = new Subject()
282
-
283
- const clipPathID = getUniID(pluginName, 'clipPath-box')
284
- const pathClassName = getClassName(pluginName, 'path')
285
-
286
- const {
287
- seriesSelection$,
288
- axesSelection$,
289
- defsSelection$,
290
- graphicGSelection$
291
- } = gridSelectionsObservable({
292
- selection,
293
- pluginName,
294
- clipPathID,
295
- seriesLabels$,
296
- gridContainerPosition$,
297
- gridAxesTransform$,
298
- gridGraphicTransform$
299
- })
300
-
301
- // valueAxis 的起始座標
302
- const valueAxisStart$: Observable<number> = gridGraphicTransform$.pipe(
303
- takeUntil(destroy$),
304
- map(data => {
305
- // 抵消掉外層的變型
306
- return - data.translate[1] / data.scale[1]
307
- })
308
- )
309
-
310
- const areaPath$: Observable<d3.Line<ComputedLayoutDatumGrid>> = new Observable(subscriber => {
311
- const paramsSubscription = combineLatest({
312
- fullParams: fullParams$,
313
- valueAxisStart: valueAxisStart$
314
- }).pipe(
315
- takeUntil(destroy$)
316
- )
317
- .subscribe(d => {
318
- const areaPath = createAreaPath(d.fullParams.lineCurve, d.valueAxisStart)
319
- subscriber.next(areaPath)
320
- })
321
- return () => {
322
- paramsSubscription.unsubscribe()
323
- }
324
- })
325
-
326
- // // 顯示範圍內的series labels
327
- // const seriesLabels$: Observable<string[]> = new Observable(subscriber => {
328
- // computedData$.pipe(
329
- // takeUntil(destroy$),
330
- // switchMap(async (d) => d),
331
- // ).subscribe(data => {
332
- // const labels = data[0] && data[0][0]
333
- // ? data.map(d => d[0].seriesLabel)
334
- // : []
335
- // subscriber.next(labels)
336
- // })
337
- // })
338
-
339
- // const axisSize$ = gridAxisSizeObservable({
340
- // fullDataFormatter$,
341
- // computedLayout$
342
- // })
343
-
344
- const transitionDuration$ = fullChartParams$
345
- .pipe(
346
- map(d => d.transitionDuration),
347
- distinctUntilChanged()
348
- )
349
-
350
- const transitionEase$ = fullChartParams$
351
- .pipe(
352
- map(d => d.transitionEase),
353
- distinctUntilChanged()
354
- )
355
-
356
- const clipPathSubscription = combineLatest({
357
- defsSelection: defsSelection$,
358
- seriesLabels: seriesLabels$,
359
- axisSize: gridAxesSize$,
360
- transitionDuration: transitionDuration$,
361
- transitionEase: transitionEase$
362
- }).pipe(
363
- takeUntil(destroy$),
364
- switchMap(async (d) => d),
365
- ).subscribe(data => {
366
- // 外層的遮罩
367
- const clipPathBox = [{
368
- id: clipPathID,
369
- width: data.axisSize.width,
370
- height: data.axisSize.height
371
- }]
372
- // 各別線條的遮罩(各別動畫)
373
- const clipPathData = clipPathBox.concat(
374
- data.seriesLabels.map(d => {
375
- return {
376
- id: `orbcharts__clipPath_${d}`,
377
- width: data.axisSize.width,
378
- height: data.axisSize.height
379
- }
380
- })
381
- )
382
- renderClipPath({
383
- defsSelection: data.defsSelection,
384
- clipPathData,
385
- transitionDuration: data.transitionDuration,
386
- transitionEase: data.transitionEase
387
- })
388
- })
389
-
390
- // const SeriesDataMap$ = computedData$.pipe(
391
- // map(d => makeGridSeriesDataMap(d))
392
- // )
393
-
394
- // const GroupDataMap$ = computedData$.pipe(
395
- // map(d => makeGridGroupDataMap(d))
396
- // )
397
-
398
- const DataMap$ = computedData$.pipe(
399
- map(d => {
400
- const DataMap: Map<string, ComputedDatumGrid> = new Map()
401
- d.flat().forEach(_d => DataMap.set(_d.id, _d))
402
- return DataMap
403
- })
404
- )
405
-
406
- // 取得事件座標的group資料
407
- const gridGroupPositionFn$ = gridGroupPositionFnObservable({
408
- fullDataFormatter$,
409
- gridAxesSize$: gridAxesSize$,
410
- computedData$: computedData$,
411
- fullChartParams$: fullChartParams$,
412
- gridContainerPosition$: gridContainerPosition$,
413
- layout$: layout$
414
- })
415
-
416
- const highlightTarget$ = fullChartParams$.pipe(
417
- takeUntil(destroy$),
418
- map(d => d.highlightTarget),
419
- distinctUntilChanged()
420
- )
421
-
422
- const linearGradientIds$ = seriesLabels$.pipe(
423
- takeUntil(destroy$),
424
- map(d => d.map((d, i) => {
425
- return getUniID(pluginName, `lineargradient-${d}`)
426
- }))
427
- )
428
-
429
- const pathSelectionArr$ = combineLatest({
430
- graphicGSelection: graphicGSelection$,
431
- defsSelection: defsSelection$,
432
- visibleComputedLayoutData: visibleComputedLayoutData$,
433
- linearGradientIds: linearGradientIds$,
434
- areaPath: areaPath$,
435
- params: fullParams$,
436
- }).pipe(
437
- takeUntil(destroy$),
438
- switchMap(async (d) => d),
439
- map(data => {
440
- // const updateGraphic = data.graphicGSelection
441
- // .selectAll<SVGGElement, number>('g')
442
- // .data(data.seriesLabels, (d, i) => d)
443
- // const enterGraphic = updateGraphic.enter()
444
- // .append('g')
445
- // .classed(graphicClassName, true)
446
- // updateGraphic.exit().remove()
447
- // const graphicSelection = updateGraphic.merge(enterGraphic)
448
- // .attr('clip-path', (d, i) => `url(#orbcharts__clipPath_${d})`)
449
- let pathSelectionArr: d3.Selection<SVGPathElement, ComputedLayoutDatumGrid[], any, any>[] = []
450
-
451
- // 繪圖
452
- data.graphicGSelection.each((d, i, all) => {
453
- // 將資料分段
454
- const segmentData = makeSegmentData(data.visibleComputedLayoutData[i] ?? [])
455
-
456
- pathSelectionArr[i] = renderLineAreas({
457
- selection: d3.select(all[i]),
458
- pathClassName,
459
- areaPath: data.areaPath,
460
- segmentData: segmentData,
461
- linearGradientIds: data.linearGradientIds,
462
- params: data.params
463
- })
464
- renderLinearGradient({
465
- defsSelection: data.defsSelection,
466
- computedData: data.visibleComputedLayoutData,
467
- linearGradientIds: data.linearGradientIds,
468
- params: data.params
469
- })
470
- })
471
-
472
- return pathSelectionArr
473
- })
474
- )
475
-
476
- combineLatest({
477
- pathSelectionArr: pathSelectionArr$,
478
- computedData: computedData$,
479
- SeriesDataMap: SeriesDataMap$,
480
- GroupDataMap: GroupDataMap$,
481
- highlightTarget: highlightTarget$,
482
- gridGroupPositionFn: gridGroupPositionFn$,
483
- }).pipe(
484
- takeUntil(destroy$),
485
- switchMap(async (d) => d),
486
- ).subscribe(data => {
487
- data.pathSelectionArr.forEach(pathSelection => {
488
- pathSelection
489
- .on('mouseover', (event, datum) => {
490
- // event.stopPropagation()
491
-
492
- const seriesLabel = datum[0] ? datum[0].seriesLabel : ''
493
- const { groupIndex, groupLabel } = data.gridGroupPositionFn(event)
494
- const groupData = data.GroupDataMap.get(groupLabel)!
495
- const targetDatum = groupData.find(d => d.seriesLabel === seriesLabel)
496
- const _datum = targetDatum ?? datum[0]
497
-
498
- event$.next({
499
- type: 'grid',
500
- eventName: 'mouseover',
501
- pluginName,
502
- highlightTarget: data.highlightTarget,
503
- datum: _datum,
504
- gridIndex: _datum.gridIndex,
505
- series: data.SeriesDataMap.get(_datum.seriesLabel)!,
506
- seriesIndex: _datum.seriesIndex,
507
- seriesLabel: _datum.seriesLabel,
508
- groups: data.GroupDataMap.get(_datum.groupLabel)!,
509
- groupIndex: _datum.groupIndex,
510
- groupLabel: _datum.groupLabel,
511
- event,
512
- data: data.computedData
513
- })
514
- })
515
- .on('mousemove', (event, datum) => {
516
- // event.stopPropagation()
517
-
518
- const seriesLabel = datum[0] ? datum[0].seriesLabel : ''
519
- const { groupIndex, groupLabel } = data.gridGroupPositionFn(event)
520
- const groupData = data.GroupDataMap.get(groupLabel)!
521
- const targetDatum = groupData.find(d => d.seriesLabel === seriesLabel)
522
- const _datum = targetDatum ?? datum[0]
523
-
524
- event$.next({
525
- type: 'grid',
526
- eventName: 'mousemove',
527
- pluginName,
528
- highlightTarget: data.highlightTarget,
529
- datum: _datum,
530
- gridIndex: _datum.gridIndex,
531
- series: data.SeriesDataMap.get(_datum.seriesLabel)!,
532
- seriesIndex: _datum.seriesIndex,
533
- seriesLabel: _datum.seriesLabel,
534
- groups: data.GroupDataMap.get(_datum.groupLabel)!,
535
- groupIndex: _datum.groupIndex,
536
- groupLabel: _datum.groupLabel,
537
- event,
538
- data: data.computedData
539
- })
540
- })
541
- .on('mouseout', (event, datum) => {
542
- // event.stopPropagation()
543
-
544
- const seriesLabel = datum[0] ? datum[0].seriesLabel : ''
545
- const { groupIndex, groupLabel } = data.gridGroupPositionFn(event)
546
- const groupData = data.GroupDataMap.get(groupLabel)!
547
- const targetDatum = groupData.find(d => d.seriesLabel === seriesLabel)
548
- const _datum = targetDatum ?? datum[0]
549
-
550
- event$.next({
551
- type: 'grid',
552
- eventName: 'mouseout',
553
- pluginName,
554
- highlightTarget: data.highlightTarget,
555
- datum: _datum,
556
- gridIndex: _datum.gridIndex,
557
- series: data.SeriesDataMap.get(_datum.seriesLabel)!,
558
- seriesIndex: _datum.seriesIndex,
559
- seriesLabel: _datum.seriesLabel,
560
- groups: data.GroupDataMap.get(_datum.groupLabel)!,
561
- groupIndex: _datum.groupIndex,
562
- groupLabel: _datum.groupLabel,
563
- event,
564
- data: data.computedData
565
- })
566
- })
567
- .on('click', (event, datum) => {
568
- // event.stopPropagation()
569
-
570
- const seriesLabel = datum[0] ? datum[0].seriesLabel : ''
571
- const { groupIndex, groupLabel } = data.gridGroupPositionFn(event)
572
- const groupData = data.GroupDataMap.get(groupLabel)!
573
- const targetDatum = groupData.find(d => d.seriesLabel === seriesLabel)
574
- const _datum = targetDatum ?? datum[0]
575
-
576
- event$.next({
577
- type: 'grid',
578
- eventName: 'click',
579
- pluginName,
580
- highlightTarget: data.highlightTarget,
581
- datum: _datum,
582
- gridIndex: _datum.gridIndex,
583
- series: data.SeriesDataMap.get(_datum.seriesLabel)!,
584
- seriesIndex: _datum.seriesIndex,
585
- seriesLabel: _datum.seriesLabel,
586
- groups: data.GroupDataMap.get(_datum.groupLabel)!,
587
- groupIndex: _datum.groupIndex,
588
- groupLabel: _datum.groupLabel,
589
- event,
590
- data: data.computedData
591
- })
592
- })
593
- })
594
- })
595
-
596
- // const datumList$ = computedData$.pipe(
597
- // takeUntil(destroy$),
598
- // map(d => d.flat())
599
- // )
600
- // const highlight$ = highlightObservable({ datumList$, fullChartParams$, event$: store.event$ })
601
- // const highlightSubscription = gridHighlight$.subscribe()
602
-
603
- fullChartParams$.pipe(
604
- takeUntil(destroy$),
605
- filter(d => d.highlightTarget === 'series'),
606
- switchMap(d => combineLatest({
607
- graphicGSelection: graphicGSelection$,
608
- gridHighlight: gridHighlight$,
609
- DataMap: DataMap$,
610
- fullChartParams: fullChartParams$
611
- }).pipe(
612
- takeUntil(destroy$),
613
- switchMap(async d => d)
614
- ))
615
- ).subscribe(data => {
616
- const seriesLabel = data.gridHighlight[0] ? data.gridHighlight[0].seriesLabel : null
617
- highlightLineAreas({
618
- selection: data.graphicGSelection,
619
- seriesLabel,
620
- fullChartParams: data.fullChartParams
621
- })
622
- })
623
-
624
- return () => {
625
- destroy$.next(undefined)
626
- // highlightSubscription.unsubscribe()
627
- }
1
+ import * as d3 from 'd3'
2
+ import {
3
+ combineLatest,
4
+ map,
5
+ filter,
6
+ switchMap,
7
+ takeUntil,
8
+ distinctUntilChanged,
9
+ Observable,
10
+ Subject } from 'rxjs'
11
+ import type { BasePluginFn } from './types'
12
+ import type {
13
+ ComputedDatumGrid,
14
+ ComputedDataGrid,
15
+ ComputedLayoutDatumGrid,
16
+ ComputedLayoutDataGrid,
17
+ DataFormatterGrid,
18
+ EventGrid,
19
+ GridContainerPosition,
20
+ ChartParams,
21
+ Layout,
22
+ TransformData } from '../../lib/core-types'
23
+ import { getD3TransitionEase } from '../utils/d3Utils'
24
+ import { getClassName, getUniID, getMinAndMaxValue } from '../utils/orbchartsUtils'
25
+ import { gridGroupPositionFnObservable } from '../grid/gridObservables'
26
+ import { gridSelectionsObservable } from '../grid/gridObservables'
27
+
28
+ export interface BaseLineAreasParams {
29
+ lineCurve: string
30
+ // lineWidth: number
31
+ linearGradientOpacity: [number, number]
32
+ }
33
+
34
+ interface BaseLineAreasContext {
35
+ selection: d3.Selection<any, unknown, any, unknown>
36
+ computedData$: Observable<ComputedDataGrid>
37
+ computedLayoutData$: Observable<ComputedLayoutDataGrid>
38
+ visibleComputedData$: Observable<ComputedDatumGrid[][]>
39
+ visibleComputedLayoutData$: Observable<ComputedLayoutDataGrid>
40
+ seriesLabels$: Observable<string[]>
41
+ SeriesDataMap$: Observable<Map<string, ComputedDatumGrid[]>>
42
+ GroupDataMap$: Observable<Map<string, ComputedDatumGrid[]>>
43
+ fullDataFormatter$: Observable<DataFormatterGrid>
44
+ fullParams$: Observable<BaseLineAreasParams>
45
+ fullChartParams$: Observable<ChartParams>
46
+ gridAxesTransform$: Observable<TransformData>
47
+ gridGraphicTransform$: Observable<TransformData>
48
+ gridAxesSize$: Observable<{
49
+ width: number;
50
+ height: number;
51
+ }>
52
+ gridHighlight$: Observable<ComputedDatumGrid[]>
53
+ gridContainerPosition$: Observable<GridContainerPosition[]>
54
+ allContainerPosition$: Observable<GridContainerPosition[]>
55
+ layout$: Observable<Layout>
56
+ event$: Subject<EventGrid>
57
+ }
58
+
59
+ type ClipPathDatum = {
60
+ id: string;
61
+ // x: number;
62
+ // y: number;
63
+ width: number;
64
+ height: number;
65
+ }
66
+
67
+ // const pluginName = 'Lines'
68
+ // const pathClassName = getClassName(pluginName, 'path')
69
+
70
+
71
+ function createAreaPath (lineCurve: string = 'curveLinear', valueAxisStart: number): d3.Line<ComputedLayoutDatumGrid> {
72
+ return d3.area<ComputedLayoutDatumGrid>()
73
+ .x((d) => d.axisX)
74
+ .y0(d => valueAxisStart)
75
+ .y1((d) => d.axisY)
76
+ .curve((d3 as any)[lineCurve])
77
+
78
+ }
79
+
80
+ // 依無值的資料分段
81
+ function makeSegmentData (data: ComputedLayoutDatumGrid[]): ComputedLayoutDatumGrid[][] {
82
+ let segmentData: ComputedLayoutDatumGrid[][] = [[]]
83
+
84
+ let currentIndex = 0
85
+ for (let i in data) {
86
+ if (data[i].visible == false || data[i].value === undefined || data[i].value === null) {
87
+ // 換下一段的 index
88
+ if (segmentData[currentIndex].length) {
89
+ currentIndex ++
90
+ segmentData[currentIndex] = []
91
+ }
92
+ continue
93
+ }
94
+ segmentData[currentIndex].push(data[i])
95
+ }
96
+
97
+ return segmentData
98
+ }
99
+
100
+
101
+ function renderLineAreas ({ selection, pathClassName, segmentData, areaPath, linearGradientIds, params }: {
102
+ selection: d3.Selection<SVGGElement, unknown, any, unknown>
103
+ pathClassName: string
104
+ segmentData: ComputedLayoutDatumGrid[][]
105
+ areaPath: d3.Line<ComputedLayoutDatumGrid>
106
+ linearGradientIds: string[]
107
+ params: BaseLineAreasParams
108
+ }): d3.Selection<SVGPathElement, ComputedLayoutDatumGrid[], any, any> {
109
+ // if (!data[0]) {
110
+ // return undefined
111
+ // }
112
+
113
+ const lineAreas = selection
114
+ .selectAll<SVGPathElement, ComputedLayoutDatumGrid[]>('path')
115
+ .data(segmentData, (d, i) => d.length ? `${d[0].id}_${d[d.length - 1].id}` : i) // 以線段起迄id結合為線段id
116
+ .join(
117
+ enter => {
118
+ return enter
119
+ .append<SVGPathElement>('path')
120
+ .classed(pathClassName, true)
121
+ .attr("fill","none")
122
+ // .attr('pointer-events', 'visibleStroke') // 只對線條產生事件
123
+ .style('vector-effect', 'non-scaling-stroke')
124
+ .style('cursor', 'pointer')
125
+ },
126
+ update => update,
127
+ exit => exit.remove()
128
+ )
129
+ // .attr("stroke-width", params.lineWidth)
130
+ // .attr("stroke", (d, i) => d[0] && d[0].color)
131
+ .attr("fill", (d, i) => d[0] ? `url(#${linearGradientIds[d[0].seriesIndex]})` : '')
132
+ .attr("d", (d) => {
133
+ return areaPath(d)
134
+ })
135
+
136
+ return lineAreas
137
+ }
138
+
139
+ function highlightLineAreas ({ selection, seriesLabel, fullChartParams }: {
140
+ selection: d3.Selection<any, string, any, any>
141
+ seriesLabel: string | null
142
+ fullChartParams: ChartParams
143
+ }) {
144
+ selection.interrupt('highlight')
145
+ if (!seriesLabel) {
146
+ // remove highlight
147
+ selection
148
+ .transition('highlight')
149
+ .duration(200)
150
+ .style('opacity', 1)
151
+ return
152
+ }
153
+
154
+ selection
155
+ .each((currentSeriesLabel, i, n) => {
156
+ // const currentSeriesLabel = d[0] ? d[0].seriesLabel : ''
157
+
158
+ if (currentSeriesLabel === seriesLabel) {
159
+ d3.select(n[i])
160
+ .style('opacity', 1)
161
+ } else {
162
+ d3.select(n[i])
163
+ .style('opacity', fullChartParams.styles.unhighlightedOpacity)
164
+ }
165
+ })
166
+ }
167
+
168
+ function renderLinearGradient ({ defsSelection, computedData, linearGradientIds, params }: {
169
+ defsSelection: d3.Selection<SVGDefsElement, any, any, any>
170
+ computedData: ComputedDataGrid
171
+ linearGradientIds: string[]
172
+ params: BaseLineAreasParams
173
+ }) {
174
+ defsSelection!
175
+ .selectAll<SVGLinearGradientElement, ComputedDatumGrid>('linearGradient')
176
+ .data(computedData ?? [])
177
+ .join(
178
+ enter => {
179
+ return enter
180
+ .append('linearGradient')
181
+ .attr('x1', '0%')
182
+ .attr('x2', '0%')
183
+ .attr('y1', '100%')
184
+ .attr('y2', '0%')
185
+ .attr('spreadMethod', 'pad')
186
+ },
187
+ update => update,
188
+ exit => exit.remove()
189
+ )
190
+ .attr('id', (d, i) => {
191
+ return d[0] ? linearGradientIds[d[0].seriesIndex] : ''
192
+ })
193
+ .html((d, i) => {
194
+ const color = d[0] ? d[0].color : ''
195
+ return `
196
+ <stop offset="0%" stop-color="${color}" stop-opacity="${params.linearGradientOpacity[0]}"/>
197
+ <stop offset="100%" stop-color="${color}" stop-opacity="${params.linearGradientOpacity[1]}"/>
198
+ `
199
+ })
200
+
201
+ }
202
+
203
+ function renderClipPath ({ defsSelection, clipPathData, transitionDuration, transitionEase }: {
204
+ defsSelection: d3.Selection<SVGDefsElement, any, any, any>
205
+ clipPathData: ClipPathDatum[]
206
+ transitionDuration: number
207
+ transitionEase: string
208
+ }) {
209
+ const clipPath = defsSelection
210
+ .selectAll<SVGClipPathElement, Layout>('clipPath')
211
+ .data(clipPathData)
212
+ .join(
213
+ enter => {
214
+ return enter
215
+ .append('clipPath')
216
+ },
217
+ update => update,
218
+ exit => exit.remove()
219
+ )
220
+ .attr('id', d => d.id)
221
+ .each((d, i, g) => {
222
+ const rect = d3.select(g[i])
223
+ .selectAll<SVGRectElement, typeof d>('rect')
224
+ .data([d])
225
+ .join(
226
+ enter => {
227
+ const enterSelection = enter
228
+ .append('rect')
229
+ enterSelection
230
+ .transition()
231
+ .duration(transitionDuration)
232
+ .ease(getD3TransitionEase(transitionEase))
233
+ // .delay(100) // @Q@ 不知為何如果沒加 delay位置會有點跑掉
234
+ .tween('tween', (_d, _i, _g) => {
235
+ return (t) => {
236
+ const transitionWidth = _d.width * t
237
+
238
+ enterSelection
239
+ .attr('x', 0)
240
+ .attr('y', 0)
241
+ .attr('width', _d => transitionWidth)
242
+ .attr('height', _d => _d.height)
243
+ }
244
+ })
245
+ return enterSelection
246
+ },
247
+ update => {
248
+ return update
249
+ .attr('x', 0)
250
+ .attr('y', 0)
251
+ .attr('width', _d => _d.width)
252
+ .attr('height', _d => _d.height)
253
+ },
254
+ exit => exit.remove()
255
+ )
256
+ })
257
+
258
+ }
259
+
260
+ export const createBaseLineAreas: BasePluginFn<BaseLineAreasContext> = (pluginName: string, {
261
+ selection,
262
+ computedData$,
263
+ computedLayoutData$,
264
+ visibleComputedData$,
265
+ visibleComputedLayoutData$,
266
+ seriesLabels$,
267
+ SeriesDataMap$,
268
+ GroupDataMap$,
269
+ fullParams$,
270
+ fullDataFormatter$,
271
+ fullChartParams$,
272
+ gridAxesTransform$,
273
+ gridGraphicTransform$,
274
+ gridAxesSize$,
275
+ gridHighlight$,
276
+ gridContainerPosition$,
277
+ layout$,
278
+ event$
279
+ }) => {
280
+
281
+ const destroy$ = new Subject()
282
+
283
+ const clipPathID = getUniID(pluginName, 'clipPath-box')
284
+ const pathClassName = getClassName(pluginName, 'path')
285
+
286
+ const {
287
+ seriesSelection$,
288
+ axesSelection$,
289
+ defsSelection$,
290
+ graphicGSelection$
291
+ } = gridSelectionsObservable({
292
+ selection,
293
+ pluginName,
294
+ clipPathID,
295
+ seriesLabels$,
296
+ gridContainerPosition$,
297
+ gridAxesTransform$,
298
+ gridGraphicTransform$
299
+ })
300
+
301
+ // valueAxis 的起始座標
302
+ const valueAxisStart$: Observable<number> = gridGraphicTransform$.pipe(
303
+ takeUntil(destroy$),
304
+ map(data => {
305
+ // 抵消掉外層的變型
306
+ return - data.translate[1] / data.scale[1]
307
+ })
308
+ )
309
+
310
+ const areaPath$: Observable<d3.Line<ComputedLayoutDatumGrid>> = new Observable(subscriber => {
311
+ const paramsSubscription = combineLatest({
312
+ fullParams: fullParams$,
313
+ valueAxisStart: valueAxisStart$
314
+ }).pipe(
315
+ takeUntil(destroy$)
316
+ )
317
+ .subscribe(d => {
318
+ const areaPath = createAreaPath(d.fullParams.lineCurve, d.valueAxisStart)
319
+ subscriber.next(areaPath)
320
+ })
321
+ return () => {
322
+ paramsSubscription.unsubscribe()
323
+ }
324
+ })
325
+
326
+ // // 顯示範圍內的series labels
327
+ // const seriesLabels$: Observable<string[]> = new Observable(subscriber => {
328
+ // computedData$.pipe(
329
+ // takeUntil(destroy$),
330
+ // switchMap(async (d) => d),
331
+ // ).subscribe(data => {
332
+ // const labels = data[0] && data[0][0]
333
+ // ? data.map(d => d[0].seriesLabel)
334
+ // : []
335
+ // subscriber.next(labels)
336
+ // })
337
+ // })
338
+
339
+ // const axisSize$ = gridAxisSizeObservable({
340
+ // fullDataFormatter$,
341
+ // computedLayout$
342
+ // })
343
+
344
+ const transitionDuration$ = fullChartParams$
345
+ .pipe(
346
+ map(d => d.transitionDuration),
347
+ distinctUntilChanged()
348
+ )
349
+
350
+ const transitionEase$ = fullChartParams$
351
+ .pipe(
352
+ map(d => d.transitionEase),
353
+ distinctUntilChanged()
354
+ )
355
+
356
+ const clipPathSubscription = combineLatest({
357
+ defsSelection: defsSelection$,
358
+ seriesLabels: seriesLabels$,
359
+ axisSize: gridAxesSize$,
360
+ transitionDuration: transitionDuration$,
361
+ transitionEase: transitionEase$
362
+ }).pipe(
363
+ takeUntil(destroy$),
364
+ switchMap(async (d) => d),
365
+ ).subscribe(data => {
366
+ // 外層的遮罩
367
+ const clipPathBox = [{
368
+ id: clipPathID,
369
+ width: data.axisSize.width,
370
+ height: data.axisSize.height
371
+ }]
372
+ // 各別線條的遮罩(各別動畫)
373
+ const clipPathData = clipPathBox.concat(
374
+ data.seriesLabels.map(d => {
375
+ return {
376
+ id: `orbcharts__clipPath_${d}`,
377
+ width: data.axisSize.width,
378
+ height: data.axisSize.height
379
+ }
380
+ })
381
+ )
382
+ renderClipPath({
383
+ defsSelection: data.defsSelection,
384
+ clipPathData,
385
+ transitionDuration: data.transitionDuration,
386
+ transitionEase: data.transitionEase
387
+ })
388
+ })
389
+
390
+ // const SeriesDataMap$ = computedData$.pipe(
391
+ // map(d => makeGridSeriesDataMap(d))
392
+ // )
393
+
394
+ // const GroupDataMap$ = computedData$.pipe(
395
+ // map(d => makeGridGroupDataMap(d))
396
+ // )
397
+
398
+ const DataMap$ = computedData$.pipe(
399
+ map(d => {
400
+ const DataMap: Map<string, ComputedDatumGrid> = new Map()
401
+ d.flat().forEach(_d => DataMap.set(_d.id, _d))
402
+ return DataMap
403
+ })
404
+ )
405
+
406
+ // 取得事件座標的group資料
407
+ const gridGroupPositionFn$ = gridGroupPositionFnObservable({
408
+ fullDataFormatter$,
409
+ gridAxesSize$: gridAxesSize$,
410
+ computedData$: computedData$,
411
+ fullChartParams$: fullChartParams$,
412
+ gridContainerPosition$: gridContainerPosition$,
413
+ layout$: layout$
414
+ })
415
+
416
+ const highlightTarget$ = fullChartParams$.pipe(
417
+ takeUntil(destroy$),
418
+ map(d => d.highlightTarget),
419
+ distinctUntilChanged()
420
+ )
421
+
422
+ const linearGradientIds$ = seriesLabels$.pipe(
423
+ takeUntil(destroy$),
424
+ map(d => d.map((d, i) => {
425
+ return getUniID(pluginName, `lineargradient-${d}`)
426
+ }))
427
+ )
428
+
429
+ const pathSelectionArr$ = combineLatest({
430
+ graphicGSelection: graphicGSelection$,
431
+ defsSelection: defsSelection$,
432
+ visibleComputedLayoutData: visibleComputedLayoutData$,
433
+ linearGradientIds: linearGradientIds$,
434
+ areaPath: areaPath$,
435
+ params: fullParams$,
436
+ }).pipe(
437
+ takeUntil(destroy$),
438
+ switchMap(async (d) => d),
439
+ map(data => {
440
+ // const updateGraphic = data.graphicGSelection
441
+ // .selectAll<SVGGElement, number>('g')
442
+ // .data(data.seriesLabels, (d, i) => d)
443
+ // const enterGraphic = updateGraphic.enter()
444
+ // .append('g')
445
+ // .classed(graphicClassName, true)
446
+ // updateGraphic.exit().remove()
447
+ // const graphicSelection = updateGraphic.merge(enterGraphic)
448
+ // .attr('clip-path', (d, i) => `url(#orbcharts__clipPath_${d})`)
449
+ let pathSelectionArr: d3.Selection<SVGPathElement, ComputedLayoutDatumGrid[], any, any>[] = []
450
+
451
+ // 繪圖
452
+ data.graphicGSelection.each((d, i, all) => {
453
+ // 將資料分段
454
+ const segmentData = makeSegmentData(data.visibleComputedLayoutData[i] ?? [])
455
+
456
+ pathSelectionArr[i] = renderLineAreas({
457
+ selection: d3.select(all[i]),
458
+ pathClassName,
459
+ areaPath: data.areaPath,
460
+ segmentData: segmentData,
461
+ linearGradientIds: data.linearGradientIds,
462
+ params: data.params
463
+ })
464
+ renderLinearGradient({
465
+ defsSelection: data.defsSelection,
466
+ computedData: data.visibleComputedLayoutData,
467
+ linearGradientIds: data.linearGradientIds,
468
+ params: data.params
469
+ })
470
+ })
471
+
472
+ return pathSelectionArr
473
+ })
474
+ )
475
+
476
+ combineLatest({
477
+ pathSelectionArr: pathSelectionArr$,
478
+ computedData: computedData$,
479
+ SeriesDataMap: SeriesDataMap$,
480
+ GroupDataMap: GroupDataMap$,
481
+ highlightTarget: highlightTarget$,
482
+ gridGroupPositionFn: gridGroupPositionFn$,
483
+ }).pipe(
484
+ takeUntil(destroy$),
485
+ switchMap(async (d) => d),
486
+ ).subscribe(data => {
487
+ data.pathSelectionArr.forEach(pathSelection => {
488
+ pathSelection
489
+ .on('mouseover', (event, datum) => {
490
+ // event.stopPropagation()
491
+
492
+ const seriesLabel = datum[0] ? datum[0].seriesLabel : ''
493
+ const { groupIndex, groupLabel } = data.gridGroupPositionFn(event)
494
+ const groupData = data.GroupDataMap.get(groupLabel)!
495
+ const targetDatum = groupData.find(d => d.seriesLabel === seriesLabel)
496
+ const _datum = targetDatum ?? datum[0]
497
+
498
+ event$.next({
499
+ type: 'grid',
500
+ eventName: 'mouseover',
501
+ pluginName,
502
+ highlightTarget: data.highlightTarget,
503
+ datum: _datum,
504
+ gridIndex: _datum.gridIndex,
505
+ series: data.SeriesDataMap.get(_datum.seriesLabel)!,
506
+ seriesIndex: _datum.seriesIndex,
507
+ seriesLabel: _datum.seriesLabel,
508
+ groups: data.GroupDataMap.get(_datum.groupLabel)!,
509
+ groupIndex: _datum.groupIndex,
510
+ groupLabel: _datum.groupLabel,
511
+ event,
512
+ data: data.computedData
513
+ })
514
+ })
515
+ .on('mousemove', (event, datum) => {
516
+ // event.stopPropagation()
517
+
518
+ const seriesLabel = datum[0] ? datum[0].seriesLabel : ''
519
+ const { groupIndex, groupLabel } = data.gridGroupPositionFn(event)
520
+ const groupData = data.GroupDataMap.get(groupLabel)!
521
+ const targetDatum = groupData.find(d => d.seriesLabel === seriesLabel)
522
+ const _datum = targetDatum ?? datum[0]
523
+
524
+ event$.next({
525
+ type: 'grid',
526
+ eventName: 'mousemove',
527
+ pluginName,
528
+ highlightTarget: data.highlightTarget,
529
+ datum: _datum,
530
+ gridIndex: _datum.gridIndex,
531
+ series: data.SeriesDataMap.get(_datum.seriesLabel)!,
532
+ seriesIndex: _datum.seriesIndex,
533
+ seriesLabel: _datum.seriesLabel,
534
+ groups: data.GroupDataMap.get(_datum.groupLabel)!,
535
+ groupIndex: _datum.groupIndex,
536
+ groupLabel: _datum.groupLabel,
537
+ event,
538
+ data: data.computedData
539
+ })
540
+ })
541
+ .on('mouseout', (event, datum) => {
542
+ // event.stopPropagation()
543
+
544
+ const seriesLabel = datum[0] ? datum[0].seriesLabel : ''
545
+ const { groupIndex, groupLabel } = data.gridGroupPositionFn(event)
546
+ const groupData = data.GroupDataMap.get(groupLabel)!
547
+ const targetDatum = groupData.find(d => d.seriesLabel === seriesLabel)
548
+ const _datum = targetDatum ?? datum[0]
549
+
550
+ event$.next({
551
+ type: 'grid',
552
+ eventName: 'mouseout',
553
+ pluginName,
554
+ highlightTarget: data.highlightTarget,
555
+ datum: _datum,
556
+ gridIndex: _datum.gridIndex,
557
+ series: data.SeriesDataMap.get(_datum.seriesLabel)!,
558
+ seriesIndex: _datum.seriesIndex,
559
+ seriesLabel: _datum.seriesLabel,
560
+ groups: data.GroupDataMap.get(_datum.groupLabel)!,
561
+ groupIndex: _datum.groupIndex,
562
+ groupLabel: _datum.groupLabel,
563
+ event,
564
+ data: data.computedData
565
+ })
566
+ })
567
+ .on('click', (event, datum) => {
568
+ // event.stopPropagation()
569
+
570
+ const seriesLabel = datum[0] ? datum[0].seriesLabel : ''
571
+ const { groupIndex, groupLabel } = data.gridGroupPositionFn(event)
572
+ const groupData = data.GroupDataMap.get(groupLabel)!
573
+ const targetDatum = groupData.find(d => d.seriesLabel === seriesLabel)
574
+ const _datum = targetDatum ?? datum[0]
575
+
576
+ event$.next({
577
+ type: 'grid',
578
+ eventName: 'click',
579
+ pluginName,
580
+ highlightTarget: data.highlightTarget,
581
+ datum: _datum,
582
+ gridIndex: _datum.gridIndex,
583
+ series: data.SeriesDataMap.get(_datum.seriesLabel)!,
584
+ seriesIndex: _datum.seriesIndex,
585
+ seriesLabel: _datum.seriesLabel,
586
+ groups: data.GroupDataMap.get(_datum.groupLabel)!,
587
+ groupIndex: _datum.groupIndex,
588
+ groupLabel: _datum.groupLabel,
589
+ event,
590
+ data: data.computedData
591
+ })
592
+ })
593
+ })
594
+ })
595
+
596
+ // const datumList$ = computedData$.pipe(
597
+ // takeUntil(destroy$),
598
+ // map(d => d.flat())
599
+ // )
600
+ // const highlight$ = highlightObservable({ datumList$, fullChartParams$, event$: store.event$ })
601
+ // const highlightSubscription = gridHighlight$.subscribe()
602
+
603
+ fullChartParams$.pipe(
604
+ takeUntil(destroy$),
605
+ filter(d => d.highlightTarget === 'series'),
606
+ switchMap(d => combineLatest({
607
+ graphicGSelection: graphicGSelection$,
608
+ gridHighlight: gridHighlight$,
609
+ DataMap: DataMap$,
610
+ fullChartParams: fullChartParams$
611
+ }).pipe(
612
+ takeUntil(destroy$),
613
+ switchMap(async d => d)
614
+ ))
615
+ ).subscribe(data => {
616
+ const seriesLabel = data.gridHighlight[0] ? data.gridHighlight[0].seriesLabel : null
617
+ highlightLineAreas({
618
+ selection: data.graphicGSelection,
619
+ seriesLabel,
620
+ fullChartParams: data.fullChartParams
621
+ })
622
+ })
623
+
624
+ return () => {
625
+ destroy$.next(undefined)
626
+ // highlightSubscription.unsubscribe()
627
+ }
628
628
  }