github graphieros/vue-data-ui v3.19.7

4 hours ago

New: optional display of yAxis to the right

This release adds config options to display the yAxis and scale labels to the right of the following charts:

  • VueUiXy
  • VueUiStackbar
  • VueUiStackline
  • VueUiCandlestick
  • VueUiDonutEvolution
left right
image image

API

  • VueUiXy:
    config.chart.grid.labels.yAxis.position: 'left' | 'right' (default: 'left', corresponding to previous behavior)

  • VueUiStackbar, VueUiStackline:
    config.style.chart.grid.y.position: 'left' | 'right' (default: 'left', corresponding to previous behavior)

  • VueUiCandlestick, VueUiDonutEvolution:
    config.style.layout.grid.yAxis.position: 'left' | 'right' (default: 'left', corresponding to previous behavior)

Other:

  • VueUiXy: fixes the unstable state of the chart when useIndividualScale is true with stacked mode

Docs are up to date

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

NewReleases is sending notifications on new releases.