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
}
})
🔗 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).