github graphieros/vue-data-ui v2.4.60

latest releases: v3.0.23, v3.0.22, v3.0.21...
8 months ago

Customizable chart background

A new slot was added on most components to customize background (image, gradient, etc.)

<VueUiXy :dataset="dataset" :config="config">
  <template #chart-background>
    <div :style="{ height: '100%', width: '100%' }">
      <img src="space.png" alt="space" class="h-full w-full object-cover">
    </div>
  </template>
</VueUiXy>

image

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

NewReleases is sending notifications on new releases.