github graphieros/vue-data-ui v3.0.6

latest releases: v3.0.19, v3.0.18, v3.0.17...
5 days ago

VueUiXy - Time tag custom format

A custom format can now be passed through a callback.

const config = ref({
  chart: {
    timeTag: {
      show: true,
      // The callback works exactly as the one available for the tooltip
      customFormat: ({ absoluteIndex }) => {
        return String(absoluteIndex);
      }
    }
  }
})

If you just realized this is version 3 now, here are all the details.

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

NewReleases is sending notifications on new releases.