VueUiParallelCoordinatePlot
- Pass series shapes to the legend (fix only circle shapes in legend)
VueUiWordCloud, VueUiMolecule
- Add button in user options menu to lock / unlock the pan zoom feature
- Expose the
toggleZoommethod to programmatically toggle from the parent - New config attributes:
const config = ref({
userOptions: {
buttons: {
zoom: true, // new
},
buttonTitles: {
zoom: "Toggle zoom lock", // new
},
callbacks: {
zoom: null, // new
},
},
});- Add the
#optionZoomscoped slot to customize the button content in the user menu:
<VueUiWordCloud :dataset="dataset" :config="config">
<template #optionZoom="{ isZoomLocked }">
<div>LOCKED: {{ isZoomLocked }}</div>
</template>
</VueUiWordCloud>VueUiMolecule
- Fix annotator drawing feature not working
- Fix links disappearing when config changes dynamically
VueUiIcon
Add new icons:
zoomLockzoomUnlocklockunlock