Skip to content

Commit 86b8689

Browse files
committed
Fix - VueUiSparkStackbar - Fix tooltip bg color and text color
1 parent 92c2e8f commit 86b8689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/vue-ui-sparkstackbar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,8 @@ function useTooltip({ datapoint, seriesIndex }) {
444444
<Tooltip
445445
:show="isTooltip && FINAL_CONFIG.style.tooltip.show"
446446
:parent="sparkstackbarChart"
447-
:backgroundColor="FINAL_CONFIG.style.backgroundColor"
448-
:color="FINAL_CONFIG.style.color"
447+
:backgroundColor="FINAL_CONFIG.style.tooltip.backgroundColor"
448+
:color="FINAL_CONFIG.style.tooltip.color"
449449
:fontSize="FINAL_CONFIG.style.tooltip.fontSize"
450450
:borderRadius="FINAL_CONFIG.style.tooltip.borderRadius"
451451
:borderColor="FINAL_CONFIG.style.tooltip.borderColor"

0 commit comments

Comments
 (0)