github graphieros/vue-data-ui v2.2.52

latest releases: v3.1.3, v3.1.2, v3.1.1...
13 months ago

This realease adds optional responsive features to the following charts:

  • VueUiQuickChart
  • VueUiXy
  • VueUiDonut
  • VueUiNestedDonuts
  • VueUiOnion

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.