CanvasJS Chart - Toggle Fullscreen

This plugin allows you to toggle CanvasJS chart to fullscreen. Check out Github Repository for more info / examples.

How to Use?

var chart = new CanvasJS.Chart("chartContainer", {
    .
    .
    .
	toggleFullScreen: true,
    //Chart Options
    .
    .
    .
});
chart.render();

Live Example

Example 1:


Example 2: zoomEnabled