Releases: graphieros/vue-data-ui
v.1.9.18
VueUiQuadrant
Fix flex issue in table first col
v.1.9.17
VueUiQuadrant
Add shapes in tableVueUiOnion
On series select, dataLabel takes the color of the highlighted seriesVueUiWaffle
AdduseBlurOnHover
config attributeVueUiXy
For plot and line types, addshape
dataset option ('circle', 'triangle', 'square', 'diamond', 'pentagon', 'hexagon' or 'star', with a default set to 'circle' to guarantee no impact on existing implementation)VueUiRadar
Improve tooltip content with inline bar charts
v.1.9.16
VueUiQuadrant
- Add selected shape in tooltip
- Fix legend print css render issues
v.1.9.15
Reduce bundle size
VueUiQuadrant
: display slighly bigger datapoint shapes on hover
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;
}