Theming Problem #599
-
Good Morning, i cant figure it out, i got the problem that all the components got differnt color css variables so the theming doesnt work :( example bar-chart <VisAxis
v-if="showXAxis"
type="x"
:tick-format="xFormatter ?? ((v: number) => data[v]?.[index])"
:grid-line="false"
:tick-line="false"
tick-text-color="hsl(var(--vis-text-color))"
/> vis-text-color ? |
Beta Was this translation helpful? Give feedback.
Answered by
sadeghbarati
Jun 10, 2024
Replies: 1 comment 1 reply
-
https://www.shadcn-vue.com/docs/charts.html#update-css Have you followed the Chart installation? Can you share your reproduction?
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
WebPirat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.shadcn-vue.com/docs/charts.html#update-css
Have you followed the Chart installation?
Can you share your reproduction?