Skip to content

Releases: graphieros/vue-data-ui

VueUiMiniLoader

14 Feb 23:23
Compare
Choose a tag to compare

Added a customizable loader component :)

DataLabels Prefix & Suffix

13 Feb 17:25
Compare
Choose a tag to compare

Added prefix & suffix data label options in the following charts:

  • VueUiXy
  • VueUiDonut
  • VueUiWaffle
  • VueUiRings
  • VueUiSparkline
  • VueUiThermometer
  • VueUiHeatmap

VueUiXy

12 Feb 06:56
Compare
Choose a tag to compare

VueUiXy

When showOnlyFirstAndLast is set to true, show any x label on hover.

Arrow component

10 Feb 10:25
Compare
Choose a tag to compare

Added <Arrow /> component that can be injected into charts #svg slots.

VueUiHeatmap

07 Feb 06:33
Compare
Choose a tag to compare

Minor fix of the temperature legend side legend size.

VueUiTableSparkline

05 Feb 06:55
Compare
Choose a tag to compare

Improved interactivity

New component

04 Feb 17:39
Compare
Choose a tag to compare

Added VueUiTableSparkline, a table component bearing dynamic sparklines.

VueUiXy improved zoom

03 Feb 10:51
Compare
Choose a tag to compare

Improved zoom functionality, added a reset button when zoom is sliced.

VueUiHeatmap improved colors

03 Feb 08:27
Compare
Choose a tag to compare

Improved color management, and moved scale to the side.
The following user options are added:

style.legend.position : "right" | "bottom" ; // (default: "right")
style.legend.scaleBorderRadius: number;  // (default: 18) 

VueUiRating minor fix

02 Feb 22:33
Compare
Choose a tag to compare

Fixed a bug causing an svg overflowing from its container when its viewbox width was set to 0, occurring when a star is not selected in active mode.