This plugin allows you to toggle CanvasJS chart to fullscreen. Check out Github Repository for more info / examples.
var chart = new CanvasJS.Chart("chartContainer", {
.
.
.
toggleFullScreen: true,
//Chart Options
.
.
.
});
chart.render();
Example 1:
Example 2: zoomEnabled