Skip to content

v2.14.2

Compare
Choose a tag to compare
@graphieros graphieros released this 09 Jul 06:04
· 383 commits to master since this release

VueUiDonut & VueUiNestedDonuts #215

  • Add width and height config attributes:
const config = ref({
  style: {
    chart: {
      width: 512,
      height: 360
    }
  }
})

Note: these dimensions will be ignored when responsive is set to true.

Docs are up to date:
VueUiDonut
VueUiNestedDonuts