github graphieros/vue-data-ui v3.11.2

9 hours ago

VueUiQuadrant

  • Add the #datapoint slot, to customize datapoints on the quadrant with rich content inside a foreignObject, to achieve this kind of chart:
image
    <VueUiQuadrant :dataset="dataset" :config="config">
        <template #datapoint="{ datapoint }">
            <div class="w-full h-full overflow-visible">
              <GoogleIcon v-if="datapoint.name === 'google'"/>
              <!-- Etc. -->
            </div>
        </template>
    </VueUiQuadrant>

Check out an example on the docs website

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

NewReleases is sending notifications on new releases.