Skip to content

Releases: graphieros/vue-data-ui

v2.2.98

27 Sep 15:33
Compare
Choose a tag to compare

VueUiDonutEvolution: fix legend values not updating when zooming

v2.2.97

26 Sep 16:18
Compare
Choose a tag to compare

VueUiParallelCoordinatePlot : fix error when passing incomplete dataset series.

Btw a chart builder is in the works for this component

v2.2.96

26 Sep 04:54
Compare
Choose a tag to compare

VueUiWordCloud: fix TS typo in config.style.chart.words.usePalette

v2.2.95

25 Sep 16:43
Compare
Choose a tag to compare

Technical release (see #61 )
Thanks @userquin for the fix 👍🏻

v2.2.94

25 Sep 10:26
Compare
Choose a tag to compare

To all charts with tooltips, this release adds a config option to manage its background opacity (I recommend not overdoing it thow, a slight transparency is nice, too much can hinder readability):

image

Docs and available chart builders are updated with this config option.

v2.2.89

21 Sep 09:44
Compare
Choose a tag to compare

This release adds tooltips to user options buttons instead of relying on the sucky title attribute to improve accessibility.
Contents of tooltips is manageable in config (checkout v2.2.70 for more info on that).

v2.2.88

10 Sep 15:41
Compare
Choose a tag to compare

VueUiTimer now runs seamlessly on a sleeping browser tab.

v2.2.87

10 Sep 07:20
Compare
Choose a tag to compare

This release fixes non blocking errors visible in console in some cases for the following components:

  • VueUiXyCanvas
  • VueUiNestedDonuts
  • VueUiQuadrant

v2.2.86

10 Sep 05:48
Compare
Choose a tag to compare

Technical release (slight bundle size improvement)

v2.2.84

06 Sep 05:21
Compare
Choose a tag to compare

VueUiSparkbar improvements

This release adds config options to setup a title and subtitle on the chart, or to use a #title slot for full customization.

image

Check out the updated docs

Shoutout to @lucaspmarra for his idea and contribution for this improvement :)