github graphieros/vue-data-ui v3.17.2

11 hours ago

VueUiMolecule

  • Improve links configuration options:
const config = computed(() => ({
  style: {
    chart: {
      links: {
        strokeWidth: 2, // new
        useChildColor: false, // new
      }
    }
  }
}))
image

Docs are up to date

Other

  • Fix some TS type def errors

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

NewReleases is sending notifications on new releases.