Skip to content

Releases: graphieros/vue-data-ui

VueUiRating minor fix

02 Feb 22:33

Choose a tag to compare

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

02 Feb 16:45

Choose a tag to compare

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

01 Feb 17:37

Choose a tag to compare

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

31 Jan 22:50

Choose a tag to compare

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

30 Jan 08:50

Choose a tag to compare

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

29 Jan 22:02

Choose a tag to compare

Removed akward hover animation (ikr)

Improved VueUiDonutEvolution

29 Jan 07:29

Choose a tag to compare

Improved donuts layout

Added tests

28 Jan 17:37

Choose a tag to compare

  • Added unit tests
  • Improved zoom in VueUiCandlestick

Improved nice scale on xy chart types

28 Jan 10:51

Choose a tag to compare

y labels now span through the whole chart height in a smooth way in the following charts:

  • VueUiXy
  • VueUiDonutEvolution
  • VueUiCandlestick

Improved donut arcs

27 Jan 10:19

Choose a tag to compare

VueUiDonut now allows a borderWidth, new option added:

style.chart.layout.donut.borderWidth (default: 1)