github graphieros/vue-data-ui v2.6.50

latest releases: v3.1.3, v3.1.2, v3.1.1...
3 months ago

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
      }
    }
  }
}

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.