Skip to content

v2.2.52

Compare
Choose a tag to compare
@graphieros graphieros released this 11 Aug 16:04
· 1472 commits to master since this release

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.