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

Cannot style tracker tooltip box

Open steelow opened this issue 2 years ago • 0 comments

❔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

steelow avatar Oct 23 '23 03:10 steelow