github graphieros/vue-data-ui v2.2.61

latest releases: v3.1.2, v3.1.1, v3.1.0...
12 months ago

This release adds optional responsive features to the following charts:

  • VueUiGauge
  • VueUiDumbbell
  • VueUiWheel

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,
  ...
})

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

NewReleases is sending notifications on new releases.