github graphieros/vue-data-ui v2.4.37

latest releases: v3.1.1, v3.1.0, v3.0.23...
9 months ago

New component: VueUiHistoryPlot

Visualize the dynamic journey of two variables over time, with every point telling a story of change and connection in two-dimensional space.

Check out the docs
A chart builder is also available!

image

VueUiCarouselTable

  • Fix regression causing caption to move
  • Add config attribute to control the table background color:
config.tbody.backgroundColor: string; // default: "#FFFFFF"

VueUiTableSparkline

  • Fix textAlign issues
  • Add config attribute to hide color markers in first TD:
config.tbody.showColorMarker: boolean; // default: true
  • Improve selection behaviour
  • Add config options to control the background color of selected cells:
config.tbody.selectedColor.useSerieColor: boolean; // default: true
config.tbody.selectedColor.fallback: string; // default: #E1E5E8, applied when useSerieColor is set to false
  • Add config options to control chart dimensions:
config.sparkline.dimensions.width: number; // default: 150
config.sparkline.dimensions.heightRatio: number; // default: 1

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

NewReleases is sending notifications on new releases.