How to make the Amchart 4 cursor height dynamic based on the series shape?
It is working on Amchart 3
v3: Stopped on the selected value or on the bullets (That is what I need) property name "limitToGraph"
V4: Height 100% and overflow the bullets
So any Idea how to handle that?
You must specify series to which cursor must be snapped:
chart.cursor.snapToSeries = series;