Skip to content

Commit

Permalink
Fix - VueUiSparkStackbar - Fix tooltip bg color and text color
Browse files Browse the repository at this point in the history
  • Loading branch information
graphieros committed Nov 27, 2024
1 parent 92c2e8f commit 86b8689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/vue-ui-sparkstackbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -444,8 +444,8 @@ function useTooltip({ datapoint, seriesIndex }) {
<Tooltip
:show="isTooltip && FINAL_CONFIG.style.tooltip.show"
:parent="sparkstackbarChart"
:backgroundColor="FINAL_CONFIG.style.backgroundColor"
:color="FINAL_CONFIG.style.color"
:backgroundColor="FINAL_CONFIG.style.tooltip.backgroundColor"
:color="FINAL_CONFIG.style.tooltip.color"
:fontSize="FINAL_CONFIG.style.tooltip.fontSize"
:borderRadius="FINAL_CONFIG.style.tooltip.borderRadius"
:borderColor="FINAL_CONFIG.style.tooltip.borderColor"
Expand Down

0 comments on commit 86b8689

Please sign in to comment.