github graphieros/vue-data-ui v3.21.6

latest release: v3.21.7
7 hours ago

VueUiHorizontalBar #353

  • Add config option to show/hide value in legend items
const config = computed<VueUiHorizontalBarConfig>(() => ({
  style: {
    chart: {
      legend: {
        showValue: true, // new
      }
    }
  }
}));

VueUiXy

  • fix wrong x value displayed in data labels in continuous mode
  • performance rewrite (details)

Docs are up to date

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

NewReleases is sending notifications on new releases.