github graphieros/vue-data-ui v2.2.53

latest releases: v3.2.5, v3.2.4, v3.2.3...
13 months ago

This realease adds optional responsive features to the following charts:

  • VueUiTreemap
  • VueUiRings
  • VueUiRadar
  • VueUiParallelCoordinatePlot

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.