Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "m1js", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -21,3 +21,13 @@ "main": "index.js", | ||
"keywords":[ | ||
"javascript graphs", | ||
"javascript charts", | ||
"web charts", | ||
"web graphs", | ||
"beautiful charts", | ||
"library charts", | ||
"js charts", | ||
"graphs", | ||
"ios", | ||
"android", | ||
"graphs", | ||
"server graphs", | ||
@@ -24,0 +34,0 @@ "lazy graphs", |
@@ -0,1 +1,3 @@ | ||
[![NPM](https://nodei.co/npm/m1js.png?downloads=true&stars=true)](https://nodei.co/npm/m1js/) | ||
# m1js | ||
@@ -165,1 +167,13 @@ The goal is to create simple graphs at server end and save it to png, so the client can load it instead of preparing it. | ||
sudo apt-get install g++-4.8 | ||
####Preview | ||
![Donut](https://github.com/mennu/m3js/blob/master/tests/donut.png?raw=true "Donut Graph") | ||
![HBar](https://github.com/mennu/m3js/blob/master/tests/hbar.png?raw=true "HBar Graph") | ||
![Pie](https://github.com/mennu/m3js/blob/master/tests/pie.png?raw=true "pie Graph") | ||
![Bar](https://github.com/mennu/m3js/blob/master/tests/bar.png?raw=true "Bar Graph") | ||
![line-graph](https://github.com/mennu/m3js/blob/master/tests/line-graph.png?raw=true "line Graph") |
@@ -83,2 +83,11 @@ var graphEngine = require("../index.js"); | ||
data : 20 | ||
},{ | ||
labels : "jQuery", | ||
data : 45 | ||
},{ | ||
labels : "Ruby", | ||
data : 20 | ||
},{ | ||
labels : "Python", | ||
data : 20 | ||
}], | ||
@@ -101,2 +110,11 @@ outputFolder : __dirname, | ||
data : 60 | ||
},{ | ||
labels : "USA", | ||
data : 45 | ||
},{ | ||
labels : "Europe", | ||
data : 50 | ||
},{ | ||
labels : "Asia", | ||
data : 60 | ||
}], | ||
@@ -103,0 +121,0 @@ outputFolder : __dirname, |
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
773839
17
12196
179