Skip to content

Releases: graphieros/vue-data-ui

v.1.9.14

03 Dec 15:23
Compare
Choose a tag to compare

VueUiXy: fix highlight area label not showing in Firefox

v.1.9.13

03 Dec 09:20
Compare
Choose a tag to compare

Add download as png for all components already proposing pdf download.
Expose generateImage method for these components to trigger a png download from the parent.

v.1.9.12

02 Dec 09:12
Compare
Choose a tag to compare

Reduce bundle size
VueUiRelationCircle: add user options

v.1.9.9

28 Nov 07:45
Compare
Choose a tag to compare

VueUiXy

Add highlightArea config option to show a static area with a caption.
This feature is disabled by default, and will therefore not affect your existing config.

v.1.9.7

26 Nov 17:14
Compare
Choose a tag to compare

VueUiSparkline now includes more config options for the vertical indicator.
These additions will not break your existing implementation.

config.style.verticalIndicator.color : string;
config.style.verticalIndicator.strokeDasharray : number;

v.1.9.6

26 Nov 08:24
Compare
Choose a tag to compare

VueUiSparkline now includes a config option to display an histogram.
Dataset remains identical to the line type.
This addition will not break your existing implementation.

config.type = 'line' | 'bar'
config.style.bar = {
borderRadius: number;
color: string;
}

v.1.9.4

21 Nov 10:47
Compare
Choose a tag to compare

Minor code cleanup after implementing component e2e testing

v.1.9.3

16 Nov 06:20
Compare
Choose a tag to compare

VueUiQuadrant

  • fix xAxis labels position issue

v.1.9.2

13 Nov 07:08
Compare
Choose a tag to compare
VueUiRelationCircle reset on click outside