Comparing version 1.0.1 to 1.0.2
@@ -30,6 +30,6 @@ # chartio help | ||
|----|-----------| | ||
|--ouputfile |Optional ouput filename of the chart image| | ||
|--ouputfile |Optional ouput filename of the chart PNG image (defaults to chart.png)| | ||
|--inputfile |Optional input filename of csv data| | ||
|--width |Width of image.| | ||
|--height |Height of image.| | ||
|--width |Optional Width of image.| | ||
|--height |Optional Height of image.| | ||
|--delimiter |Optional data field delimiter defaults to `;`| | ||
@@ -36,0 +36,0 @@ |--template |Optional full path to custom HTML template.| |
{ | ||
"name": "chartio", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Plot serial chart data to an image and save it to filesystem from shell.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -23,3 +23,3 @@ # [![module logo][module-logo-path]][module-logo-url] | ||
$ type datafile.data | chartio --title measurement --width 2048 | ||
$ chartio --title measurement --width 2048 --inputfile tests.dat --outfile tests.gif | ||
$ chartio --title measurement --width 2048 --inputfile tests.dat --outfile tests.png | ||
``` | ||
@@ -26,0 +26,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2352396