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

Cannot style tracker tooltip box #509

Open
steelow opened this issue Oct 23, 2023 · 0 comments
Open

Cannot style tracker tooltip box #509

steelow opened this issue Oct 23, 2023 · 0 comments

Comments

@steelow
Copy link

steelow commented Oct 23, 2023

❔Question

How to update the style tracker tooltip color styling?
I have tried updating trackerStyle prop (shown below).
It had no effect.

<ChartContainer
    { ...props }
    trackerStyle={{
        box: {
            fill: 'black',
            stroke: '#082040'
        },
        line: {
            stroke: 'red',
            strokeDasharray: 2
        }
    }}
>
    ...
</ChartContainer>

_______chart screenshot

Your Environment

Software Name/Version
react-timeseries-charts ^0.16.1
Browser Chrome
Operating System Winidows 10
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