Merge pull request #1273 from ewheeler/master

Add dc.js v1.3.0
This commit is contained in:
Lachlan Collins
2013-05-11 20:23:55 -07:00
3 changed files with 3480 additions and 0 deletions
File diff suppressed because it is too large Load Diff
+3
View File
File diff suppressed because one or more lines are too long
+27
View File
@@ -0,0 +1,27 @@
{
"name": "dc",
"filename": "dc.min.js",
"version": "1.3.0",
"description": "A multi-dimensional charting built to work natively with crossfilter rendered using d3.js ",
"keywords": [
"visualization",
"svg",
"animation",
"canvas",
"chart",
"dimensional"
],
"homepage": "http://nickqizhu.github.com/dc.js/",
"author": {
"name": "Nick Zhu",
"url": "http://nzhu.blogspot.ca/"
},
"repository": {
"type": "git",
"url": "https://github.com/NickQiZhu/dc.js.git"
},
"dependencies": {
"crossfilter": "1.x",
"d3": "3.x"
}
}