Hello, Team! Thanks for the canvasjs good chart lib!
I love it.
I have a question for rangeChanging and rangeChanged functions.
Is there any method to prevent of the event firing. like onClick of jQuery.
maybe like this.
rangeChanging: function (e) {
e.preventDefault(); // or return false;
},