UNPKG

d-grouped-barchart

Version:

Derby grouped bar chart component using d3 and d3-tip.

49 lines (48 loc) 1.02 kB
{ "name": "d-grouped-barchart", "version": "1.0.7", "description": "Derby grouped bar chart component using d3 and d3-tip.", "main": "index.js", "scripts": { "prepublish": "derby-dev-helpers compile -cj", "postpublish": "derby-dev-helpers revert -cj" }, "repository": { "type": "git", "url": "git://github.com/dmapper/d-grouped-barchart.git" }, "keywords": [ "derby", "component", "d3" ], "author": { "name": "Osman Mazinov" }, "license": "MIT", "bugs": { "url": "https://github.com/dmapper/d-grouped-barchart/issues" }, "homepage": "https://github.com/dmapper/d-grouped-barchart", "dependencies": { "d3": "^3.4.4", "json2csv": "2.2.1" }, "devDependencies": { "derby-dev-helpers": "^0.1.2" }, "maintainers": [ { "name": "ovvn", "email": "omazinov@gmail.com" }, { "name": "zag2art", "email": "zag2art@gmail.com" }, { "name": "cray0000", "email": "cray0000@gmail.com" } ] }