github graphieros/vue-data-ui v2.1.95

latest releases: v3.1.6, v3.1.5, v3.1.4...
15 months ago

Improved double range slider used in the following components:

  • VueUiQuickChart
  • VueUiXy
  • VueUiDonutEvolution
  • VueUiCandlestick

The double range slider handles can't overlap anymore.

An additional config option was added to control the color of the selected portion of the slider track:

VueUiQuickChart: config.zoomHighlightColor: string; // default: "#4A4A4A"
VueUiXy: config.chart.zoom.highlightColor: string; // default: "#4A4A4A"
VueUiDonutEvolution: config.style.chart.zoom.highlightColor: string; // default: "#4A4A4A"
VueUiCandlestick: config.style.zoom.highlightColor: string; // default: "#4A4A4A"

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

NewReleases is sending notifications on new releases.