Skip to content

Releases: graphieros/vue-data-ui

v2.6.17

12 Mar 17:36
Compare
Choose a tag to compare

Technical release

v2.6.15

09 Mar 08:11
Compare
Choose a tag to compare

Built-in annotator

  • Draw directly on chart svg, so that doodles are now responsive

VueUiWordCloud

  • Fix chart not reactive when dataset changes

v2.6.13

08 Mar 09:38
Compare
Choose a tag to compare

VueUiMolecule

  • Removed the clumsy direction pad
  • Use mouse or touch zoom and pan
Enregistrement.de.l.ecran.2025-03-08.a.10.35.29.mp4

v2.6.12

07 Mar 15:35
Compare
Choose a tag to compare

VueUiStackbar #174

  • Add missing rounding config attribute for scale labels
config.style.chart.grid.y.axisLabels.rounding: number; // default: 0

v2.6.11

04 Mar 18:24
Compare
Choose a tag to compare

VueUiXyCanvas #173

  • Add config options to set labels font weight:
config.style.chart.grid.y.axisLabels.bold: boolean; // default: false
config.style.chart.grid.y.timeLabels.bold: boolean; // default: false
config.style.chart.dataLabels.bold: boolean; // default: false

v2.6.9

03 Mar 08:12
Compare
Choose a tag to compare

VueUiXyCanvas #172

  • Add config option to opt in or out of default gradient for bars:
config.style.chart.bar.gradient.show: boolean; // default: true

v2.6.8

02 Mar 09:15
Compare
Choose a tag to compare

VueUiXy

  • Minor style improvement for the selected state of Y scale in individualScale mode

v2.6.7

01 Mar 17:04
Compare
Choose a tag to compare

Accessibility improvement

  • Most charts svg element now have aria attributes to improve accessibility.

v2.6.6

26 Feb 05:24
Compare
Choose a tag to compare

This release fixes TS type errors.

v2.6.5

23 Feb 10:35
Compare
Choose a tag to compare

VueUiSparkline

Fix edge cases layout bugs when dataset contains a single datapoint.