Forum Replies Created by havard

Viewing 2 posts - 1 through 2 (of 2 total)
  • in reply to: Disable touch support #5462

    Thanks for your response. If I understand you correctly, there will be a way of disabling the touch feature when initializing the chart?

    in reply to: Disable touch support #5452

    I did a brute force attempt to unbind events with

    $('canvas').unbind('touchstart touchmove touchend mouseenter mouseleave click mousedown mouseup');

    But no success.

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