chore(dev): tweak backend-memory-report

This commit is contained in:
syuilo 2026-06-25 10:40:50 +09:00
commit 2116213dc8

View file

@ -373,9 +373,15 @@ function renderHeapSnapshotSankey(report, phase, title) {
'```mermaid',
`%%{init: ${JSON.stringify({
sankey: {
showValues: false,
linkColor: 'target',
nodeAlignment: 'left',
nodeColors,
labelStyle: 'outlined',
nodeAlignment: 'center',
nodePadding: 10,
nodeColors: {
...nodeColors,
'Other': '#888888',
},
},
})}}%%`,
'sankey-beta',