Merge branch 'develop' into feat/16804-separate-sensitive-detect

This commit is contained in:
syuilo 2026-06-25 10:41:01 +09:00 committed by GitHub
commit 4f812075ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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',