Releases: graphieros/vue-data-ui
New component
Added VueUiTableSparkline
, a table component bearing dynamic sparklines.
VueUiXy improved zoom
Improved zoom functionality, added a reset button when zoom is sliced.
VueUiHeatmap improved colors
Improved color management, and moved scale to the side.
The following user options are added:
style.legend.position : "right" | "bottom" ; // (default: "right")
style.legend.scaleBorderRadius: number; // (default: 18)
VueUiRating minor fix
Fixed a bug causing an svg overflowing from its container when its viewbox width was set to 0, occurring when a star is not selected in active mode.
Improved data tables layout
Updated the following components to the new system:
- VueUiChestnut
- VueUiVerticalBar
- VueUiHeatmap
All charts containing a togglable data table are now migrated
Improved data tables layout
Basically set all outline options to "none", and exposed the following css classes to facilitate their customization:
.vue-ui-data-table
.vue-ui-data-table__caption
.vue-ui-data-table__thead-row
.vue-ui-data-table__tbody__row
.vue-ui-data-table__tbody__row-even
.vue-ui-data-table__tbody__row-odd
.vue-ui-data-table__tbody__td
Improved tables responsiveness
The following components have improved table options and responsiveness:
- VueUiXy
- VueUiRadar
- VueUiQuadrant
- VueUiOnion
- VueUiScatter
- VueUiCandlestick
- VueUiAgePyramid
User options were added to these components when necessary:
- table.
responsiveBreakpoint
: number - table.
columnNames
: object
Check out the documentation website to tweak the config.
Improved tables responsiveness
The following components have improved table options and responsiveness:
- VueUiDonut
- VueUiDonutEvolution
- VueUiWaffle
- VueUiRings
- VueUiMolecule
User options were added to these components:
- table.
responsiveBreakpoint
: number - table.
columnNames
: object
Check out the documentation website to tweak the config.
I intend to gradually make this imrpovement on all charts bearing a table.
Improved VueUiDonutEvolution
Removed akward hover animation (ikr)
Improved VueUiDonutEvolution
Improved donuts layout