github graphieros/vue-data-ui v3.8.5

one day ago

VueUiDonut

  • Improve animation performance
  • Fade out data labels during series segregation
  • Add config options to display non overlapping labels for small arcs:
const config = ref({
  style: {
    chart: {
      labels: {
        dataLabels: {
          smallArcClusterThreshold: 8, // show label on the side under this percentage
          smallArcClusterFontSize: 12, // font size for small arc labels
          oneLine: false, // display name and value on the same line
        }
      }
    }
  }
})
image

Built-in chart annotator (all charts with user options):

  • Fix caret not visible in text mode

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

NewReleases is sending notifications on new releases.