# ❔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
❔Question
How to update the style tracker tooltip color styling?
I have tried updating
trackerStyleprop (shown below).It had no effect.
Your Environment