github graphieros/vue-data-ui v3.10.5

latest release: v3.11.0
3 days ago

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
        },
      },
    },
  },
});

VueUiDag docs are up to date

VueUiIcon

  • Add new icons
image

List of all available icons

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

NewReleases is sending notifications on new releases.