Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't see text in tooltip with dark: true #375

Open
davetapley opened this issue Aug 5, 2024 · 1 comment
Open

Can't see text in tooltip with dark: true #375

davetapley opened this issue Aug 5, 2024 · 1 comment

Comments

@davetapley
Copy link

It's very hard to see, but there is a date here:

Coconino_County_ALERT

I assume it is this, but no class so I can't even target it with CSS as a workaround 😞

https://github.com/TanStack/react-charts/blob/beta/src/components/Tooltip.tsx#L161-L169

@davetapley
Copy link
Author

davetapley commented Aug 5, 2024

I was able to work around by removing dark: true and:

.tickLabel {
  stroke: lightgrey;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant