Comparing version 1.0.5 to 1.0.6
@@ -21,3 +21,3 @@ { | ||
"_from": "ac-d3@latest", | ||
"_id": "ac-d3@1.0.5", | ||
"_id": "ac-d3@1.0.6", | ||
"_inCache": true, | ||
@@ -28,3 +28,3 @@ "_location": "/ac-d3", | ||
"host": "s3://npm-registry-packages", | ||
"tmp": "tmp/ac-d3-1.0.5.tgz_1497913949293_0.07374315382912755" | ||
"tmp": "tmp/ac-d3-1.0.6.tgz_1497913949293_0.07374315382912755" | ||
}, | ||
@@ -50,3 +50,3 @@ "_npmUser": { | ||
], | ||
"_resolved": "https://registry.npmjs.org/ac-d3/-/ac-d3-1.0.5.tgz", | ||
"_resolved": "https://registry.npmjs.org/ac-d3/-/ac-d3-1.0.6.tgz", | ||
"_shasum": "7a3836bf55cbe98854127d867745dd66726a0384", | ||
@@ -65,3 +65,3 @@ "_shrinkwrap": null, | ||
"shasum": "7a3836bf55cbe98854127d867745dd66726a0384", | ||
"tarball": "https://registry.npmjs.org/ac-d3/-/ac-d3-1.0.5.tgz" | ||
"tarball": "https://registry.npmjs.org/ac-d3/-/ac-d3-1.0.6.tgz" | ||
}, | ||
@@ -82,3 +82,3 @@ "license": "ISC", | ||
}, | ||
"version": "1.0.5" | ||
"version": "1.0.6" | ||
} |
@@ -19,7 +19,7 @@ [![N|Solid](https://cldup.com/RjTksBwPWq.jpg)](https://nodesource.com/products/nsolid) | ||
##### HTML | ||
1. Create div with specific ID (Used in config object later) | ||
1) Create div with specific ID (Used in config object later) | ||
```html | ||
<div id='vis'></div> | ||
``` | ||
2. Add script tags | ||
2) Add script tags | ||
```html | ||
@@ -33,7 +33,7 @@ <script type="text/javascript" src="https://www.youtube.com/iframe_api"></script> | ||
##### Javascript | ||
1. Require in library | ||
1) Require in library | ||
```javascript | ||
const acd3 = require('ac-d3'); | ||
``` | ||
2. Create data object | ||
2) Create data object | ||
@@ -69,3 +69,3 @@ | Key | Value datatype | Note | | ||
``` | ||
3. Create config object | ||
3) Create config object | ||
@@ -87,3 +87,3 @@ | Key | Value datatype | Note | | ||
``` | ||
4. Create a new chart instance and invode the createBubbleChart method | ||
4) Create a new chart instance and invode the createBubbleChart method | ||
```javascript | ||
@@ -90,0 +90,0 @@ const randomChart = new acd3(data, config); |
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