Skip to content

v3.8.5

Latest

Choose a tag to compare

@graphieros graphieros released this 10 Dec 15:02

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