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 |
|---|---|
|
|
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

