Skip to content

Cannot style tracker tooltip box #509

@steelow

Description

@steelow

❔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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions