Home Forums Chart Support Adding Event Listeners To StripLines Reply To: Adding Event Listeners To StripLines

#17252

@singulariti,

[update]

We have just released v2.0 GA with crosshair, 5 new chart types & several other features. Please refer the release blog for more information & let us know your feedback.

stripLines have a read only property called bounds which gives you the coordinates of the rectangular region bounded by the stripLine. get method can be used to access bounds. You can attach event based on bounds and achieve draggable stripLines. Please check this jsfiddle.

Also, is it possible to add id to striplines?

Yes, you can add custom properties like id in stripLines object.

Also please have a look at crosshair. Its a new feature available in v2.0 Beta which might be useful in your case.


Suyash Singh
Team CanvasJS