Skip to content

Theming Problem #599

Answered by sadeghbarati
WebPirat asked this question in Q&A
Jun 10, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

https://www.shadcn-vue.com/docs/charts.html#update-css

Have you followed the Chart installation?

Can you share your reproduction?

@layer base {
  :root {
    /* ... */
    --vis-tooltip-background-color: none !important;
    --vis-tooltip-border-color: none !important;
    --vis-tooltip-text-color: none !important;
    --vis-tooltip-shadow-color: none !important;
    --vis-tooltip-backdrop-filter: none !important;
    --vis-tooltip-padding: none !important;

    --vis-primary-color: var(--primary);
    /* change to any hsl value you want */
    --vis-secondary-color: 160 81% 40%;
    --vis-text-color: var(--muted-foreground);
  }
 }

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@WebPirat
Comment options

Answer selected by WebPirat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants