esnet / react-timeseries-charts

Declarative and modular timeseries charting components for React
http://software.es.net/react-timeseries-charts
Other
856 stars 283 forks source link

Cannot style tracker tooltip box #509

Open steelow opened 8 months ago

steelow commented 8 months ago

❔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