Hey, it would be super useful if the Charting Library had a way to set the crosshair position from code.
Right now we can only listen to it with crossHairMoved, but there’s no method to actually move it ourselves.
Something like: chart.setCrossHairPosition({ time: 1756392000, price: 123.45 }); would solve it.
Any chance you could add this? 🙏
Hey, it would be super useful if the Charting Library had a way to set the crosshair position from code.
Right now we can only listen to it with crossHairMoved, but there’s no method to actually move it ourselves.
Something like:
chart.setCrossHairPosition({ time: 1756392000, price: 123.45 });would solve it.Any chance you could add this? 🙏