Skip to content

v2.3.86

Compare
Choose a tag to compare
@graphieros graphieros released this 13 Nov 06:42
· 371 commits to master since this release

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