d3node-barchart
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -10,2 +10,2 @@ const output = require('d3node-output'); | ||
// create output files | ||
output('./dist/output', d3nBar(data)); | ||
output('./example/output', d3nBar(data)); |
{ | ||
"name": "d3node-barchart", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "D3-Node example - BarChart", | ||
@@ -11,2 +11,6 @@ "main": "index.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/d3-node/d3node-barchart.git" | ||
}, | ||
"keywords": [ | ||
@@ -13,0 +17,0 @@ "d3", |
@@ -5,7 +5,6 @@ ## BarChart | ||
## Install | ||
```bash | ||
npm install d3-node-bar | ||
npm install d3node-barchart | ||
``` | ||
@@ -30,3 +29,3 @@ | ||
![chart](dist/output.png) | ||
![chart](https://raw.githubusercontent.com/d3-node/d3node-barchart/master/example/output.png) | ||
@@ -33,0 +32,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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
43576
1
82