Ref: https://jsfiddle.net/ydpnxc41/
If:
– we comment Line#3 i.e. let the library set the maxmium value of Y-Axis, the markers appear somewhere in the middle.
– we keep Line#3, i.e. set the maximum value of Y-Axis from outside, markers are partially outside the canvjas.
Ideally, we would want them to be at the top like the 2nd approach, but properly visible. Is there a way to offset them slightly ?
Also, another alternate we might accept that if striplines don’t go beyond the markers (I means striplines to be drawn from 0 to Y-coordinate of the marker)