github graphieros/vue-data-ui v2.3.85

latest releases: v3.1.3, v3.1.2, v3.1.1...
10 months ago

All chart components

Set SVG background color to transparent to avoid background layering effect when chart background color has transparency.

VueUiXy

Add optional attributes in dataset items: prefix and suffix

const dataset = ref({
   name: 'Serie 1',
   series: [0, 1, 1, 2, 3, 5],
   ... //
   prefix: '',
   suffix: '%'
});

These attributes will take precedence over the config.chart.labels.prefix and config.chart.labels.suffix. See #113

Prefix and | or suffix are displayed on the y axis labels, as well as on datapoint labels.

A new config was also added on the data table to show or hide the sum column (as it does not make sense when showing multiple series with different types of values).

config.table.showSum: boolean; // default: true

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.