mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-22 19:28:40 +10:00
Merge pull request #3493 from Stavrakakis/master
added insightjs library
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+1
@@ -0,0 +1 @@
|
||||
.d3-tip{background-color:#333;color:#fff;padding:1em;font-size:15px;opacity:.8;transition:.2s ease all;-webkit-border-radius:2px;-border-radius:2px;-moz-border-radius:2px;font-family:Helvetica,Arial,sans-serif}.d3-tip:after{box-sizing:border-box;display:inline;font-size:10px;width:100%;line-height:1;color:rgba(0,0,0,.8);content:"\25BC";position:absolute;text-align:center}.d3-tip.n:after{margin:-2px 0 0;top:100%;left:0}.in-axis{font-family:Helvetica,Arial,sans-serif;font-size:13px}.in-axis path{stroke:#666;stroke-width:1;shape-rendering:crispEdges;fill:none}.in-axis text{fill:#666}.active{fill:#34495e}.notselected{fill:silver!important;opacity:.5!important}rect.bar{transition:.2s ease all}path.in-line{stroke-width:3}.bubble{opacity:.5;stroke:#FFF;stroke-width:2;transition:.3s ease all;fill:#2c2c55}.bubble:hover{stroke:#222}circle.target-point{stroke:#fff;fill:#0ff;stroke-width:1}
|
||||
+3
File diff suppressed because one or more lines are too long
@@ -0,0 +1,58 @@
|
||||
{
|
||||
"name": "insightjs",
|
||||
"filename": "insight.min.js",
|
||||
"version": "0.1.0",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"visualization",
|
||||
"insight",
|
||||
"svg",
|
||||
"animation",
|
||||
"canvas",
|
||||
"chart",
|
||||
"dimensional",
|
||||
"crossfilter",
|
||||
"d3"
|
||||
],
|
||||
"homepage": "https://github.com/scottlogic/insight",
|
||||
"bugs": "https://github.com/scottlogic/insight/issues",
|
||||
"author": {
|
||||
"name": "Nicholas Stavrakakis"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/scottlogic/insight.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"crossfilter": "1.x",
|
||||
"d3": "3.x"
|
||||
},
|
||||
"npmName": "insightjs",
|
||||
"npmFileMap": [{
|
||||
"basePath": "dist/",
|
||||
"files": [
|
||||
"insight.css",
|
||||
"insight.min.js",
|
||||
"insight.js"
|
||||
]
|
||||
}],
|
||||
"description": "InsightJS is a data aggregation and vizualization library for quickly analyzing datasets in Javascript.",
|
||||
"devDependencies": {
|
||||
"bower": "~1.3.5",
|
||||
"grunt": "~0.4.4",
|
||||
"jsdoc": "<=3.3.0",
|
||||
"grunt-open": "~0.2.*",
|
||||
"grunt-jsdoc": "0.5.4",
|
||||
"grunt-contrib-uglify": "~0.2.2",
|
||||
"grunt-contrib-concat": "~0.3.0",
|
||||
"grunt-contrib-cssmin": "~0.10.0",
|
||||
"grunt-contrib-jshint": "~0.8.0",
|
||||
"grunt-contrib-watch": "~0.6.0",
|
||||
"grunt-contrib-copy": "~0.5.0",
|
||||
"grunt-contrib-connect": "~0.7.1",
|
||||
"grunt-jsbeautifier": "~0.2.6",
|
||||
"grunt-contrib-jasmine": "~0.5.2",
|
||||
"connect-livereload": "~0.3.0",
|
||||
"grunt-template-jasmine-requirejs": "~0.1.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user