Skip to content

v2.7.2

Latest
Compare
Choose a tag to compare
@graphieros graphieros released this 22 May 15:22

VueUiXy

  • Add a config option to cut lines and areas on null values. Set to false by default, so it does not lead to breaking changes.
const config = {
  line: {
    cutNullValues: false,
  }
}

VueUiChestnut

  • Improve the proportions of expanded donuts so it's more visually pleasing
    image