Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chartio

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chartio - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

COMMANDLINE-ARGUMENTS.md

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc