Zoom Issue

HTML

<html>
<head>
<script>
window.onload = function() {
 
var chart = new CanvasJS.Chart("chartContainer", {
	title: {
		text: "USD_CAD"
	},

	axisX: {
		
	},
	axisY: {
		includeZero: false,    
	},
	data: [  

  {
		type: "candlestick",
     zoomEnabled: true, 
      zoomType: "x",
      title:{
        text: "Try Zooming And Panning" 
      },
    invervalType: "hour",
		xValueType: "dateTime",
		//yValueFormatString: "#,##0.0 kr",
		xValueFormatString: "YYYY-MM-DD hh:mm:ss",
    //xValueFormatString: "YYY-MM-DD hh:mm:ss",
		dataPoints:...