first commit
This commit is contained in:
19
public/bower_components/d3/.bower.json
vendored
Executable file
19
public/bower_components/d3/.bower.json
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "d3",
|
||||
"description": "A JavaScript visualization library for HTML and SVG.",
|
||||
"main": "d3.js",
|
||||
"license": "BSD-3-Clause",
|
||||
"ignore": [],
|
||||
"homepage": "https://github.com/mbostock-bower/d3-bower",
|
||||
"version": "3.5.17",
|
||||
"_release": "3.5.17",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v3.5.17",
|
||||
"commit": "abe0262a205c9f3755c3a757de4dfd1d49f34b24"
|
||||
},
|
||||
"_source": "https://github.com/mbostock-bower/d3-bower.git",
|
||||
"_target": "3.5.17",
|
||||
"_originalSource": "d3",
|
||||
"_direct": true
|
||||
}
|
||||
26
public/bower_components/d3/LICENSE
vendored
Executable file
26
public/bower_components/d3/LICENSE
vendored
Executable file
@@ -0,0 +1,26 @@
|
||||
Copyright (c) 2010-2016, Michael Bostock
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
* Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
* Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
* The name Michael Bostock may not be used to endorse or promote products
|
||||
derived from this software without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
||||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
|
||||
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
|
||||
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
|
||||
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
|
||||
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
|
||||
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
13
public/bower_components/d3/README.md
vendored
Executable file
13
public/bower_components/d3/README.md
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
# Data-Driven Documents
|
||||
|
||||
<a href="https://d3js.org"><img src="https://d3js.org/logo.svg" align="left" hspace="10" vspace="6"></a>
|
||||
|
||||
**D3.js** is a JavaScript library for manipulating documents based on data. **D3** helps you bring data to life using HTML, SVG, and CSS. **D3** emphasizes web standards and combines powerful visualization components with a data-driven approach to DOM manipulation, giving you the full capabilities of modern browsers without tying yourself to a proprietary framework.
|
||||
|
||||
Want to learn more? [See the wiki.](https://github.com/mbostock/d3/wiki)
|
||||
|
||||
For examples, [see the gallery](https://github.com/mbostock/d3/wiki/Gallery) and [mbostock’s bl.ocks](http://bl.ocks.org/mbostock).
|
||||
|
||||
## Good News, Everyone!
|
||||
|
||||
The next major release of D3, 4.0, is coming! See the [4.0 development branch](https://github.com/mbostock/d3/tree/4) and read the [new API reference](https://github.com/mbostock/d3/blob/4/README.md) to get ready.
|
||||
7
public/bower_components/d3/bower.json
vendored
Executable file
7
public/bower_components/d3/bower.json
vendored
Executable file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name": "d3",
|
||||
"description": "A JavaScript visualization library for HTML and SVG.",
|
||||
"main": "d3.js",
|
||||
"license": "BSD-3-Clause",
|
||||
"ignore": []
|
||||
}
|
||||
9554
public/bower_components/d3/d3.js
vendored
Executable file
9554
public/bower_components/d3/d3.js
vendored
Executable file
File diff suppressed because it is too large
Load Diff
5
public/bower_components/d3/d3.min.js
vendored
Executable file
5
public/bower_components/d3/d3.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user