v2.2.52
This realease adds optional responsive features to the following charts:
- VueUiQuickChart
- VueUiXy
- VueUiDonut
- VueUiNestedDonuts
- VueUiOnion
To activate this feature:
-
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.
-
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.