Releases: graphieros/vue-data-ui
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
Added tests
- Added unit tests
- Improved zoom in VueUiCandlestick
Improved nice scale on xy chart types
y labels now span through the whole chart height in a smooth way in the following charts:
- VueUiXy
- VueUiDonutEvolution
- VueUiCandlestick
Improved donut arcs
VueUiDonut now allows a borderWidth, new option added:
style.chart.layout.donut.borderWidth (default: 1)
v.1.9.64
- Improved fullscreen behavior
v.1.9.63
- Added fullscreen toggle user option