github graphieros/vue-data-ui v2.2.60

latest releases: v3.1.5, v3.1.4, v3.1.3...
13 months ago

This release adds optional responsive features to the following charts:

  • VueUiVerticalBar
  • VueUiWordCloud
  • VueUiXyCanvas

To activate this feature:

  1. The chart must be placed inside a parent container that has fixed dimensions, or a resizable container. If no dimensions are provided, the chart will grow to infinity.

  2. Set the config.responsive attribute to true:

const config = ref({
  responsive: true,
  ...
})

We are planning to rollout this feature to other charts in the future, check out the current roll out state here.

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

NewReleases is sending notifications on new releases.