Releases: graphieros/vue-data-ui
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 :)
DataLabels Prefix & Suffix
Added prefix & suffix data label options in the following charts:
- VueUiXy
- VueUiDonut
- VueUiWaffle
- VueUiRings
- VueUiSparkline
- VueUiThermometer
- VueUiHeatmap
VueUiXy
VueUiXy
When showOnlyFirstAndLast
is set to true
, show any x label on hover.
Arrow component
Added <Arrow />
component that can be injected into charts #svg slots.