I am looking to create the equivalent of spike lines but where the coordinate of any location is shown regardless of if there is a data point there. Does anyone know if this is possible? So far I’ve only been able to get it if there is a point in the location.
The only idea I have is adding a imshow trace with the same dimensions as your range. I’m aware that I’m posting a python example, JS should be similar tough.