github graphieros/vue-data-ui v3.15.5

7 hours ago

VueUiSparkline

  • Add support for temperature colors
const config = computed(() => {
  temperatureColors: {
    show: false, // set to true to enable
    colors: ['#34eb96', '#eb4034'], // any number of colors can be used
  }
})
image

🔗 View an example

🔗 See VueUiSparkline documentation page

Note

This gradient implementation is performant, and is to be preferred to the experimental gradientPath feature (see notes on v3.15.3 for details on the gradientPath feature).

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

NewReleases is sending notifications on new releases.