github graphieros/vue-data-ui v3.7.15

10 hours ago

VueUiFlow

  • Add config option to show curved links:
image
  • Config update:
const config = ref({
  style:{
    chart: {
      links:  {
        smooth: true, // new
      },
      nodes: {
        labels: {
          showValue: true, // new
        }
      }
    }
  }
})

Docs are up to date

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

NewReleases is sending notifications on new releases.