Skip to content

v2.4.37

Compare
Choose a tag to compare
@graphieros graphieros released this 12 Dec 09:34
· 674 commits to master since this release

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