github graphieros/vue-data-ui v3.16.3

6 hours ago

VueUiSparkline

Add support for dashed segments on the line variant of the component:

image
const config = computed(() => ({
  style: {
    line: {
      dashIndices: [], // set indices in your dataset that require to be flagged as estimations, for example
      dashArray: 4,
    }
  }
}));

Check out an example here

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

NewReleases is sending notifications on new releases.