Export CanvasJS Chart Data as CSV

This plugin allows you to convert CanvasJS Charts into sparkline charts. Check out Github Repository for more info / examples.

How to Use?

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

chart.renderSparkline();

Live Example

Example 1:


Example 2:


Example 3:


Example 2: