Skip to content

Releases: graphieros/vue-data-ui

VueUiHeatmap viewBox fix

18 Feb 10:27
Compare
Choose a tag to compare

Fixed viewBox size issue with small datasets for VueUiHeatmap.

Also added more component test cases for legend selection & serie segregation on several components.

Improved VueUiHeatmap & VueUiVerticalBar

17 Feb 09:59
Compare
Choose a tag to compare

VueUiHeatmap :

  • Added dynamic indicator on side legend showing when a cell is hovered

VueUiVerticalBar :

  • Fixed y position of multiple series parent label

get any config object

16 Feb 07:58
Compare
Choose a tag to compare

This version adds the getVueDataUiConfig method that can be imported, and used passing a config key, to return the default config object for any component.

import { getVueDataUiConfig } from "vue-data-ui";

const defaultXyConfig = getVueDataUiConfig('vue_ui_xy");

Check out the documentation website for interactive examples on the docs page.

VueUiMiniLoader

15 Feb 07:39
Compare
Choose a tag to compare

Updated config to standardize types with the same options.
Also (finally) removed self referencing vue-data-ui dev dependency

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