Releases: graphieros/vue-data-ui
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