Thanks for your response. If I understand you correctly, there will be a way of disabling the touch feature when initializing the chart?
I did a brute force attempt to unbind events with
$('canvas').unbind('touchstart touchmove touchend mouseenter mouseleave click mousedown mouseup');
But no success.