v2.9.5
VueUiTable
- Use VueUiXy and VueUiDonut as chart components instead of old built-in charts



- Config changes:
const vue_ui_table = ref({
//...
style: {
chart: {
layout: {
line: {
smooth: true, // new
useArea: false, // new
selector: {
stroke: '#ccc', // Deprecated
strokeWidth: 1, // Deprecated
strokeDasharray: 5 // Deprecated
}
},
}
}
},
})