github graphieros/vue-data-ui v2.4.25

latest releases: v3.1.4, v3.1.3, v3.1.2...
9 months ago

VueUiCanvas : custom scales

  • Set a custom scale in non stack mode (default) through the following new config attributes:
style.chart.scale.min: number | null; // default: null
style.chart.scale.max: number | null; // default: null
  • Set custom scales on each dataset item (applied when stack mode is true), through the following new dataset attributes:
scaleMin: number | null;
scaleMax: number | null;
  • Show vertical lines at same index as time labels on large datasets

Docs are up to date.

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

NewReleases is sending notifications on new releases.