We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f450d4b commit 550ea8dCopy full SHA for 550ea8d
README.md
@@ -9,6 +9,7 @@ CanvasJS is built from ground up for high performance data visualization and can
9
### How to Use?
10
- Create and Render CanvasJS Chart
11
- Call CanvasJSDataAsCSV method with chart and filename as parameter
12
+
13
```
14
var chart = new CanvasJS.Chart("chartContainer", {
15
.
@@ -22,6 +23,8 @@ var chart = new CanvasJS.Chart("chartContainer", {
22
23
chart.render();
24
25
CanvasJSDataAsCSV(chart, "filename");
26
+//or
27
+chart.exportAsCSV("filename");
28
29
30
#### When exportEnabled is set to true
0 commit comments