github graphieros/vue-data-ui v2.9.0

latest releases: v3.1.1, v3.1.0, v3.0.23...
3 months ago

Move jspdf to peer dependencies #201

From this version onwards, jspdf will have to be installed to use the pdf generation.

If you don't want to use pdf generation, but wish to use the chart menu options, you can remove the pdf button from the config:

const config = ref({
  userOptions: {
    show: true,
    buttons: {
      pdf: false, // hide the pdf button
    }
  }
})

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

NewReleases is sending notifications on new releases.