You must be logged in to post your query.
Home › Forums › Chart Support › How to show/remove a custom marker on click ?
this is my attempt https://jsfiddle.net/h94gjnbe/
@scompliance,
Datapoint click event is not getting fired as image placed on top of datapoint captures the event. Bypassing pointer-events & toggling display property between “none” and “block” on datapoint click should work fine in this case.
Please take a look at this updated JSFiddle for a working example of the same.
— Vishwas R Team CanvasJS
You must be logged in to reply to this topic. Login/Register