github graphieros/vue-data-ui v2.6.41

latest releases: v3.1.4, v3.1.3, v3.1.2...
4 months ago

VueUiMolecule #190

Add an optional color attribute to datapoints, to customize individual datapoint colors.
Setting a color on a node will trickle down the color to its children, unless this children also has a defined color.

type VueUiMoleculeDatasetNode = {
    name: string
    details?: string
    nodes?: VueUiMoleculeDatasetNode[]
    color?: string // new
}

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.