csv-chart-generator
Advanced tools
Comparing version
{ | ||
"name": "csv-chart-generator", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A tool for visualizing data from CSV files as line charts and converting the charts to a PDF document.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -35,3 +35,3 @@ # CSV Data Visualization and PDF Conversion | ||
2. In your Node.js app, require the CSV Chart Generator module and call the generatePDF function, passing in the path to the folder containing your CSV files: | ||
``` | ||
In your Node.js app, require the CSV Chart Generator module and call the generatePDF function, passing in the path to the folder containing your CSV files: | ||
@@ -38,0 +38,0 @@ ``` |
485117
0