VueUiSparkline
Add support for dashed segments on the line variant of the component:
const config = computed(() => ({
style: {
line: {
dashIndices: [], // set indices in your dataset that require to be flagged as estimations, for example
dashArray: 4,
}
}
}));