Releases: graphieros/vue-data-ui
Releases · graphieros/vue-data-ui
Animations improved
-
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
Added optional animation config for the following components:
VueUiSparklineVueUiSparkbarVueUiSparkStackbar
Animation is enabled by default.
animation: {
show: true,
animationFrames: 60
}
.d.ts file minor fix
v.2.0.54 Minor fix in .d.ts file
VueUiKpi new component
Added new component
Optimized css
v.2.0.51 Optimized css
VueUiIcon
Minor fixes (removed non breaking console error)
VueUiGalaxy gradient
Added gradient config option in VueUiGalaxy
VueUiGalaxy
Added new component VueUiGalaxy
VueUiWaffle fixes
VueUiWaffle :
- Fixed an error occurring when data labels are enabled and all series are segregated.
Error handling update
Any dataset missing element will trigger a console.warn instead of throwing an error.