Commit Graph

5 Commits

Author SHA1 Message Date
Tom Gallacher
9d3903a1db Implement d3 avg rendering in react
This is an initial implement that at the moment constructs the required
SVG layout to be used by D3.
2016-12-02 11:02:58 +00:00
Tom Gallacher
2b6149374b spikes: architecture diagram nodes repel from each other 2016-11-07 16:39:23 +00:00
Tom Gallacher
c2a739635a Update README.md 2016-11-07 15:26:56 +00:00
Tom Gallacher
68a2cc800d spikes: architecture digram looks nicer
This fixes the rounded rectangles not looking correctly and shows as a
proof of concept what is needed for more complicated shapes. In this
example we implement the two rounded corners of a rectangle as a svg
`path` which is abstracted away as a function. Further steps could be
made to make this a d3 shape, however is not needed at this stage.
2016-11-07 15:10:32 +00:00
Tom Gallacher
5040fffaba Spikes of d3 and sigma.js 2016-11-07 13:57:21 +00:00