Skip to content

v2.6.47

Compare
Choose a tag to compare
@graphieros graphieros released this 08 May 08:20
· 127 commits to master since this release

VueUiDonut & VueUiNestedDonuts

Add padding config option in config.style.chart.padding

const config = {
  style: {
    chart: {
      padding: {
        top: 0,
        right: 0,
        bottom: 0,
        left: 0
      }
    }
  }
}

DOCS and chart builder pages are up to date