Releases: graphieros/vue-data-ui
VueUiSparkbar minor fix
VueUiSparkbar
fixed options which were not applied:
style.fontFamily
style.backgroundColor
VueUiHeatmap & VueUiQuadrant fixes
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
Fixed a bug introduced in previous release, which breaked the chart if partial config prop was passed to the component.
VueUiXy fix
Fixed issues occurring in sparkline data table when dataset series are of uneven length.
VueUiXy data table update
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
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
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
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
Updated config to standardize types with the same options.
Also (finally) removed self referencing vue-data-ui dev dependency
VueUiMiniLoader
Added a customizable loader component :)