Releases: graphieros/vue-data-ui
v.1.9.14
VueUiXy: fix highlight area label not showing in Firefox
v.1.9.13
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
Reduce bundle size
VueUiRelationCircle: add user options
v.1.9.9
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
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
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
Minor code cleanup after implementing component e2e testing
v.1.9.3
VueUiQuadrant
- fix xAxis labels position issue
v.1.9.2
VueUiRelationCircle reset on click outside