﻿FlexChartExport
------------------------------------------------------------------------------
Shows how to export a FlexChart control to an image using canvg and FileSaver.js

The sample shows how to export the Wijmo 5 FlexChart control to PNG, JPG, and BMP 
using canvg and FileSaver.js.

canvg is JavaScript library that parses SVG and renders the result on an HTML Canvas element.
For more information about canvg, please see https://code.google.com/p/canvg/.

FileSaver.js is a JavaScript library that makes saving files on the client-side much easier.
For more infomartion about FileSaver.js, please see https://github.com/eligrey/FileSaver.js/.
