v2.6.47
VueUiDonut & VueUiNestedDonuts
Add padding config option in config.style.chart.padding
const config = {
style: {
chart: {
padding: {
top: 0,
right: 0,
bottom: 0,
left: 0
}
}
}
}
DOCS and chart builder pages are up to date