VueUiDag
- Add config options to set nodes and edges styles when a node or an edge are selected
const config = ref({
style: {
chart: {
nodes: {
selected: {
stroke: null, // string | null
strokeWidth: null, // number | null
backgroundColor: null, // string | null
labelColor: null, // string | null
downstreamEdges: {
stroke: null, // string | null
animated: null, // boolean | null
},
upstreamEdges: {
stroke: null, // string | null
animated: null, // boolean | null
},
},
},
midpoints: {
selectedEdge: {
stroke: null, // string | null
animated: null, // boolean | null
},
},
},
},
});VueUiIcon
- Add new icons