Skip to content

Releases: graphieros/vue-data-ui

v2.1.49

13 May 06:21

Choose a tag to compare

VueUiDumbbell :

Added optional animation.
Config was slightly modified as animation is not achieved through css, so this is a slight breaking change from v2.1.44.

config.useCssAnimation is deprecated on this component, and replaced with:

config.useAnimation: boolean;
config.animationSpeed: number;

v2.1.44

12 May 15:42

Choose a tag to compare

Added new component:

VueUiDumbbell

Visualize changes between two points in time, for n dataset items.

v2.1.43

11 May 08:50

Choose a tag to compare

New component: VueUiStripPlot

Visualize the distribution of many individual one-dimensional values on a single-axis scatter plot chart.

Also usable via the universal <VueDataUi /> component, like all the other charts.

v2.1.40

10 May 05:22

Choose a tag to compare

  • Added scripts for development to use local vue-data-ui build in manual testing arena
  • Minor refactoring

v2.1.39

09 May 09:08

Choose a tag to compare

VueUiGauge:

  • Added config option to choose the pointer shape (rounded or pointy):

config.style.chart.layout.pointer.type : "rounded" | "pointy";

v2.1.38

09 May 06:35

Choose a tag to compare

This release ships types correctly (at last).

v2.1.36

08 May 17:14

Choose a tag to compare

VueUiRadar:

  • Added smooth animation on category segregation

VueUiOnion:

  • Added smooth animation on series segregation

VueUiVerticalBar:

  • Added smooth animation on series segregation

VueUiDonutEvolution:

  • Fixed zoomed donut breaking when segregating series

v2.1.34

08 May 08:53

Choose a tag to compare

Improvements:

VueUiXy & VueUiQuickChart:

  • Added a thin border to lines of same color as background

VueUiSparkStackbar:

  • Added a smooth transition on serie segregation

VueUiChestnut:

  • Added an opacity transition on serie selection

VueUiScatter marginal lines

07 May 22:19

Choose a tag to compare

VueUiScatter

  • Added optional marginal lines config to show detailed breakdown (ideal if multiple series are displayed):
config.style.layout.marginalBars: {
  ...
  showLines: boolean;
  linesStrokeWidth: number;
}

VueUiNestedDonuts smooth animation

07 May 12:23

Choose a tag to compare

VueUiNestedDonuts

  • Added a smooth animation on series segregation