Skip to content

Releases: graphieros/vue-data-ui

VueUiSparkbar minor fix

02 Mar 08:15
Compare
Choose a tag to compare

VueUiSparkbar fixed options which were not applied:

  • style.fontFamily
  • style.backgroundColor

VueUiHeatmap & VueUiQuadrant fixes

01 Mar 16:40
Compare
Choose a tag to compare

VueUiHeatmap :

  • improved right legend layout
  • fixed cells centering when spacing is applied

VueUiQuadrant :

  • fixed a bug causing negative value datapoints overflowing from the grid

VueUiXy fix

20 Feb 19:32
Compare
Choose a tag to compare

Fixed a bug introduced in previous release, which breaked the chart if partial config prop was passed to the component.

VueUiXy fix

19 Feb 07:22
Compare
Choose a tag to compare

Fixed issues occurring in sparkline data table when dataset series are of uneven length.

VueUiXy data table update

18 Feb 18:54
Compare
Choose a tag to compare

Added an option to display data table with sparklines in the VueUiXy component.

New config option:

config.table.sparkline: boolean; (default: true)

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 :)