Skip to content

Releases: graphieros/vue-data-ui

New component

04 Feb 17:39
Compare
Choose a tag to compare

Added VueUiTableSparkline, a table component bearing dynamic sparklines.

VueUiXy improved zoom

03 Feb 10:51
Compare
Choose a tag to compare

Improved zoom functionality, added a reset button when zoom is sliced.

VueUiHeatmap improved colors

03 Feb 08:27
Compare
Choose a tag to compare

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

02 Feb 22:33
Compare
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
Compare
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
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