Skip to content

v3.21.7

Latest

Choose a tag to compare

@graphieros graphieros released this 18 Jun 21:50

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