Skip to content

Releases: graphieros/vue-data-ui

Animations improved

02 Apr 15:53

Choose a tag to compare

  • VueUiSparkHistogram : added optional animation

  • VueUiRadar : added config option to control animations in the tooltip's bar charts

  • VueUiTableSparkline : added config option to control sparkline animations

  • VueUiSparkline : improved animation speed consistency

Mini charts animations

02 Apr 06:12

Choose a tag to compare

Added optional animation config for the following components:

  • VueUiSparkline
  • VueUiSparkbar
  • VueUiSparkStackbar

Animation is enabled by default.

animation: {
  show: true,
  animationFrames: 60
}

.d.ts file minor fix

31 Mar 18:32

Choose a tag to compare

v.2.0.54

Minor fix in .d.ts file

VueUiKpi new component

31 Mar 17:05

Choose a tag to compare

Added new component

Optimized css

31 Mar 08:32

Choose a tag to compare

v.2.0.51

Optimized css

VueUiIcon

30 Mar 18:31

Choose a tag to compare

Minor fixes (removed non breaking console error)

VueUiGalaxy gradient

30 Mar 15:44

Choose a tag to compare

Added gradient config option in VueUiGalaxy

VueUiGalaxy

30 Mar 07:57

Choose a tag to compare

Added new component VueUiGalaxy

VueUiWaffle fixes

28 Mar 14:23

Choose a tag to compare

VueUiWaffle :

  • Fixed an error occurring when data labels are enabled and all series are segregated.

Error handling update

28 Mar 05:58

Choose a tag to compare

Any dataset missing element will trigger a console.warn instead of throwing an error.