VueUiCirclePack
- Replace the old clumsy selected state with a tooltip
- Config updates:
const config = ref({
style: {
chart: {
tooltip: {} // New, works like all other tooltips
circles: {
selectedShadowColor: '#2D353C', // New
zoom: {} // Deprecated
}
}
},
userOptions: {
buttons: {
tooltip: true, // New
},
callbacks: {
tooltip: null // New
},
buttonTitles: {
tooltip: 'Toggle tooltip' // New
}
}
});