Skip to content

Releases: graphieros/vue-data-ui

Improved data tables layout

01 Feb 17:37
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Removed akward hover animation (ikr)

Improved VueUiDonutEvolution

29 Jan 07:29
Compare
Choose a tag to compare

Improved donuts layout

Added tests

28 Jan 17:37
Compare
Choose a tag to compare
  • Added unit tests
  • Improved zoom in VueUiCandlestick

Improved nice scale on xy chart types

28 Jan 10:51
Compare
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
Compare
Choose a tag to compare

VueUiDonut now allows a borderWidth, new option added:

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

v.1.9.64

09 Jan 16:38
Compare
Choose a tag to compare
  • Improved fullscreen behavior

v.1.9.63

09 Jan 08:04
Compare
Choose a tag to compare
  • Added fullscreen toggle user option