react-charts icon indicating copy to clipboard operation
react-charts copied to clipboard

Can't see text in tooltip with dark: true

Open davetapley opened this issue 1 year ago • 1 comments

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 avatar Aug 05 '24 19:08 davetapley

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

.tickLabel {
  stroke: lightgrey;
}

davetapley avatar Aug 05 '24 21:08 davetapley