Skip to content

Commit 8e48e43

Browse files
committed
Fix - VueUiSparkline - Fix typo
1 parent 636276c commit 8e48e43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/vue-ui-sparkline.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ function selectDatapoint(datapoint, index) {
580580
:borderRadius="FINAL_CONFIG.style.tooltip.borderRadius"
581581
:backgroundOpacity="FINAL_CONFIG.style.tooltip.backgroundOpacity"
582582
>
583-
<slot name="tootlip" v-bind="{ ...selectedPlot }">
583+
<slot name="tooltip" v-bind="{ ...selectedPlot }">
584584
{{ selectedPlot.period }}: {{
585585
applyDataLabel(
586586
FINAL_CONFIG.style.dataLabel.formatter,

0 commit comments

Comments
 (0)