feat: update clustering implementation and docs
This commit is contained in:
@@ -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}`
|
||||
}))
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user