Skip to content

Releases: graphieros/vue-data-ui

v2.6.19

15 Mar 09:54
Compare
Choose a tag to compare

VueUiSparkline : optional mini tooltip

Ideal if you prefer a minimalist layout without the title or the data label on the side.

Enregistrement.de.l.ecran.2025-03-15.a.10.48.56.mov

New config attribute: config.style.tooltip

tooltip: {
   show: boolean, // default: false
   fontSize: number, // default: 14
   color: string, // default: "#2D353C"
   backgroundColor: string, // default: "#FFFFFF"
   offsetY: number, // default: 0
   borderWidth: number, // default: 0
   borderColor: string, // default: "#E1E5E8"
   borderRadius: number, // default: 2
   backgroundOpacity: number, // from 0 to 100, default: 100
}

An example is visible here

Documentation is up to date, so is the chart maker for this component.

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.