Comparing version 0.0.1 to 0.0.2
@@ -10,4 +10,4 @@ const rc = require('rc') | ||
// 'line', 'scatter', 'pie', 'percentage', 'heatmap' | ||
// 'line', 'scatter', 'bar', 'percentage', 'heatmap' | ||
chartType: 'line' | ||
}) |
{ | ||
"name": "catchart", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "cat something from command line to a browser chart", | ||
@@ -10,2 +10,5 @@ "license": "MIT", | ||
}, | ||
"bin": { | ||
"catchart": "catchart.js" | ||
}, | ||
"scripts": {}, | ||
@@ -12,0 +15,0 @@ "dependencies": { |
@@ -6,2 +6,4 @@ # catchart (WIP) | ||
uses [frappe charts](https://frappe.github.io/charts/) for, ahem, charting... | ||
[![npm status](http://img.shields.io/npm/v/catchart.svg?style=flat-square)](https://www.npmjs.org/package/catchart) | ||
@@ -18,2 +20,3 @@ | ||
<img src="/1.png?raw=true" width="400"> | ||
#### custom label / value | ||
@@ -31,2 +34,9 @@ ``` | ||
#### other chart types, custom title | ||
``` | ||
echo 1,2,3\n4,5,6\n-1,-2,-3 | catchart --title=catchart --chartType=bar | ||
``` | ||
chart types: `line`, `scatter`, `bar` | ||
<img src="/4.png?raw=true" width="400"> | ||
## api | ||
@@ -33,0 +43,0 @@ TBD |
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
315600
14
45