Home Forums Chart Support rangeChanging event functions

rangeChanging event functions

Viewing 2 posts - 1 through 2 (of 2 total)
  • #36345

    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;
    },
    #36353

    @haojin828,

    The event parameter for rangeChanging and rangeChanged functions does not support preventDefault() method as of now. However, if you could kindly brief us further about your requirement, we will be able to understand your scenario better and help you out with an appropriate solution.


    Thangaraj Raman
    Team CanvasJS

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.