react-timeseries-charts
react-timeseries-charts copied to clipboard
Cannot style tracker tooltip box
❔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>
Your Environment
| Software | Name/Version |
|---|---|
| react-timeseries-charts | ^0.16.1 |
| Browser | Chrome |
| Operating System | Winidows 10 |