Quite good looking graph derived from d3.js http://c3js.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
511 B

{
"name": "c3",
10 years ago
"main": [
"c3.css",
"c3.js"
],
Modified home page in bower.json (#2358) Not sure, maybe not related, but at least not synchronized with info in package.json. I'm haiving troubles with fetching c3 0.4.11 and it tells me: ``` $ bower install bower c3#0.4.11 not-cached https://github.com/masayuki0812/c3.git#0.4.11 bower c3#0.4.11 resolve https://github.com/masayuki0812/c3.git#0.4.11 bower c3#0.4.11 checkout 0.4.11 TypeError: LRU: key must be a string or number. Almost certainly a bug! undefined at typeCheckKey (C:\Users\andrii.lundiak\AppData\Roaming\npm\node_modules\bower\node_modules\lru-cache\lib\lru-cache.js:20:19) at LRUCache.get (C:\Users\andrii.lundiak\AppData\Roaming\npm\node_modules\bower\node_modules\lru-cache\lib\lru-cache.js:230:3) at C:\Users\andrii.lundiak\AppData\Roaming\npm\node_modules\bower\lib\core\resolvers\GitRemoteResolver.js:122:70 at _fulfilled (C:\Users\andrii.lundiak\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:854:54) at self.promiseDispatch.done (C:\Users\andrii.lundiak\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:883:30) at Promise.promise.promiseDispatch (C:\Users\andrii.lundiak\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:816:13) at C:\Users\andrii.lundiak\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:877:14 at runSingle (C:\Users\andrii.lundiak\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:137:13) at flush (C:\Users\andrii.lundiak\AppData\Roaming\npm\node_modules\bower\node_modules\q\q.js:125:13) at _combinedTickCallback (internal/process/next_tick.js:73:7) bower c3#0.4.11 resolved https://github.com/masayuki0812/c3.git#0.4.11 bower c3#0.4.11 install c3#0.4.11 ``` And I thought, it might be related....
6 years ago
"homepage": "https://github.com/c3js/c3",
"authors": [
"Masayuki Tanaka <masayuki0812@mac.com>"
],
"description": "D3-based reusable chart library",
"keywords": [
"chart",
"d3"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"htdocs",
"spec",
"src/**/*.js",
"package.json",
"component.json",
"Gruntfile.*"
],
"dependencies": {
"d3": "^5.0.0"
}
}