Release 0.15.0-alpha #43

Merged
uz1mani merged 61 commits from staging into main 2026-03-12 23:13:42 +00:00
29 changed files with 2672 additions and 472 deletions
Showing only changes of commit a3fa48732a - Show all commits

View File

@@ -117,9 +117,10 @@ function ribbonPath(link: LayoutLink): string {
const tgt = link.target as LayoutNode
const sx = src.x1!
const tx = tgt.x0!
const sy = link.y0!
const ty = link.y1!
const w = link.width!
// d3-sankey y0/y1 are the CENTER of the link band, not the top
const sy = link.y0! - w / 2
const ty = link.y1! - w / 2
const mx = (sx + tx) / 2
return [