- Improvements regarding xAxis time labels rotation config options for the following components:
-
VueUiXy
: improved labels text-anchor when rotated -
VueUiQuickChart
: improved labels text-anchor when rotated -
VueUiCandlestick
: added config options to rotate xAxis time labels:
config.style.layout.grid.xAxis.dataLabels.rotation: number;
(default : 0)
VueUiDonutEvolution
: added config options to rotate xAxis time labels:
config.style.chart.layout.grid.xAxis.dataLabels.rotation: number;
(default: 0)
config.style.chart.layout.grid.xAxis.datalabels.offsetY: number;
(default: 0)
- Added the 'copyLeft' icon to
VueUiIcon