Test readme linking

This commit is contained in:
Pitchaya Boonsarngsuk
2018-01-31 20:00:31 +00:00
parent f89b3e5e88
commit 2ca7a61dc7
2 changed files with 26 additions and 10 deletions

View File

@@ -12,9 +12,18 @@ Remigijus Bartasius and Matthew Chalmers
### Reference
- Chalmers, Matthew. ["A linear iteration time layout algorithm for visualising high-dimensional data."](http://dl.acm.org/citation.cfm?id=245035) Proceedings of the 7th conference on Visualization'96. IEEE Computer Society Press, 1996.
## Installing
## Usage
Download the [latest release](https://github.com/sReeper/d3-neighbour-sampling/releases/latest).
Download the [latest release](releases) and load one of Javascript file alongside [D3 4.0](https://github.com/d3/d3).
```html
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="d3-spring-model.min.js"></script>
<script>
var simulation = d3.forceSimulation(nodes);
</script>
```
## API Reference