-
-
Notifications
You must be signed in to change notification settings - Fork 272
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated vis library to 4.17 and also linked to only graph2d-timeline …
…CSS and JS
- Loading branch information
1 parent
5b80d39
commit 77faead
Showing
154 changed files
with
7,407 additions
and
4,673 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,14 @@ | ||
## Contributing | ||
|
||
Contributions to the vis.js library are very welcome! We can't do this alone. | ||
You can contribute in different ways: spread the word, report bugs, come up with | ||
ideas and suggestions, and contribute to the code. | ||
|
||
There are a few preferences regarding code contributions: | ||
|
||
- vis.js follows the node.js code style as described | ||
[here](http://nodeguide.com/style.html). | ||
- When implementing new features, please update the documentation accordingly. | ||
- Send pull requests to the `develop` branch, not the `master` branch. | ||
- Only commit changes done in the source files under `lib`, not to the builds | ||
which are located in the folder `dist`. | ||
|
||
Thanks! | ||
[Contributions](//github.com/almende/vis/blob/master/misc/how_to_help.md) to the vis.js library are very welcome! [We can't do this alone](//github.com/almende/vis/blob/master/misc/we_need_help.md). | ||
|
||
### Questions | ||
If you have any *general question* on how to use the vis.js library in your own project please check out [stackoverflow](http://stackoverflow.com/questions/tagged/vis.js) for thinks like that. **This is NOT a JavaScript help forum!** | ||
|
||
### Bugs, Problems and Feature-Requests | ||
If you really want to open a new issue: | ||
* Please use the [search functionality](//github.com/almende/vis/issues) to make sure that there is not already an issue concerning the same topic. | ||
* Please make sure to **mention which module** of vis.js (network, timeline, graph3d, ...) your are referring to. | ||
* If you think you found a bug please **provide a simple example** (e.g. on [jsbin](jsbin.com)) that demonstrates the problem. | ||
* If you want to propose a feature-request please **describe what you are looking for in detail**, ideally providing a screenshot, drawing or something similar. | ||
* **Close the issue later**, when the issue is no longer needed. |
Oops, something went wrong.