Releases: graphieros/vue-data-ui
v2.1.49
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
Added new component:
VueUiDumbbell
Visualize changes between two points in time, for n dataset items.
v2.1.43
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
- Added scripts for development to use local vue-data-ui build in manual testing arena
- Minor refactoring
v2.1.39
VueUiGauge:
- Added config option to choose the pointer shape (rounded or pointy):
config.style.chart.layout.pointer.type : "rounded" | "pointy";
v2.1.38
This release ships types correctly (at last).
v2.1.36
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
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
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
VueUiNestedDonuts
- Added a smooth animation on series segregation