github graphieros/vue-data-ui v2.3.86

latest releases: v3.1.4, v3.1.3, v3.1.2...
10 months ago

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

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

NewReleases is sending notifications on new releases.