Test readme linking
This commit is contained in:
13
README.md
13
README.md
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user