feat: update clustering implementation and docs

This commit is contained in:
shuo
2026-04-21 11:13:11 +08:00
parent 5655eb0cda
commit 27c394fd8c
17 changed files with 540 additions and 215 deletions

View File

@@ -105,7 +105,7 @@ async function initScatterChart() {
type: 'scatter',
data: points,
symbolSize: 9,
name: `群体${Number(id) + 1}`
name: data.cluster_names?.[id] || `群体${Number(id) + 1}`
}))
})
}