Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s-a/drawio
📈Plot serial chart data to an image and save it to filesystem from shell.
https://github.com/s-a/drawio
Last synced: about 7 hours ago
JSON representation
📈Plot serial chart data to an image and save it to filesystem from shell.
- Host: GitHub
- URL: https://github.com/s-a/drawio
- Owner: s-a
- Created: 2017-11-06T19:30:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T19:57:16.000Z (about 7 years ago)
- Last Synced: 2024-04-14T02:37:14.429Z (7 months ago)
- Language: JavaScript
- Size: 2.35 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [![module logo][module-logo-path]][module-logo-url]
[module-logo-path]: /resources/logo-sm.png
[module-logo-url]: /README.md
[![NPM version][npm-image]][npm-url]
[![Dependency Status][daviddm-image]][daviddm-url]
[![Donate](http://s-a.github.io/donate/donate.svg)](http://s-a.github.io/donate/)> Plot serial chart data to an image and save it to filesystem from shell. Compatible with node 8.x
## Installation
```sh
$ npm install -g drawio
```## Usage
```sh
$ type datafile.data | drawio --title measurement --width 2048
$ drawio --title measurement --inputfile tests.dat --outfile tests.png
```## Demo
![Demo](/demo.gif)
## Parameter details and help
[COMMANDLINE-ARGUMENTS.md](COMMANDLINE-ARGUMENTS.md)
## License
MIT © [s-a](https://github.com/s-a)
[npm-image]: https://badge.fury.io/js/drawio.svg
[npm-url]: https://npmjs.org/package/drawio
[daviddm-image]: https://david-dm.org/s-a/drawio.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/s-a/drawio