TimeMarker takes an infoStyle prop to apply custom styles, but that prop isn't passed into the default tracker from ChartContainer -
It'd be nice to be able to style the default tracker instead of having to manage a custom TimeMarker if you want anything other than a 1px grey line.
Maybe even allowing passing a React component that would over-ride TimeMarker if it exists, accepting the same props.