We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd6bf1 commit 64e71ecCopy full SHA for 64e71ec
src/components/vue-ui-radar.vue
@@ -744,7 +744,7 @@ defineExpose({
744
<slot name="tooltip-before" v-bind="{...dataTooltipSlot}"></slot>
745
</template>
746
<template #tooltip-after>
747
- <div style="max-width: 200px;margin:0 auto" v-if="!radarConfig.style.chart.tooltip.customFormat">
+ <div style="max-width: 200px;margin:0 auto" v-if="!['function'].includes(typeof radarConfig.style.chart.tooltip.customFormat)">
748
<SparkBar :dataset="sparkBarData" :config="sparkBarConfig"/>
749
</div>
750
<slot name="tooltip-after" v-bind="{...dataTooltipSlot}"></slot>
0 commit comments