Skip to content

v2.12.2

Compare
Choose a tag to compare
@graphieros graphieros released this 22 Jun 06:17
· 186 commits to master since this release

VueUiChord

  • Add optional display of group percentages
const config = ref({
  style: {
    chart: {
      arcs: {
        labels: {
          showPercentage: true, // new
          roundingPercentage: 0, // new
        }
      }
    }
  }
})

View docs