Skip to content

v3.8.1

Choose a tag to compare

@graphieros graphieros released this 09 Dec 05:41
· 10 commits to master since this release

VueUiDag

  • Add optional chart dimensions and responsive mode:
const config = ref({
  responsive: false, // new
  style: {
    chart: {
      width: null, // new
      height: null, // new
    }
  }
})

Docs are up to date