v2.3.86
All components with a menu
A config attribute was added to control the position of the menu.
config.userOptions.position: 'right' | 'left'; // default: 'right'
The same attribute for VueUiQuickChart:
config.userOptionsPosition: 'right' | 'left'; // default: 'right'
VueUiWheel
A config attribute was added to control the ticks size:
config.style.chart.layout.wheel.ticks.sizeRatio: number; // from 0 to 1, default: 0.9
Examples:
Default sizeRatio=0.9 | sizeRatio=1 | sizeRatio=0 |
---|---|---|