github graphieros/vue-data-ui v3.14.10

7 hours ago

All charts with PNG and/or SVG exports:

  • Expose isPrintingImg and isPrintingSvg booleans in #svg slot, allowing to control eventual additional content during the print process.
<VueUiXy :dataset="dataset" :config="config">
  <template #svg={ svg }>
    <g v-html="addContent(svg)"/>
  </template>
</VueUiXy>
function addContent({ isPrintingSvg, isPrintingImg, ...rest }) {
  return ''
}

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

NewReleases is sending notifications on new releases.