Releases: graphieros/vue-data-ui
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.
VueUiHeatmap
Minor fix of the temperature legend side legend size.
VueUiTableSparkline
Improved interactivity