Skip to content

Releases: graphieros/vue-data-ui

v.1.9.18

08 Dec 06:21
Compare
Choose a tag to compare

VueUiQuadrant Fix flex issue in table first col

v.1.9.17

07 Dec 06:54
Compare
Choose a tag to compare
  • VueUiQuadrant Add shapes in table
  • VueUiOnion On series select, dataLabel takes the color of the highlighted series
  • VueUiWaffle Add useBlurOnHover config attribute
  • VueUiXy For plot and line types, add shape 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

05 Dec 06:53
Compare
Choose a tag to compare

VueUiQuadrant

  • Add selected shape in tooltip
  • Fix legend print css render issues

v.1.9.15

04 Dec 06:54
Compare
Choose a tag to compare

Reduce bundle size

VueUiQuadrant : display slighly bigger datapoint shapes on hover

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;
}