github graphieros/vue-data-ui v2.17.9

latest releases: v3.0.23, v3.0.22, v3.0.21...
one month ago

VueUiDonut & VueUiNestedDonuts

  • Fix incomplete arc when values are way under 0 (ej. 0.00001) - (This affected all components containing donuts)
  • Add config attribute to control the transparent color applied on arcs on hover:
const config = ref({
  style: {
    chart: {
      layout: {
        donut: {
          selectedColor: "#0000001A", // new
          borderColorAuto: true, // new (if true, defaults to the same color as the chart's backgroundColor)
          borderColor: "#CCCCCC" // used if borderColorAuto is false
        }
      }
    }
  }
})

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.