Skip to content

Commit 8ec7204

Browse files
authored
Feature/documentation overall improvements (#116)
* Increase stale bot thresholds * Add alternatives section to README * Add info about loading different data sets
1 parent bab583f commit 8ec7204

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# https://github.com/apps/stale
2-
daysUntilStale: 30
3-
daysUntilClose: 10
2+
daysUntilStale: 40
3+
daysUntilClose: 20
44
exemptLabels:
55
- pinned
66
- security

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616

1717
[Here a live playground](https://danielcaldas.github.io/react-d3-graph/sandbox/index.html) page where you can interactively config your own graph, and generate a ready to use configuration! :sunglasses:
1818

19+
You can also load different datasets and configurations via URL query parameter, here are the links:
20+
21+
* [small dataset](https://goodguydaniel.com/react-d3-graph/sandbox/index.html?data=small)
22+
* [custom node dataset](https://goodguydaniel.com/react-d3-graph/sandbox/index.html?data=custom-node)
23+
24+
Do you want to visualize your own data set on the live sandbox? Just submit a PR! You're welcome 😁
25+
1926
## Documentation :book:
2027

2128
Full documentation [here](https://danielcaldas.github.io/react-d3-graph/docs/index.html).
@@ -103,3 +110,7 @@ Check [this trello board](https://trello.com/b/KrnmFXha/react-d3-graph) where ev
103110
## Contributions
104111

105112
Contributions are welcome fell free to submit new ideas/features, just open an issue or send me an email or something. If you are more a _hands on_ person, just submit a pull request.
113+
114+
## Alternatives (Not what you where looking for?)
115+
116+
Well if you scrolled this far maybe _react-d3-graph_ does not fulfill all your requirements 😭, but don't worry I got you covered! There are a lot of different and good alternatives out there, [here is a list with a few alternatives](http://anvaka.github.io/graph-drawing-libraries/#!/all#%2Fall). Btw, not in the previous list but also a valid alternative built by uber [uber/react-vis-force](https://github.com/uber/react-vis-force).

0 commit comments

Comments
 (0)