v2.6.50
VueUiWordCloud
- Improve word packing algorithm
- Use pan zoom instead of a range input (zoom now works with the mouse wheel, and pinch on touch devices)
Enregistrement.de.l.ecran.2025-05-16.a.07.53.59.mov
The following config attributes (color
, highlightColor
, useResetSlot
), which were related to the old range input zoom, are deprecated:
const config = {
style: {
chart: {
zoom: {
show: true,
color: #E1E5E8, // deprecated
highlightColor: #CCCCCC, // deprecated
useResetSlot: false // deprecated
}
}
}
}