Skip to content

Releases: graphieros/vue-data-ui

v2.3.75

06 Nov 11:13
Compare
Choose a tag to compare

All chart components were reviewed to ensure proper reactivity whenever props change.
This used to be a flaw in Vue Data UI, forcing users to re-render components by adding a key.

Documentation website will soon feature examples.

v2.3.74

05 Nov 05:51
Compare
Choose a tag to compare

VueUiVerticalBar

Fix parent data labels wrong sign when total is negative

VueUiXy

Fix scale vertical line and labels positioning when only one datapoint is visible in stack mode with a datapoint has fixed scale parameters (v2.3.73)

v2.3.72

04 Nov 17:25
Compare
Choose a tag to compare

A few types for VueUiSparkStackbar component are renamed to be compliant with the naming convention of the library:

Before v2.3.72 onwards
VueUiSparkStackBarConfig VueUiSparkStackbarConfig
VueUiSparkStackBarDatasetItem VueUiSparkStackbarDatasetItem
VueUiSparkStackBarConfig VueUiSparkStackbarConfig

This is a breaking change if you happen to be using the old types with v2.3.72 onwards.
Thanks @cyrilf for the fix!

v2.3.71

04 Nov 16:33
Compare
Choose a tag to compare

VueUiXy

Fix several regressions.

v2.3.70

04 Nov 10:43
Compare
Choose a tag to compare

VueUiWheel & VueUiTiremarks

Fix reactivity issue raised in #100

v2.3.69

04 Nov 05:32
Compare
Choose a tag to compare

VueUiOnion

Fix wrong path calculation and janky css animation.
See #99

v2.3.68

03 Nov 03:34
Compare
Choose a tag to compare

Tooltips

When using tooltip.backgroundOpacity with a value < 100, show the tooltip background with a glassmorphism effect.

image

v2.3.67

02 Nov 15:42
Compare
Choose a tag to compare

VueUiXy and VueUiQuickChart

Improve minimap with:

. hovering the minimap shows a selector, and the corresponding area is highlighted on the main chart
. inversely when hovering the chart, corresponding zone is selected on the minimap

Enregistrement.de.l.ecran.2024-11-02.a.16.39.18.mov

v2.3.66

02 Nov 10:17
Compare
Choose a tag to compare

This release improves chart components stability when unprocessable values are passed into datasets (NaN, undefined, Infinity, -Infinity, null).

Whenever these values are present in a dataset, it is converted to 0, and in some useful cases, shown as a warning in the console.

v2.3.61

01 Nov 09:22
Compare
Choose a tag to compare

VueUiHeatmap

Add new config options to rotate xAxis labels, and only show them at given modulo.

config.style.layout.dataLabels.xAxis.rotation: number; // default 0
config.style.layout.dataLabels.xAxis.showOnlyAtModulo: number | null; // default: null

Documentation page and chart maker are up to date.

Enregistrement.de.l.ecran.2024-11-01.a.10.15.39.mov