v2.14.2
VueUiDonut & VueUiNestedDonuts #215
- Add width and height config attributes:
const config = ref({
style: {
chart: {
width: 512,
height: 360
}
}
})
Note: these dimensions will be ignored when responsive
is set to true
.
Docs are up to date:
VueUiDonut
VueUiNestedDonuts