@dpuse/dpuse-tool-d3-visualiser 0.0.18 → 0.0.21

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/README.md CHANGED
@@ -16,7 +16,7 @@ sent to all existing browser apps.
16
16
  Basic usage example with no error handling.
17
17
 
18
18
  ```typescript
19
- import type { D3Tool as D3ToolType, SankeyDiagramData } from '@dpuse/dpuse-tool-d3';
19
+ import type { D3Tool as D3ToolType, SankeyDiagramData } from '@dpuse/dpuse-tool-d3-visualiser';
20
20
 
21
21
  async function loadD3Tool(version: string): Promise<D3ToolType> {
22
22
  if (d3Tool) return d3Tool;
@@ -48,57 +48,57 @@ const view = d3Tool.renderSankeyDiagram(data, renderTo);
48
48
 
49
49
  License data is collected automatically on each release using [license-checker](https://github.com/RSeidelsohn/license-checker-rseidelsohn). The following table lists all production dependencies. These dependencies (including transitive ones) have been checked and confirmed to use BSD-3-Clause, ISC, MIT, or Unlicense — all permissive, commercially-friendly licenses. Users of the uploaded library are covered by these checks; developers cloning this repository should independently verify development dependencies.
50
50
 
51
- |Dependency|Version|License(s)|Document|
52
- |:-|:-:|:-|:-|
53
- |[@dagrejs/dagre](https://github.com/dagrejs/dagre)|3.0.0|MIT|[LICENSE](licenses/downloads/@dagrejs/dagre@3.0.0-LICENSE.txt)|
54
- |[@dagrejs/graphlib](https://github.com/dagrejs/graphlib)|4.0.1|MIT|[LICENSE](licenses/downloads/@dagrejs/graphlib@4.0.1-LICENSE.txt)|
55
- |[@dpuse/dpuse-shared](https://github.com/dpuse/dpuse-shared)|0.3.760|MIT|[LICENSE](licenses/downloads/@dpuse/dpuse-shared@0.3.760-LICENSE.txt)|
56
- |[@observablehq/plot](https://github.com/observablehq/plot)|0.6.17|ISC|[LICENSE](licenses/downloads/@observablehq/plot@0.6.17-LICENSE.txt)|
57
- |[@types/d3-selection](https://github.com/DefinitelyTyped/DefinitelyTyped)|3.0.11|MIT|[LICENSE](licenses/downloads/@types/d3-selection@3.0.11-LICENSE.txt)|
58
- |[@types/d3-transition](https://github.com/DefinitelyTyped/DefinitelyTyped)|3.0.9|MIT|[LICENSE](licenses/downloads/@types/d3-transition@3.0.9-LICENSE.txt)|
59
- |[billboard.js](https://github.com/naver/billboard.js)|4.0.3|MIT|[LICENSE](licenses/downloads/billboard.js@4.0.3-LICENSE.txt)|
60
- |[binary-search-bounds](https://github.com/mikolalysenko/binary-search-bounds)|2.0.5|MIT|[LICENSE](licenses/downloads/binary-search-bounds@2.0.5-LICENSE.txt)|
61
- |[commander](https://github.com/tj/commander.js)|7.2.0|MIT|[LICENSE](licenses/downloads/commander@7.2.0-LICENSE.txt)|
62
- |[d3-array](https://github.com/d3/d3-array)|3.2.4|ISC|[LICENSE](licenses/downloads/d3-array@3.2.4-LICENSE.txt)|
63
- |[d3-axis](https://github.com/d3/d3-axis)|3.0.0|ISC|[LICENSE](licenses/downloads/d3-axis@3.0.0-LICENSE.txt)|
64
- |[d3-brush](https://github.com/d3/d3-brush)|3.0.0|ISC|[LICENSE](licenses/downloads/d3-brush@3.0.0-LICENSE.txt)|
65
- |[d3-chord](https://github.com/d3/d3-chord)|3.0.1|ISC|[LICENSE](licenses/downloads/d3-chord@3.0.1-LICENSE.txt)|
66
- |[d3-color](https://github.com/d3/d3-color)|3.1.0|ISC|[LICENSE](licenses/downloads/d3-color@3.1.0-LICENSE.txt)|
67
- |[d3-contour](https://github.com/d3/d3-contour)|4.0.2|ISC|[LICENSE](licenses/downloads/d3-contour@4.0.2-LICENSE.txt)|
68
- |[d3-delaunay](https://github.com/d3/d3-delaunay)|6.0.4|ISC|[LICENSE](licenses/downloads/d3-delaunay@6.0.4-LICENSE.txt)|
69
- |[d3-dispatch](https://github.com/d3/d3-dispatch)|3.0.1|ISC|[LICENSE](licenses/downloads/d3-dispatch@3.0.1-LICENSE.txt)|
70
- |[d3-drag](https://github.com/d3/d3-drag)|3.0.0|ISC|[LICENSE](licenses/downloads/d3-drag@3.0.0-LICENSE.txt)|
71
- |[d3-dsv](https://github.com/d3/d3-dsv)|3.0.1|ISC|[LICENSE](licenses/downloads/d3-dsv@3.0.1-LICENSE.txt)|
72
- |[d3-ease](https://github.com/d3/d3-ease)|3.0.1|BSD-3-Clause|[LICENSE](licenses/downloads/d3-ease@3.0.1-LICENSE.txt)|
73
- |[d3-fetch](https://github.com/d3/d3-fetch)|3.0.1|ISC|[LICENSE](licenses/downloads/d3-fetch@3.0.1-LICENSE.txt)|
74
- |[d3-force](https://github.com/d3/d3-force)|3.0.0|ISC|[LICENSE](licenses/downloads/d3-force@3.0.0-LICENSE.txt)|
75
- |[d3-format](https://github.com/d3/d3-format)|3.1.2|ISC|[LICENSE](licenses/downloads/d3-format@3.1.2-LICENSE.txt)|
76
- |[d3-geo](https://github.com/d3/d3-geo)|3.1.1|ISC|[LICENSE](licenses/downloads/d3-geo@3.1.1-LICENSE.txt)|
77
- |[d3-hierarchy](https://github.com/d3/d3-hierarchy)|3.1.2|ISC|[LICENSE](licenses/downloads/d3-hierarchy@3.1.2-LICENSE.txt)|
78
- |[d3-interpolate](https://github.com/d3/d3-interpolate)|3.0.1|ISC|[LICENSE](licenses/downloads/d3-interpolate@3.0.1-LICENSE.txt)|
79
- |[d3-path](https://github.com/d3/d3-path)|3.1.0|ISC|[LICENSE](licenses/downloads/d3-path@3.1.0-LICENSE.txt)|
80
- |[d3-polygon](https://github.com/d3/d3-polygon)|3.0.1|ISC|[LICENSE](licenses/downloads/d3-polygon@3.0.1-LICENSE.txt)|
81
- |[d3-quadtree](https://github.com/d3/d3-quadtree)|3.0.1|ISC|[LICENSE](licenses/downloads/d3-quadtree@3.0.1-LICENSE.txt)|
82
- |[d3-random](https://github.com/d3/d3-random)|3.0.1|ISC|[LICENSE](licenses/downloads/d3-random@3.0.1-LICENSE.txt)|
83
- |[d3-sankey](https://github.com/d3/d3-sankey)|0.12.3|BSD-3-Clause|[LICENSE](licenses/downloads/d3-sankey@0.12.3-LICENSE.txt)|
84
- |[d3-scale-chromatic](https://github.com/d3/d3-scale-chromatic)|3.1.0|ISC|[LICENSE](licenses/downloads/d3-scale-chromatic@3.1.0-LICENSE.txt)|
85
- |[d3-scale](https://github.com/d3/d3-scale)|4.0.2|ISC|[LICENSE](licenses/downloads/d3-scale@4.0.2-LICENSE.txt)|
86
- |[d3-selection](https://github.com/d3/d3-selection)|3.0.0|ISC|[LICENSE](licenses/downloads/d3-selection@3.0.0-LICENSE.txt)|
87
- |[d3-shape](https://github.com/d3/d3-shape)|3.2.0|ISC|[LICENSE](licenses/downloads/d3-shape@3.2.0-LICENSE.txt)|
88
- |[d3-time-format](https://github.com/d3/d3-time-format)|4.1.0|ISC|[LICENSE](licenses/downloads/d3-time-format@4.1.0-LICENSE.txt)|
89
- |[d3-time](https://github.com/d3/d3-time)|3.1.0|ISC|[LICENSE](licenses/downloads/d3-time@3.1.0-LICENSE.txt)|
90
- |[d3-timer](https://github.com/d3/d3-timer)|3.0.1|ISC|[LICENSE](licenses/downloads/d3-timer@3.0.1-LICENSE.txt)|
91
- |[d3-transition](https://github.com/d3/d3-transition)|3.0.1|ISC|[LICENSE](licenses/downloads/d3-transition@3.0.1-LICENSE.txt)|
92
- |[d3-zoom](https://github.com/d3/d3-zoom)|3.0.0|ISC|[LICENSE](licenses/downloads/d3-zoom@3.0.0-LICENSE.txt)|
93
- |[d3](https://github.com/d3/d3)|7.9.0|ISC|[LICENSE](licenses/downloads/d3@7.9.0-LICENSE.txt)|
94
- |[delaunator](https://github.com/mapbox/delaunator)|5.1.0|ISC|[LICENSE](licenses/downloads/delaunator@5.1.0-LICENSE.txt)|
95
- |[iconv-lite](https://github.com/ashtuchkin/iconv-lite)|0.6.3|MIT|[LICENSE](licenses/downloads/iconv-lite@0.6.3-LICENSE.txt)|
96
- |[internmap](https://github.com/mbostock/internmap)|2.0.3|ISC|[LICENSE](licenses/downloads/internmap@2.0.3-LICENSE.txt)|
97
- |[interval-tree-1d](https://github.com/mikolalysenko/interval-tree-1d)|1.0.4|MIT|[LICENSE](licenses/downloads/interval-tree-1d@1.0.4-LICENSE.txt)|
98
- |[isoformat](https://github.com/mbostock/isoformat)|0.2.1|ISC|[LICENSE](licenses/downloads/isoformat@0.2.1-LICENSE.txt)|
99
- |[robust-predicates](https://github.com/mourner/robust-predicates)|3.0.3|Unlicense|[LICENSE](licenses/downloads/robust-predicates@3.0.3-LICENSE.txt)|
100
- |[rw](https://github.com/mbostock/rw)|1.3.3|BSD-3-Clause|[LICENSE](licenses/downloads/rw@1.3.3-LICENSE.txt)|
101
- |[safer-buffer](https://github.com/ChALkeR/safer-buffer)|2.1.2|MIT|[LICENSE](licenses/downloads/safer-buffer@2.1.2-LICENSE.txt)|
51
+ | Dependency | Version | License(s) | Document |
52
+ | :---------------------------------------------------------------------------- | :-----: | :----------- | :-------------------------------------------------------------------- |
53
+ | [@dagrejs/dagre](https://github.com/dagrejs/dagre) | 3.0.0 | MIT | [LICENSE](licenses/downloads/@dagrejs/dagre@3.0.0-LICENSE.txt) |
54
+ | [@dagrejs/graphlib](https://github.com/dagrejs/graphlib) | 4.0.1 | MIT | [LICENSE](licenses/downloads/@dagrejs/graphlib@4.0.1-LICENSE.txt) |
55
+ | [@dpuse/dpuse-shared](https://github.com/dpuse/dpuse-shared) | 0.3.760 | MIT | [LICENSE](licenses/downloads/@dpuse/dpuse-shared@0.3.760-LICENSE.txt) |
56
+ | [@observablehq/plot](https://github.com/observablehq/plot) | 0.6.17 | ISC | [LICENSE](licenses/downloads/@observablehq/plot@0.6.17-LICENSE.txt) |
57
+ | [@types/d3-selection](https://github.com/DefinitelyTyped/DefinitelyTyped) | 3.0.11 | MIT | [LICENSE](licenses/downloads/@types/d3-selection@3.0.11-LICENSE.txt) |
58
+ | [@types/d3-transition](https://github.com/DefinitelyTyped/DefinitelyTyped) | 3.0.9 | MIT | [LICENSE](licenses/downloads/@types/d3-transition@3.0.9-LICENSE.txt) |
59
+ | [billboard.js](https://github.com/naver/billboard.js) | 4.0.3 | MIT | [LICENSE](licenses/downloads/billboard.js@4.0.3-LICENSE.txt) |
60
+ | [binary-search-bounds](https://github.com/mikolalysenko/binary-search-bounds) | 2.0.5 | MIT | [LICENSE](licenses/downloads/binary-search-bounds@2.0.5-LICENSE.txt) |
61
+ | [commander](https://github.com/tj/commander.js) | 7.2.0 | MIT | [LICENSE](licenses/downloads/commander@7.2.0-LICENSE.txt) |
62
+ | [d3-array](https://github.com/d3/d3-array) | 3.2.4 | ISC | [LICENSE](licenses/downloads/d3-array@3.2.4-LICENSE.txt) |
63
+ | [d3-axis](https://github.com/d3/d3-axis) | 3.0.0 | ISC | [LICENSE](licenses/downloads/d3-axis@3.0.0-LICENSE.txt) |
64
+ | [d3-brush](https://github.com/d3/d3-brush) | 3.0.0 | ISC | [LICENSE](licenses/downloads/d3-brush@3.0.0-LICENSE.txt) |
65
+ | [d3-chord](https://github.com/d3/d3-chord) | 3.0.1 | ISC | [LICENSE](licenses/downloads/d3-chord@3.0.1-LICENSE.txt) |
66
+ | [d3-color](https://github.com/d3/d3-color) | 3.1.0 | ISC | [LICENSE](licenses/downloads/d3-color@3.1.0-LICENSE.txt) |
67
+ | [d3-contour](https://github.com/d3/d3-contour) | 4.0.2 | ISC | [LICENSE](licenses/downloads/d3-contour@4.0.2-LICENSE.txt) |
68
+ | [d3-delaunay](https://github.com/d3/d3-delaunay) | 6.0.4 | ISC | [LICENSE](licenses/downloads/d3-delaunay@6.0.4-LICENSE.txt) |
69
+ | [d3-dispatch](https://github.com/d3/d3-dispatch) | 3.0.1 | ISC | [LICENSE](licenses/downloads/d3-dispatch@3.0.1-LICENSE.txt) |
70
+ | [d3-drag](https://github.com/d3/d3-drag) | 3.0.0 | ISC | [LICENSE](licenses/downloads/d3-drag@3.0.0-LICENSE.txt) |
71
+ | [d3-dsv](https://github.com/d3/d3-dsv) | 3.0.1 | ISC | [LICENSE](licenses/downloads/d3-dsv@3.0.1-LICENSE.txt) |
72
+ | [d3-ease](https://github.com/d3/d3-ease) | 3.0.1 | BSD-3-Clause | [LICENSE](licenses/downloads/d3-ease@3.0.1-LICENSE.txt) |
73
+ | [d3-fetch](https://github.com/d3/d3-fetch) | 3.0.1 | ISC | [LICENSE](licenses/downloads/d3-fetch@3.0.1-LICENSE.txt) |
74
+ | [d3-force](https://github.com/d3/d3-force) | 3.0.0 | ISC | [LICENSE](licenses/downloads/d3-force@3.0.0-LICENSE.txt) |
75
+ | [d3-format](https://github.com/d3/d3-format) | 3.1.2 | ISC | [LICENSE](licenses/downloads/d3-format@3.1.2-LICENSE.txt) |
76
+ | [d3-geo](https://github.com/d3/d3-geo) | 3.1.1 | ISC | [LICENSE](licenses/downloads/d3-geo@3.1.1-LICENSE.txt) |
77
+ | [d3-hierarchy](https://github.com/d3/d3-hierarchy) | 3.1.2 | ISC | [LICENSE](licenses/downloads/d3-hierarchy@3.1.2-LICENSE.txt) |
78
+ | [d3-interpolate](https://github.com/d3/d3-interpolate) | 3.0.1 | ISC | [LICENSE](licenses/downloads/d3-interpolate@3.0.1-LICENSE.txt) |
79
+ | [d3-path](https://github.com/d3/d3-path) | 3.1.0 | ISC | [LICENSE](licenses/downloads/d3-path@3.1.0-LICENSE.txt) |
80
+ | [d3-polygon](https://github.com/d3/d3-polygon) | 3.0.1 | ISC | [LICENSE](licenses/downloads/d3-polygon@3.0.1-LICENSE.txt) |
81
+ | [d3-quadtree](https://github.com/d3/d3-quadtree) | 3.0.1 | ISC | [LICENSE](licenses/downloads/d3-quadtree@3.0.1-LICENSE.txt) |
82
+ | [d3-random](https://github.com/d3/d3-random) | 3.0.1 | ISC | [LICENSE](licenses/downloads/d3-random@3.0.1-LICENSE.txt) |
83
+ | [d3-sankey](https://github.com/d3/d3-sankey) | 0.12.3 | BSD-3-Clause | [LICENSE](licenses/downloads/d3-sankey@0.12.3-LICENSE.txt) |
84
+ | [d3-scale-chromatic](https://github.com/d3/d3-scale-chromatic) | 3.1.0 | ISC | [LICENSE](licenses/downloads/d3-scale-chromatic@3.1.0-LICENSE.txt) |
85
+ | [d3-scale](https://github.com/d3/d3-scale) | 4.0.2 | ISC | [LICENSE](licenses/downloads/d3-scale@4.0.2-LICENSE.txt) |
86
+ | [d3-selection](https://github.com/d3/d3-selection) | 3.0.0 | ISC | [LICENSE](licenses/downloads/d3-selection@3.0.0-LICENSE.txt) |
87
+ | [d3-shape](https://github.com/d3/d3-shape) | 3.2.0 | ISC | [LICENSE](licenses/downloads/d3-shape@3.2.0-LICENSE.txt) |
88
+ | [d3-time-format](https://github.com/d3/d3-time-format) | 4.1.0 | ISC | [LICENSE](licenses/downloads/d3-time-format@4.1.0-LICENSE.txt) |
89
+ | [d3-time](https://github.com/d3/d3-time) | 3.1.0 | ISC | [LICENSE](licenses/downloads/d3-time@3.1.0-LICENSE.txt) |
90
+ | [d3-timer](https://github.com/d3/d3-timer) | 3.0.1 | ISC | [LICENSE](licenses/downloads/d3-timer@3.0.1-LICENSE.txt) |
91
+ | [d3-transition](https://github.com/d3/d3-transition) | 3.0.1 | ISC | [LICENSE](licenses/downloads/d3-transition@3.0.1-LICENSE.txt) |
92
+ | [d3-zoom](https://github.com/d3/d3-zoom) | 3.0.0 | ISC | [LICENSE](licenses/downloads/d3-zoom@3.0.0-LICENSE.txt) |
93
+ | [d3](https://github.com/d3/d3) | 7.9.0 | ISC | [LICENSE](licenses/downloads/d3@7.9.0-LICENSE.txt) |
94
+ | [delaunator](https://github.com/mapbox/delaunator) | 5.1.0 | ISC | [LICENSE](licenses/downloads/delaunator@5.1.0-LICENSE.txt) |
95
+ | [iconv-lite](https://github.com/ashtuchkin/iconv-lite) | 0.6.3 | MIT | [LICENSE](licenses/downloads/iconv-lite@0.6.3-LICENSE.txt) |
96
+ | [internmap](https://github.com/mbostock/internmap) | 2.0.3 | ISC | [LICENSE](licenses/downloads/internmap@2.0.3-LICENSE.txt) |
97
+ | [interval-tree-1d](https://github.com/mikolalysenko/interval-tree-1d) | 1.0.4 | MIT | [LICENSE](licenses/downloads/interval-tree-1d@1.0.4-LICENSE.txt) |
98
+ | [isoformat](https://github.com/mbostock/isoformat) | 0.2.1 | ISC | [LICENSE](licenses/downloads/isoformat@0.2.1-LICENSE.txt) |
99
+ | [robust-predicates](https://github.com/mourner/robust-predicates) | 3.0.3 | Unlicense | [LICENSE](licenses/downloads/robust-predicates@3.0.3-LICENSE.txt) |
100
+ | [rw](https://github.com/mbostock/rw) | 1.3.3 | BSD-3-Clause | [LICENSE](licenses/downloads/rw@1.3.3-LICENSE.txt) |
101
+ | [safer-buffer](https://github.com/ChALkeR/safer-buffer) | 2.1.2 | MIT | [LICENSE](licenses/downloads/safer-buffer@2.1.2-LICENSE.txt) |
102
102
 
103
103
  <!-- DEPENDENCY_LICENSES_END -->
104
104
 
@@ -107,110 +107,110 @@ License data is collected automatically on each release using [license-checker](
107
107
  The dependency tree below lists every package in this project — direct and transitive — along with its installed version, release date, and update status. Packages flagged ❗ have a newer version available; ⚠️ indicates a package that hasn't been updated in the last 6 months or longer. Neither flag necessarily indicates a problem: we let new releases stabilise before upgrading, and some packages are simply mature and stable, requiring no active development.
108
108
 
109
109
  - **[@dagrejs/dagre](https://github.com/dagrejs/dagre)** 3.0.0 — **4 months** ago: 2026-03-22
110
- - **[@dagrejs/graphlib](https://github.com/dagrejs/graphlib)** 4.0.1 — **4 months** ago: 2026-03-08
110
+ - **[@dagrejs/graphlib](https://github.com/dagrejs/graphlib)** 4.0.1 — **4 months** ago: 2026-03-08
111
111
  - **[@dpuse/dpuse-shared](https://github.com/dpuse/dpuse-shared)** 0.3.760 — this month: 2026-08-02
112
112
  - **[@observablehq/plot](https://github.com/observablehq/plot)** 0.6.17 — **17 months** ago: 2025-02-14 ⚠️
113
- - **[d3](https://github.com/d3/d3)** 7.9.0 — **28 months** ago: 2024-03-12 ⚠️
114
- - **[d3-array](https://github.com/d3/d3-array)** 3.2.4 — **38 months** ago: 2023-05-30 ⚠️
113
+ - **[d3](https://github.com/d3/d3)** 7.9.0 — **28 months** ago: 2024-03-12 ⚠️
114
+ - **[d3-array](https://github.com/d3/d3-array)** 3.2.4 — **38 months** ago: 2023-05-30 ⚠️
115
+ - **[d3-axis](https://github.com/d3/d3-axis)** 3.0.0 — **61 months** ago: 2021-06-09 ⚠️
116
+ - **[d3-brush](https://github.com/d3/d3-brush)** 3.0.0 — **61 months** ago: 2021-06-10 ⚠️
117
+ - **[d3-chord](https://github.com/d3/d3-chord)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
118
+ - **[d3-path](https://github.com/d3/d3-path)** 3.1.0 — **43 months** ago: 2022-12-19 ⚠️
119
+ - **[d3-color](https://github.com/d3/d3-color)** 3.1.0 — **52 months** ago: 2022-03-28 ⚠️
120
+ - **[d3-contour](https://github.com/d3/d3-contour)** 4.0.2 — **42 months** ago: 2023-01-11 ⚠️
121
+ - **[d3-array](https://github.com/d3/d3-array)** 3.2.4 — **38 months** ago: 2023-05-30 ⚠️
122
+ - **[d3-delaunay](https://github.com/d3/d3-delaunay)** 6.0.4 — **40 months** ago: 2023-04-01 ⚠️
123
+ - **[delaunator](https://github.com/mapbox/delaunator)** 5.1.0 — **4 months** ago: 2026-03-23
124
+ - **[robust-predicates](https://github.com/mourner/robust-predicates)** 3.0.3 — **4 months** ago: 2026-03-22
125
+ - **[d3-dispatch](https://github.com/d3/d3-dispatch)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
126
+ - **[d3-drag](https://github.com/d3/d3-drag)** 3.0.0 — **61 months** ago: 2021-06-09 ⚠️
127
+ - **[d3-dsv](https://github.com/d3/d3-dsv)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
128
+ - **[commander](https://github.com/tj/commander.js)** 7.2.0 — **64 months** ago: 2021-03-21 ⚠️ → **latest**: 15.0.0 — **2 months** ago: 2026-05-29 ❗
129
+ - **[iconv-lite](https://github.com/ashtuchkin/iconv-lite)** 0.6.3 — **62 months** ago: 2021-05-24 ⚠️ → **latest**: 0.7.3 — this month: 2026-07-03 ❗
130
+ - **[safer-buffer](https://github.com/ChALkeR/safer-buffer)** 2.1.2 — **99 months** ago: 2018-04-08 ⚠️
131
+ - **[rw](https://github.com/mbostock/rw)** 1.3.3 — **114 months** ago: 2017-01-20 ⚠️
132
+ - **[d3-ease](https://github.com/d3/d3-ease)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
133
+ - **[d3-fetch](https://github.com/d3/d3-fetch)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
134
+ - **[d3-dsv](https://github.com/d3/d3-dsv)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
135
+ - **[d3-force](https://github.com/d3/d3-force)** 3.0.0 — **61 months** ago: 2021-06-05 ⚠️
136
+ - **[d3-format](https://github.com/d3/d3-format)** 3.1.2 — **6 months** ago: 2026-01-14
137
+ - **[d3-geo](https://github.com/d3/d3-geo)** 3.1.1 — **28 months** ago: 2024-03-12 ⚠️
138
+ - **[d3-array](https://github.com/d3/d3-array)** 3.2.4 — **38 months** ago: 2023-05-30 ⚠️
139
+ - **[d3-hierarchy](https://github.com/d3/d3-hierarchy)** 3.1.2 — **52 months** ago: 2022-04-02 ⚠️
140
+ - **[d3-interpolate](https://github.com/d3/d3-interpolate)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
141
+ - **[d3-path](https://github.com/d3/d3-path)** 3.1.0 — **43 months** ago: 2022-12-19 ⚠️
142
+ - **[d3-polygon](https://github.com/d3/d3-polygon)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
143
+ - **[d3-quadtree](https://github.com/d3/d3-quadtree)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
144
+ - **[d3-random](https://github.com/d3/d3-random)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
145
+ - **[d3-scale-chromatic](https://github.com/d3/d3-scale-chromatic)** 3.1.0 — **28 months** ago: 2024-03-12 ⚠️
146
+ - **[d3-color](https://github.com/d3/d3-color)** 3.1.0 — **52 months** ago: 2022-03-28 ⚠️
147
+ - **[d3-interpolate](https://github.com/d3/d3-interpolate)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
148
+ - **[d3-scale](https://github.com/d3/d3-scale)** 4.0.2 — **58 months** ago: 2021-09-24 ⚠️
149
+ - **[d3-selection](https://github.com/d3/d3-selection)** 3.0.0 — **61 months** ago: 2021-06-07 ⚠️
150
+ - **[d3-shape](https://github.com/d3/d3-shape)** 3.2.0 — **43 months** ago: 2022-12-20 ⚠️
151
+ - **[d3-time-format](https://github.com/d3/d3-time-format)** 4.1.0 — **55 months** ago: 2021-12-04 ⚠️
152
+ - **[d3-time](https://github.com/d3/d3-time)** 3.1.0 — **44 months** ago: 2022-12-02 ⚠️
153
+ - **[d3-array](https://github.com/d3/d3-array)** 3.2.4 — **38 months** ago: 2023-05-30 ⚠️
154
+ - **[d3-timer](https://github.com/d3/d3-timer)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
155
+ - **[d3-transition](https://github.com/d3/d3-transition)** 3.0.1 — **61 months** ago: 2021-06-09 ⚠️
156
+ - **[d3-zoom](https://github.com/d3/d3-zoom)** 3.0.0 — **61 months** ago: 2021-06-10 ⚠️
157
+ - **[interval-tree-1d](https://github.com/mikolalysenko/interval-tree-1d)** 1.0.4 — **61 months** ago: 2021-06-03 ⚠️
158
+ - **[binary-search-bounds](https://github.com/mikolalysenko/binary-search-bounds)** 2.0.5 — **66 months** ago: 2021-01-25 ⚠️
159
+ - **[isoformat](https://github.com/mbostock/isoformat)** 0.2.1 — **58 months** ago: 2021-09-24 ⚠️
160
+ - **[billboard.js](https://github.com/naver/billboard.js)** 4.0.3 — this month: 2026-07-06
161
+ - **[@types/d3-selection](https://github.com/DefinitelyTyped/DefinitelyTyped)** 3.0.11 — **21 months** ago: 2024-10-07 ⚠️
162
+ - **[@types/d3-transition](https://github.com/DefinitelyTyped/DefinitelyTyped)** 3.0.9 — **21 months** ago: 2024-10-07 ⚠️
163
+ - **[@types/d3-selection](https://github.com/DefinitelyTyped/DefinitelyTyped)** 3.0.11 — **21 months** ago: 2024-10-07 ⚠️
115
164
  - **[d3-axis](https://github.com/d3/d3-axis)** 3.0.0 — **61 months** ago: 2021-06-09 ⚠️
116
165
  - **[d3-brush](https://github.com/d3/d3-brush)** 3.0.0 — **61 months** ago: 2021-06-10 ⚠️
117
- - **[d3-chord](https://github.com/d3/d3-chord)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
118
- - **[d3-path](https://github.com/d3/d3-path)** 3.1.0 — **43 months** ago: 2022-12-19 ⚠️
119
- - **[d3-color](https://github.com/d3/d3-color)** 3.1.0 — **52 months** ago: 2022-03-28 ⚠️
120
- - **[d3-contour](https://github.com/d3/d3-contour)** 4.0.2 — **42 months** ago: 2023-01-11 ⚠️
121
- - **[d3-array](https://github.com/d3/d3-array)** 3.2.4 — **38 months** ago: 2023-05-30 ⚠️
122
- - **[d3-delaunay](https://github.com/d3/d3-delaunay)** 6.0.4 — **40 months** ago: 2023-04-01 ⚠️
123
- - **[delaunator](https://github.com/mapbox/delaunator)** 5.1.0 — **4 months** ago: 2026-03-23
124
- - **[robust-predicates](https://github.com/mourner/robust-predicates)** 3.0.3 — **4 months** ago: 2026-03-22
125
- - **[d3-dispatch](https://github.com/d3/d3-dispatch)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
166
+ - **[d3-dispatch](https://github.com/d3/d3-dispatch)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
167
+ - **[d3-drag](https://github.com/d3/d3-drag)** 3.0.0 — **61 months** ago: 2021-06-09 ⚠️
168
+ - **[d3-interpolate](https://github.com/d3/d3-interpolate)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
169
+ - **[d3-selection](https://github.com/d3/d3-selection)** 3.0.0 — **61 months** ago: 2021-06-07 ⚠️
170
+ - **[d3-transition](https://github.com/d3/d3-transition)** 3.0.1 — **61 months** ago: 2021-06-09 ⚠️
126
171
  - **[d3-drag](https://github.com/d3/d3-drag)** 3.0.0 — **61 months** ago: 2021-06-09 ⚠️
127
- - **[d3-dsv](https://github.com/d3/d3-dsv)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
128
- - **[commander](https://github.com/tj/commander.js)** 7.2.0 — **64 months** ago: 2021-03-21 ⚠️ → **latest**: 15.0.0 — **2 months** ago: 2026-05-29 ❗
129
- - **[iconv-lite](https://github.com/ashtuchkin/iconv-lite)** 0.6.3 — **62 months** ago: 2021-05-24 ⚠️ → **latest**: 0.7.3 — this month: 2026-07-03 ❗
130
- - **[safer-buffer](https://github.com/ChALkeR/safer-buffer)** 2.1.2 — **99 months** ago: 2018-04-08 ⚠️
131
- - **[rw](https://github.com/mbostock/rw)** 1.3.3 — **114 months** ago: 2017-01-20 ⚠️
132
- - **[d3-ease](https://github.com/d3/d3-ease)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
133
- - **[d3-fetch](https://github.com/d3/d3-fetch)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
134
- - **[d3-dsv](https://github.com/d3/d3-dsv)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
135
- - **[d3-force](https://github.com/d3/d3-force)** 3.0.0 — **61 months** ago: 2021-06-05 ⚠️
136
- - **[d3-format](https://github.com/d3/d3-format)** 3.1.2 — **6 months** ago: 2026-01-14
137
- - **[d3-geo](https://github.com/d3/d3-geo)** 3.1.1 — **28 months** ago: 2024-03-12 ⚠️
138
- - **[d3-array](https://github.com/d3/d3-array)** 3.2.4 — **38 months** ago: 2023-05-30 ⚠️
139
172
  - **[d3-hierarchy](https://github.com/d3/d3-hierarchy)** 3.1.2 — **52 months** ago: 2022-04-02 ⚠️
140
173
  - **[d3-interpolate](https://github.com/d3/d3-interpolate)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
141
- - **[d3-path](https://github.com/d3/d3-path)** 3.1.0 — **43 months** ago: 2022-12-19 ⚠️
142
- - **[d3-polygon](https://github.com/d3/d3-polygon)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
143
- - **[d3-quadtree](https://github.com/d3/d3-quadtree)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
144
- - **[d3-random](https://github.com/d3/d3-random)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
145
- - **[d3-scale-chromatic](https://github.com/d3/d3-scale-chromatic)** 3.1.0 — **28 months** ago: 2024-03-12 ⚠️
146
- - **[d3-color](https://github.com/d3/d3-color)** 3.1.0 — **52 months** ago: 2022-03-28 ⚠️
147
- - **[d3-interpolate](https://github.com/d3/d3-interpolate)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
174
+ - **[d3-color](https://github.com/d3/d3-color)** 3.1.0 — **52 months** ago: 2022-03-28 ⚠️
148
175
  - **[d3-scale](https://github.com/d3/d3-scale)** 4.0.2 — **58 months** ago: 2021-09-24 ⚠️
176
+ - **[d3-array](https://github.com/d3/d3-array)** 3.2.4 — **38 months** ago: 2023-05-30 ⚠️
177
+ - **[d3-format](https://github.com/d3/d3-format)** 3.1.2 — **6 months** ago: 2026-01-14
178
+ - **[d3-interpolate](https://github.com/d3/d3-interpolate)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
179
+ - **[d3-time-format](https://github.com/d3/d3-time-format)** 4.1.0 — **55 months** ago: 2021-12-04 ⚠️
180
+ - **[d3-time](https://github.com/d3/d3-time)** 3.1.0 — **44 months** ago: 2022-12-02 ⚠️
149
181
  - **[d3-selection](https://github.com/d3/d3-selection)** 3.0.0 — **61 months** ago: 2021-06-07 ⚠️
150
182
  - **[d3-shape](https://github.com/d3/d3-shape)** 3.2.0 — **43 months** ago: 2022-12-20 ⚠️
151
183
  - **[d3-time-format](https://github.com/d3/d3-time-format)** 4.1.0 — **55 months** ago: 2021-12-04 ⚠️
152
- - **[d3-time](https://github.com/d3/d3-time)** 3.1.0 — **44 months** ago: 2022-12-02 ⚠️
153
- - **[d3-array](https://github.com/d3/d3-array)** 3.2.4 — **38 months** ago: 2023-05-30 ⚠️
154
- - **[d3-timer](https://github.com/d3/d3-timer)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
184
+ - **[d3-time](https://github.com/d3/d3-time)** 3.1.0 — **44 months** ago: 2022-12-02 ⚠️
155
185
  - **[d3-transition](https://github.com/d3/d3-transition)** 3.0.1 — **61 months** ago: 2021-06-09 ⚠️
186
+ - **[d3-color](https://github.com/d3/d3-color)** 3.1.0 — **52 months** ago: 2022-03-28 ⚠️
187
+ - **[d3-dispatch](https://github.com/d3/d3-dispatch)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
188
+ - **[d3-ease](https://github.com/d3/d3-ease)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
189
+ - **[d3-interpolate](https://github.com/d3/d3-interpolate)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
190
+ - **[d3-selection](https://github.com/d3/d3-selection)** 3.0.0 — **61 months** ago: 2021-06-07 ⚠️
191
+ - **[d3-timer](https://github.com/d3/d3-timer)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
156
192
  - **[d3-zoom](https://github.com/d3/d3-zoom)** 3.0.0 — **61 months** ago: 2021-06-10 ⚠️
157
- - **[interval-tree-1d](https://github.com/mikolalysenko/interval-tree-1d)** 1.0.4 — **61 months** ago: 2021-06-03 ⚠️
158
- - **[binary-search-bounds](https://github.com/mikolalysenko/binary-search-bounds)** 2.0.5 — **66 months** ago: 2021-01-25 ⚠️
159
- - **[isoformat](https://github.com/mbostock/isoformat)** 0.2.1 — **58 months** ago: 2021-09-24 ⚠️
160
- - **[billboard.js](https://github.com/naver/billboard.js)** 4.0.3 — this month: 2026-07-06
161
- - **[@types/d3-selection](https://github.com/DefinitelyTyped/DefinitelyTyped)** 3.0.11 — **21 months** ago: 2024-10-07 ⚠️
162
- - **[@types/d3-transition](https://github.com/DefinitelyTyped/DefinitelyTyped)** 3.0.9 — **21 months** ago: 2024-10-07 ⚠️
163
- - **[@types/d3-selection](https://github.com/DefinitelyTyped/DefinitelyTyped)** 3.0.11 — **21 months** ago: 2024-10-07 ⚠️
164
- - **[d3-axis](https://github.com/d3/d3-axis)** 3.0.0 — **61 months** ago: 2021-06-09 ⚠️
165
- - **[d3-brush](https://github.com/d3/d3-brush)** 3.0.0 — **61 months** ago: 2021-06-10 ⚠️
193
+ - **[d3-drag](https://github.com/d3/d3-drag)** 3.0.0 — **61 months** ago: 2021-06-09 ⚠️
166
194
  - **[d3-dispatch](https://github.com/d3/d3-dispatch)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
167
- - **[d3-drag](https://github.com/d3/d3-drag)** 3.0.0 — **61 months** ago: 2021-06-09 ⚠️
168
- - **[d3-interpolate](https://github.com/d3/d3-interpolate)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
169
195
  - **[d3-selection](https://github.com/d3/d3-selection)** 3.0.0 — **61 months** ago: 2021-06-07 ⚠️
170
- - **[d3-transition](https://github.com/d3/d3-transition)** 3.0.1 — **61 months** ago: 2021-06-09 ⚠️
171
- - **[d3-drag](https://github.com/d3/d3-drag)** 3.0.0 — **61 months** ago: 2021-06-09 ⚠️
172
- - **[d3-hierarchy](https://github.com/d3/d3-hierarchy)** 3.1.2 — **52 months** ago: 2022-04-02 ⚠️
173
- - **[d3-interpolate](https://github.com/d3/d3-interpolate)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
174
- - **[d3-color](https://github.com/d3/d3-color)** 3.1.0 — **52 months** ago: 2022-03-28 ⚠️
175
- - **[d3-scale](https://github.com/d3/d3-scale)** 4.0.2 — **58 months** ago: 2021-09-24 ⚠️
176
- - **[d3-array](https://github.com/d3/d3-array)** 3.2.4 — **38 months** ago: 2023-05-30 ⚠️
177
- - **[d3-format](https://github.com/d3/d3-format)** 3.1.2 — **6 months** ago: 2026-01-14
178
- - **[d3-interpolate](https://github.com/d3/d3-interpolate)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
179
- - **[d3-time-format](https://github.com/d3/d3-time-format)** 4.1.0 — **55 months** ago: 2021-12-04 ⚠️
180
- - **[d3-time](https://github.com/d3/d3-time)** 3.1.0 — **44 months** ago: 2022-12-02 ⚠️
181
- - **[d3-selection](https://github.com/d3/d3-selection)** 3.0.0 — **61 months** ago: 2021-06-07 ⚠️
182
- - **[d3-shape](https://github.com/d3/d3-shape)** 3.2.0 — **43 months** ago: 2022-12-20 ⚠️
183
- - **[d3-time-format](https://github.com/d3/d3-time-format)** 4.1.0 — **55 months** ago: 2021-12-04 ⚠️
184
- - **[d3-time](https://github.com/d3/d3-time)** 3.1.0 — **44 months** ago: 2022-12-02 ⚠️
185
- - **[d3-transition](https://github.com/d3/d3-transition)** 3.0.1 — **61 months** ago: 2021-06-09 ⚠️
186
- - **[d3-color](https://github.com/d3/d3-color)** 3.1.0 — **52 months** ago: 2022-03-28 ⚠️
196
+ - **[d3-force](https://github.com/d3/d3-force)** 3.0.0 — **61 months** ago: 2021-06-05 ⚠️
187
197
  - **[d3-dispatch](https://github.com/d3/d3-dispatch)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
188
- - **[d3-ease](https://github.com/d3/d3-ease)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
189
- - **[d3-interpolate](https://github.com/d3/d3-interpolate)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
190
- - **[d3-selection](https://github.com/d3/d3-selection)** 3.0.0 — **61 months** ago: 2021-06-07 ⚠️
198
+ - **[d3-quadtree](https://github.com/d3/d3-quadtree)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
191
199
  - **[d3-timer](https://github.com/d3/d3-timer)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
192
- - **[d3-zoom](https://github.com/d3/d3-zoom)** 3.0.0 — **61 months** ago: 2021-06-10 ⚠️
193
- - **[d3-drag](https://github.com/d3/d3-drag)** 3.0.0 — **61 months** ago: 2021-06-09 ⚠️
194
- - **[d3-dispatch](https://github.com/d3/d3-dispatch)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
195
- - **[d3-selection](https://github.com/d3/d3-selection)** 3.0.0 — **61 months** ago: 2021-06-07 ⚠️
196
- - **[d3-force](https://github.com/d3/d3-force)** 3.0.0 — **61 months** ago: 2021-06-05 ⚠️
197
- - **[d3-dispatch](https://github.com/d3/d3-dispatch)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
198
- - **[d3-quadtree](https://github.com/d3/d3-quadtree)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
199
- - **[d3-timer](https://github.com/d3/d3-timer)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
200
200
  - **[d3-hierarchy](https://github.com/d3/d3-hierarchy)** 3.1.2 — **52 months** ago: 2022-04-02 ⚠️
201
201
  - **[d3-sankey](https://github.com/d3/d3-sankey)** 0.12.3 — **83 months** ago: 2019-09-02 ⚠️
202
- - **[d3-array](https://github.com/d3/d3-array)** 3.2.4 — **38 months** ago: 2023-05-30 ⚠️
203
- - **[internmap](https://github.com/mbostock/internmap)** 2.0.3 — **58 months** ago: 2021-09-20 ⚠️
204
- - **[d3-shape](https://github.com/d3/d3-shape)** 3.2.0 — **43 months** ago: 2022-12-20 ⚠️
202
+ - **[d3-array](https://github.com/d3/d3-array)** 3.2.4 — **38 months** ago: 2023-05-30 ⚠️
203
+ - **[internmap](https://github.com/mbostock/internmap)** 2.0.3 — **58 months** ago: 2021-09-20 ⚠️
204
+ - **[d3-shape](https://github.com/d3/d3-shape)** 3.2.0 — **43 months** ago: 2022-12-20 ⚠️
205
205
  - **[d3-selection](https://github.com/d3/d3-selection)** 3.0.0 — **61 months** ago: 2021-06-07 ⚠️
206
206
  - **[d3-shape](https://github.com/d3/d3-shape)** 3.2.0 — **43 months** ago: 2022-12-20 ⚠️
207
- - **[d3-path](https://github.com/d3/d3-path)** 3.1.0 — **43 months** ago: 2022-12-19 ⚠️
207
+ - **[d3-path](https://github.com/d3/d3-path)** 3.1.0 — **43 months** ago: 2022-12-19 ⚠️
208
208
  - **[d3-zoom](https://github.com/d3/d3-zoom)** 3.0.0 — **61 months** ago: 2021-06-10 ⚠️
209
- - **[d3-dispatch](https://github.com/d3/d3-dispatch)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
210
- - **[d3-drag](https://github.com/d3/d3-drag)** 3.0.0 — **61 months** ago: 2021-06-09 ⚠️
211
- - **[d3-interpolate](https://github.com/d3/d3-interpolate)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
212
- - **[d3-selection](https://github.com/d3/d3-selection)** 3.0.0 — **61 months** ago: 2021-06-07 ⚠️
213
- - **[d3-transition](https://github.com/d3/d3-transition)** 3.0.1 — **61 months** ago: 2021-06-09 ⚠️
209
+ - **[d3-dispatch](https://github.com/d3/d3-dispatch)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
210
+ - **[d3-drag](https://github.com/d3/d3-drag)** 3.0.0 — **61 months** ago: 2021-06-09 ⚠️
211
+ - **[d3-interpolate](https://github.com/d3/d3-interpolate)** 3.0.1 — **61 months** ago: 2021-06-05 ⚠️
212
+ - **[d3-selection](https://github.com/d3/d3-selection)** 3.0.0 — **61 months** ago: 2021-06-07 ⚠️
213
+ - **[d3-transition](https://github.com/d3/d3-transition)** 3.0.1 — **61 months** ago: 2021-06-09 ⚠️
214
214
 
215
215
  <!-- DEPENDENCY_TREE_END -->
216
216
 
@@ -236,94 +236,94 @@ The Bundle Analysis Report is generated automatically on each release using [Son
236
236
 
237
237
  _Note: Sonda's Vite reports currently exclude CSS files, since Vite does not generate source maps for CSS._
238
238
 
239
- |Chunk/Module/File|Composition|
240
- |:------ |:-----------|
241
- | dist/billboardJs-BTW-G9h0.js | 268.7 kB · brotli 66.9 kB |
242
- | &nbsp;&nbsp;&nbsp;&nbsp;billboard.js | `███████░░░░░░░░░░░░░` 32.7% |
243
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `█░░░░░░░░░░░░░░░░░░░` 2.7% |
244
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-shape | `░░░░░░░░░░░░░░░░░░░░` 2.3% |
245
- | &nbsp;&nbsp;&nbsp;&nbsp;src → billboardJs.ts | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
246
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-selection → src/selectAll.js | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
247
- | dist/observablePlot-D7o8-dnK.js | 226.3 kB · brotli 56.7 kB |
248
- | &nbsp;&nbsp;&nbsp;&nbsp;@observablehq/plot | `████░░░░░░░░░░░░░░░░` 18.9% |
249
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-geo | `█░░░░░░░░░░░░░░░░░░░` 4.5% |
250
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `█░░░░░░░░░░░░░░░░░░░` 2.9% |
251
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-scale-chromatic | `█░░░░░░░░░░░░░░░░░░░` 2.5% |
252
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-array | `░░░░░░░░░░░░░░░░░░░░` 0.9% |
253
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-scale | `░░░░░░░░░░░░░░░░░░░░` 0.8% |
254
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-color | `░░░░░░░░░░░░░░░░░░░░` 0.5% |
255
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-shape | `░░░░░░░░░░░░░░░░░░░░` 0.4% |
256
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-interpolate | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
257
- | &nbsp;&nbsp;&nbsp;&nbsp;isoformat | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
258
- | &nbsp;&nbsp;&nbsp;&nbsp;src → observablePlot.ts | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
259
- | dist/erdDiagram-b-qDkEhY.js | 53.9 kB · brotli 14.2 kB |
260
- | &nbsp;&nbsp;&nbsp;&nbsp;@dagrejs/dagre → dist/dagre.esm.js | `█░░░░░░░░░░░░░░░░░░░` 6.6% |
261
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.5% |
262
- | &nbsp;&nbsp;&nbsp;&nbsp;src → erdDiagram.ts | `░░░░░░░░░░░░░░░░░░░░` 0.4% |
263
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-shape → src/line.js | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
264
- | dist/axis-B7xlWKkC.js | 44.9 kB · brotli 11.1 kB |
265
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-time-format | `░░░░░░░░░░░░░░░░░░░░` 1.5% |
266
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-scale | `░░░░░░░░░░░░░░░░░░░░` 1.1% |
267
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-format | `░░░░░░░░░░░░░░░░░░░░` 0.8% |
268
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.8% |
269
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-time | `░░░░░░░░░░░░░░░░░░░░` 0.8% |
270
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-axis | `░░░░░░░░░░░░░░░░░░░░` 0.5% |
271
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-array | `░░░░░░░░░░░░░░░░░░░░` 0.3% |
272
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-interpolate | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
273
- | &nbsp;&nbsp;&nbsp;&nbsp;internmap → src/index.js | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
274
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-brush → src/brush.js | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
275
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-shape → src/math.js | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
276
- | dist/src-DnMaAyIP.js | 35.1 kB · brotli 9.4 kB |
277
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-transition | `░░░░░░░░░░░░░░░░░░░░` 1.8% |
278
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-color | `░░░░░░░░░░░░░░░░░░░░` 1.2% |
279
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-interpolate | `░░░░░░░░░░░░░░░░░░░░` 0.6% |
280
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.6% |
281
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-dispatch → src/dispatch.js | `░░░░░░░░░░░░░░░░░░░░` 0.3% |
282
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-timer | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
283
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-drag | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
284
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-selection | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
285
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-ease → src/cubic.js | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
286
- | dist/select-BIuoFcZG.js | 17.9 kB · brotli 3.9 kB |
287
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-selection | `░░░░░░░░░░░░░░░░░░░░` 2.0% |
288
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.5% |
289
- | dist/networkDiagram-QWVy8iRy.js | 17.7 kB · brotli 5.0 kB |
290
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-force | `░░░░░░░░░░░░░░░░░░░░` 0.9% |
291
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-quadtree | `░░░░░░░░░░░░░░░░░░░░` 0.9% |
292
- | &nbsp;&nbsp;&nbsp;&nbsp;src → networkDiagram.ts | `░░░░░░░░░░░░░░░░░░░░` 0.4% |
293
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.3% |
294
- | dist/src-B7SGbtRQ.js | 12.8 kB · brotli 3.6 kB |
295
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-zoom | `░░░░░░░░░░░░░░░░░░░░` 1.5% |
296
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
297
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-interpolate → src/zoom.js | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
298
- | dist/sankeyDiagram-Dgf87Zt4.js | 11.0 kB · brotli 3.2 kB |
299
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-sankey | `░░░░░░░░░░░░░░░░░░░░` 0.9% |
300
- | &nbsp;&nbsp;&nbsp;&nbsp;src | `░░░░░░░░░░░░░░░░░░░░` 0.5% |
301
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
302
- | dist/treeDiagram-BJ_QF4os.js | 8.8 kB · brotli 2.7 kB |
303
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-hierarchy | `░░░░░░░░░░░░░░░░░░░░` 0.8% |
304
- | &nbsp;&nbsp;&nbsp;&nbsp;src → treeDiagram.ts | `░░░░░░░░░░░░░░░░░░░░` 0.3% |
305
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
306
- | dist/drag-B46QGUMq.js | 4.3 kB · brotli 1.4 kB |
307
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-drag | `░░░░░░░░░░░░░░░░░░░░` 0.5% |
308
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
309
- | dist/path-Bt1sPr2f.js | 2.7 kB · brotli 1010 B |
310
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-path → src/path.js | `░░░░░░░░░░░░░░░░░░░░` 0.4% |
311
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
312
- | dist/bump-znhpCF6A.js | 1.8 kB · brotli 640 B |
313
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-shape | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
314
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
315
- | dist/dpuse-tool-d3-visualiser.es.js | 1.6 kB · brotli 455 B |
316
- | &nbsp;&nbsp;&nbsp;&nbsp;src → index.ts | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
317
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
318
- | dist/link-Dti9fi9g.js | 1.1 kB · brotli 435 B |
319
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-shape → src/link.js | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
320
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
321
- | dist/sum-BAZU479z.js | 933 B · brotli 283 B |
322
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-array | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
323
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
324
- | dist/linear-J4iYa1Bf.js | 754 B · brotli 313 B |
325
- | &nbsp;&nbsp;&nbsp;&nbsp;d3-shape → src/curve/linear.js | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
326
- | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
239
+ | Chunk/Module/File | Composition |
240
+ | :--------------------------------------------------------- | :--------------------------- |
241
+ | dist/billboardJs-BTW-G9h0.js | 268.7 kB · brotli 66.9 kB |
242
+ | &nbsp;&nbsp;&nbsp;&nbsp;billboard.js | `███████░░░░░░░░░░░░░` 32.7% |
243
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `█░░░░░░░░░░░░░░░░░░░` 2.7% |
244
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-shape | `░░░░░░░░░░░░░░░░░░░░` 2.3% |
245
+ | &nbsp;&nbsp;&nbsp;&nbsp;src → billboardJs.ts | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
246
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-selection → src/selectAll.js | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
247
+ | dist/observablePlot-D7o8-dnK.js | 226.3 kB · brotli 56.7 kB |
248
+ | &nbsp;&nbsp;&nbsp;&nbsp;@observablehq/plot | `████░░░░░░░░░░░░░░░░` 18.9% |
249
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-geo | `█░░░░░░░░░░░░░░░░░░░` 4.5% |
250
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `█░░░░░░░░░░░░░░░░░░░` 2.9% |
251
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-scale-chromatic | `█░░░░░░░░░░░░░░░░░░░` 2.5% |
252
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-array | `░░░░░░░░░░░░░░░░░░░░` 0.9% |
253
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-scale | `░░░░░░░░░░░░░░░░░░░░` 0.8% |
254
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-color | `░░░░░░░░░░░░░░░░░░░░` 0.5% |
255
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-shape | `░░░░░░░░░░░░░░░░░░░░` 0.4% |
256
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-interpolate | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
257
+ | &nbsp;&nbsp;&nbsp;&nbsp;isoformat | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
258
+ | &nbsp;&nbsp;&nbsp;&nbsp;src → observablePlot.ts | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
259
+ | dist/erdDiagram-b-qDkEhY.js | 53.9 kB · brotli 14.2 kB |
260
+ | &nbsp;&nbsp;&nbsp;&nbsp;@dagrejs/dagre → dist/dagre.esm.js | `█░░░░░░░░░░░░░░░░░░░` 6.6% |
261
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.5% |
262
+ | &nbsp;&nbsp;&nbsp;&nbsp;src → erdDiagram.ts | `░░░░░░░░░░░░░░░░░░░░` 0.4% |
263
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-shape → src/line.js | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
264
+ | dist/axis-B7xlWKkC.js | 44.9 kB · brotli 11.1 kB |
265
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-time-format | `░░░░░░░░░░░░░░░░░░░░` 1.5% |
266
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-scale | `░░░░░░░░░░░░░░░░░░░░` 1.1% |
267
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-format | `░░░░░░░░░░░░░░░░░░░░` 0.8% |
268
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.8% |
269
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-time | `░░░░░░░░░░░░░░░░░░░░` 0.8% |
270
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-axis | `░░░░░░░░░░░░░░░░░░░░` 0.5% |
271
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-array | `░░░░░░░░░░░░░░░░░░░░` 0.3% |
272
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-interpolate | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
273
+ | &nbsp;&nbsp;&nbsp;&nbsp;internmap → src/index.js | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
274
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-brush → src/brush.js | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
275
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-shape → src/math.js | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
276
+ | dist/src-DnMaAyIP.js | 35.1 kB · brotli 9.4 kB |
277
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-transition | `░░░░░░░░░░░░░░░░░░░░` 1.8% |
278
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-color | `░░░░░░░░░░░░░░░░░░░░` 1.2% |
279
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-interpolate | `░░░░░░░░░░░░░░░░░░░░` 0.6% |
280
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.6% |
281
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-dispatch → src/dispatch.js | `░░░░░░░░░░░░░░░░░░░░` 0.3% |
282
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-timer | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
283
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-drag | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
284
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-selection | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
285
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-ease → src/cubic.js | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
286
+ | dist/select-BIuoFcZG.js | 17.9 kB · brotli 3.9 kB |
287
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-selection | `░░░░░░░░░░░░░░░░░░░░` 2.0% |
288
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.5% |
289
+ | dist/networkDiagram-QWVy8iRy.js | 17.7 kB · brotli 5.0 kB |
290
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-force | `░░░░░░░░░░░░░░░░░░░░` 0.9% |
291
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-quadtree | `░░░░░░░░░░░░░░░░░░░░` 0.9% |
292
+ | &nbsp;&nbsp;&nbsp;&nbsp;src → networkDiagram.ts | `░░░░░░░░░░░░░░░░░░░░` 0.4% |
293
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.3% |
294
+ | dist/src-B7SGbtRQ.js | 12.8 kB · brotli 3.6 kB |
295
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-zoom | `░░░░░░░░░░░░░░░░░░░░` 1.5% |
296
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
297
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-interpolate → src/zoom.js | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
298
+ | dist/sankeyDiagram-Dgf87Zt4.js | 11.0 kB · brotli 3.2 kB |
299
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-sankey | `░░░░░░░░░░░░░░░░░░░░` 0.9% |
300
+ | &nbsp;&nbsp;&nbsp;&nbsp;src | `░░░░░░░░░░░░░░░░░░░░` 0.5% |
301
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
302
+ | dist/treeDiagram-BJ_QF4os.js | 8.8 kB · brotli 2.7 kB |
303
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-hierarchy | `░░░░░░░░░░░░░░░░░░░░` 0.8% |
304
+ | &nbsp;&nbsp;&nbsp;&nbsp;src → treeDiagram.ts | `░░░░░░░░░░░░░░░░░░░░` 0.3% |
305
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
306
+ | dist/drag-B46QGUMq.js | 4.3 kB · brotli 1.4 kB |
307
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-drag | `░░░░░░░░░░░░░░░░░░░░` 0.5% |
308
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
309
+ | dist/path-Bt1sPr2f.js | 2.7 kB · brotli 1010 B |
310
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-path → src/path.js | `░░░░░░░░░░░░░░░░░░░░` 0.4% |
311
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
312
+ | dist/bump-znhpCF6A.js | 1.8 kB · brotli 640 B |
313
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-shape | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
314
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
315
+ | dist/dpuse-tool-d3-visualiser.es.js | 1.6 kB · brotli 455 B |
316
+ | &nbsp;&nbsp;&nbsp;&nbsp;src → index.ts | `░░░░░░░░░░░░░░░░░░░░` 0.2% |
317
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
318
+ | dist/link-Dti9fi9g.js | 1.1 kB · brotli 435 B |
319
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-shape → src/link.js | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
320
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
321
+ | dist/sum-BAZU479z.js | 933 B · brotli 283 B |
322
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-array | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
323
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
324
+ | dist/linear-J4iYa1Bf.js | 754 B · brotli 313 B |
325
+ | &nbsp;&nbsp;&nbsp;&nbsp;d3-shape → src/curve/linear.js | `░░░░░░░░░░░░░░░░░░░░` 0.1% |
326
+ | &nbsp;&nbsp;&nbsp;&nbsp;(unassigned) → [unassigned] | `░░░░░░░░░░░░░░░░░░░░` 0.0% |
327
327
 
328
328
  (unassigned) = bytes Sonda can't trace to a specific source line (whitespace, stray keywords, bundler-injected region markers) — not actual missing/unknown code.
329
329
 
@@ -332,7 +332,7 @@ _Note: Sonda's Vite reports currently exclude CSS files, since Vite does not gen
332
332
  ## Design Notes
333
333
 
334
334
  - All D3 submodules (`d3-sankey`, `d3-selection`, and their transitive `d3-array`/`d3-shape` dependencies) are bundled
335
- directly into this tool's build, the same way `@dpuse/dpuse-tool-highcharts` bundles Highcharts. There is exactly
335
+ directly into this tool's build, the same way `@dpuse/-visualiser` bundles Highcharts. There is exactly
336
336
  one copy of each module per page load regardless of how many times this tool is dynamically imported, since the
337
337
  browser's module registry caches `import()` calls by resolved URL.
338
338
  - Rendering happens on the main thread because it writes directly into a real `HTMLElement` - the DPUse Engine's
@@ -20,7 +20,7 @@ var e = class {
20
20
  };
21
21
  }
22
22
  async renderErdDiagram(e, t, n, r) {
23
- let { renderErdDiagram: i } = await import("./erdDiagram-b-qDkEhY.js"), a = i(e, t, n);
23
+ let { renderErdDiagram: i } = await import("./erdDiagram-CWFK8bsD.js"), a = i(e, t, n);
24
24
  return r?.(), {
25
25
  resize: a.resize,
26
26
  get svg() {