Skip to content

Commit c953797

Browse files
committed
git commit -m "release 0.9.0"
1 parent 2421c3d commit c953797

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+50558
-15871
lines changed

bower.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@
2828
"datalib": "^1.3.0"
2929
},
3030
"devDependencies": {
31-
"vega": "^2.4.1",
32-
"angular": "^1.4.3",
33-
"z-schema": "~3.16.0"
31+
"vega": "^2.4.1"
3432
}
3533
}

bower_components/d3/.bower.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "d3",
3+
"main": "d3.js",
4+
"scripts": [
5+
"d3.js"
6+
],
7+
"ignore": [
8+
".DS_Store",
9+
".git",
10+
".gitignore",
11+
".npmignore",
12+
".spmignore",
13+
".travis.yml",
14+
"Makefile",
15+
"bin",
16+
"component.json",
17+
"composer.json",
18+
"index.js",
19+
"lib",
20+
"node_modules",
21+
"package.json",
22+
"src",
23+
"test"
24+
],
25+
"homepage": "https://github.com/mbostock/d3",
26+
"version": "3.5.9",
27+
"_release": "3.5.9",
28+
"_resolution": {
29+
"type": "version",
30+
"tag": "v3.5.9",
31+
"commit": "9951df10b4c72a25e9e8796100a02d9ecab47a0e"
32+
},
33+
"_source": "git://github.com/mbostock/d3.git",
34+
"_target": "^3.5.6",
35+
"_originalSource": "d3"
36+
}

bower_components/d3/.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
bower.json -diff merge=ours
2+
component.json -diff merge=ours
3+
d3.js -diff merge=ours
4+
d3.min.js -diff merge=ours
5+
package.js -diff merge=ours
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Contributing
2+
3+
**Important:** these GitHub issues are for *bug reports and feature requests only*. Please use [StackOverflow](http://stackoverflow.com/questions/tagged/d3.js) or the [d3-js Google group](https://groups.google.com/d/forum/d3-js) for general help.
4+
5+
If you’re looking for ways to contribute, please [peruse open issues](https://github.com/mbostock/d3/issues?milestone=&page=1&state=open). The icebox is a good place to find ideas that are not currently in development. If you already have an idea, please check past issues to see whether your idea or a similar one was previously discussed.
6+
7+
Before submitting a pull request, consider implementing a live example first, say using [bl.ocks.org](http://bl.ocks.org). Real-world use cases go a long way to demonstrating the usefulness of a proposed feature. The more complex a feature’s implementation, the more usefulness it should provide. Share your demo using the #d3js tag on Twitter or by sending it to the [d3-js Google group](https://groups.google.com/d/forum/d3-js).
8+
9+
If your proposed feature does not involve changing core functionality, consider submitting it instead as a [D3 plugin](https://github.com/d3/d3-plugins). New core features should be for general use, whereas plugins are suitable for more specialized use cases. When in doubt, it’s easier to start with a plugin before “graduating” to core.
10+
11+
To contribute new documentation or add examples to the gallery, just [edit the Wiki](https://github.com/mbostock/d3/wiki)!
12+
13+
## How to Submit a Pull Request
14+
15+
1. Click the “Fork” button to create your personal fork of the D3 repository.
16+
17+
2. After cloning your fork of the D3 repository in the terminal, run `npm install` to install D3’s dependencies.
18+
19+
3. Create a new branch for your new feature. For example: `git checkout -b my-awesome-feature`. A dedicated branch for your pull request means you can develop multiple features at the same time, and ensures that your pull request is stable even if you later decide to develop an unrelated feature.
20+
21+
4. The `d3.js` and `d3.min.js` files are built from source files in the `src` directory. _Do not edit `d3.js` directly._ Instead, edit the source files, and then run `make` to build the generated files.
22+
23+
5. Use `make test` to run tests and verify your changes. If you are adding a new feature, you should add new tests! If you are changing existing functionality, make sure the existing tests run, or update them as appropriate.
24+
25+
6. Sign D3’s [Individual Contributor License Agreement](https://docs.google.com/forms/d/1CzjdBKtDuA8WeuFJinadx956xLQ4Xriv7-oDvXnZMaI/viewform). Unless you are submitting a trivial patch (such as fixing a typo), this form is needed to verify that you are able to contribute.
26+
27+
7. Submit your pull request, and good luck!

bower_components/d3/LICENSE

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Copyright (c) 2010-2015, Michael Bostock
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions are met:
6+
7+
* Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
9+
10+
* Redistributions in binary form must reproduce the above copyright notice,
11+
this list of conditions and the following disclaimer in the documentation
12+
and/or other materials provided with the distribution.
13+
14+
* The name Michael Bostock may not be used to endorse or promote products
15+
derived from this software without specific prior written permission.
16+
17+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
18+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
20+
DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
21+
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
22+
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23+
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
24+
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
25+
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
26+
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

bower_components/d3/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Data-Driven Documents
2+
3+
<a href="https://d3js.org"><img src="https://d3js.org/logo.svg" align="left" hspace="10" vspace="6"></a>
4+
5+
**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.
6+
7+
Want to learn more? [See the wiki.](https://github.com/mbostock/d3/wiki)
8+
9+
For examples, [see the gallery](https://github.com/mbostock/d3/wiki/Gallery) and [mbostock’s bl.ocks](http://bl.ocks.org/mbostock).

bower_components/d3/bower.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "d3",
3+
"main": "d3.js",
4+
"scripts": [
5+
"d3.js"
6+
],
7+
"ignore": [
8+
".DS_Store",
9+
".git",
10+
".gitignore",
11+
".npmignore",
12+
".spmignore",
13+
".travis.yml",
14+
"Makefile",
15+
"bin",
16+
"component.json",
17+
"composer.json",
18+
"index.js",
19+
"lib",
20+
"node_modules",
21+
"package.json",
22+
"src",
23+
"test"
24+
]
25+
}

0 commit comments

Comments
 (0)