Releases: graphieros/vue-data-ui
Releases · graphieros/vue-data-ui
VueUiMiniLoader
Added a customizable loader component :)
DataLabels Prefix & Suffix
Added prefix & suffix data label options in the following charts:
- VueUiXy
- VueUiDonut
- VueUiWaffle
- VueUiRings
- VueUiSparkline
- VueUiThermometer
- VueUiHeatmap
VueUiXy
VueUiXy
When showOnlyFirstAndLast
is set to true
, show any x label on hover.
Arrow component
Added <Arrow />
component that can be injected into charts #svg slots.
VueUiHeatmap
Minor fix of the temperature legend side legend size.
VueUiTableSparkline
Improved interactivity
New component
Added VueUiTableSparkline
, a table component bearing dynamic sparklines.
VueUiXy improved zoom
Improved zoom functionality, added a reset button when zoom is sliced.
VueUiHeatmap improved colors
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
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.