mirror of
https://github.com/lana-k/sqliteviz.git
synced 2026-03-25 07:26:17 +08:00
#133 highlight nodes and edges
This commit is contained in:
@@ -12,6 +12,7 @@ export default {
|
||||
inquiries.forEach(inquiry => {
|
||||
if (inquiry.viewType === 'graph') {
|
||||
inquiry.viewOptions.style.nodes.color.opacity = 100
|
||||
inquiry.viewOptions.style.highlightMode = 'node_and_neighbors'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user