Commit Graph

64 Commits

Author SHA1 Message Date
Alex Windett 8d500cd8d3 changing setTimeout length 2017-01-06 10:56:19 +00:00
Alex Windett bdc7af27de adding in async select type 2017-01-05 17:12:31 +00:00
Alex Windett 06822f57c5 adding in more readme details 2017-01-05 16:26:38 +00:00
Alex Windett 7502b2d8f3 Implimenting React Search 2017-01-05 16:26:17 +00:00
Alex Windett dcdbb114d8 moving react selectize to single folder and updating readme with notes 2017-01-05 11:29:44 +00:00
Alex Windett e623ea6115 implimenting react-selectize with ajax to API endpoint 2017-01-04 15:23:27 +00:00
Alex Windett d0d20495cb adding notes to spike readme 2017-01-04 12:17:20 +00:00
Alex Windett 72e8171c4a implimenting first fuzzy search spike 2017-01-04 12:14:51 +00:00
Tom Gallacher d1a1362d2a Update README.md 2016-12-06 17:27:46 +00:00
Tom Gallacher fb98af153a Update colour of warning 2016-12-06 17:13:21 +00:00
Tom Gallacher d82a43d1e3 Implemented collisions on nodes
Also included in this is the implementation of stats as html foreign
objects in svgs.
2016-12-06 16:29:45 +00:00
Tom Gallacher 62aef3eec6 Implement multi-tier info boxes
These use HTML inside of SVG, this allows us to style the SVG's much
easier, it also enables us to reference the dom nodes from within react.
2016-12-06 12:38:17 +00:00
Tom Gallacher 1f3c6c2e41 New pass as d3 2016-12-05 17:42:38 +00:00
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
Sérgio Ramos 31edfb989a improve readme 2016-11-25 10:34:08 +00:00
Sérgio Ramos 47d8576bbb make fast leak linear 2016-11-25 10:32:59 +00:00
Sérgio Ramos 811b636a9f fix artillery start script 2016-11-25 10:31:38 +00:00
Sérgio Ramos 5984958dba consume prometheus API to display graphs 2016-11-25 09:26:54 +00:00
Sérgio Ramos 5fc7d4d132 leak client code 2016-11-25 09:26:53 +00:00
Tom Gallacher 6822feb508 B&W graphs: Implementing disk and memory 2016-11-25 09:26:53 +00:00
Tom Gallacher fe99517cb3 bar and whisker: adding min and max 2016-11-25 09:26:53 +00:00
Tom Gallacher dc98787e1e Box and whiskers, with no whiskers 2016-11-25 09:26:53 +00:00
Sérgio Ramos 01a527063e use docker-compose to run multiple leaked services 2016-11-22 23:05:16 +00:00
Sérgio Ramos 929eb86b27 add note on the batch logic 2016-11-21 17:33:10 +00:00
Sérgio Ramos 172e0da3f7 increase batch size 2016-11-21 17:29:47 +00:00
Alex Windett e3c645061e Adding in fake data to infinite scroll list 2016-11-21 14:15:00 +00:00
Sérgio Ramos f6b03fd5f6 leak spike initial commit 2016-11-21 13:18:12 +00:00
Sérgio Ramos c866cfd63c implement react-infinite example 2016-11-21 09:54:50 +00:00
Sérgio Ramos af60c141f5 bell auth example 2016-11-17 14:16:10 +00:00
Sérgio Ramos 875ca384a0 stacking graphs 2016-11-14 10:02:53 +00:00
Sérgio Ramos cf70ea484c wip nvd3 matrix 2016-11-10 10:43:22 +00:00
Sérgio Ramos 5293face9d wip chart rectangle draw patch 2016-11-09 17:07:34 +00:00
Sérgio Ramos 5f630f30f4 navigate to the right 2016-11-09 15:54:42 +00:00
Sérgio Ramos e50b68b6ee cleanup style and implement windowSize 2016-11-09 15:00:30 +00:00
Sérgio Ramos 06c2922a57 remove epoch docs from chartjs 2016-11-09 14:10:11 +00:00
Sérgio Ramos 286304136a chartjs matrix implementation 2016-11-09 13:58:10 +00:00
Sérgio Ramos 0a1f8d2f66 epoch matrix implementation 2016-11-09 13:28:26 +00:00
Sérgio Ramos 096654d249 rickshaw implementation 2016-11-08 18:21:12 +00:00
Sérgio Ramos 4ae922cc9e remove graph yarn locks 2016-11-08 15:34:04 +00:00
Sérgio Ramos 4d9e5fb959 nvd3 implementation 2016-11-08 15:34:04 +00:00
Tom Gallacher 904328bfca spikes: plotly customisation
It seems that customising plotly can become difficult once introducing
more unique properties to the style of a graph. In this case changing
the colour of a graph was easy, but adding a border to the top of the
graph only becomes cumberson.
2016-11-08 15:18:07 +00:00
Sérgio Ramos 7cabc1b7aa chartjs implementation 2016-11-08 14:44:17 +00:00
Tom Gallacher de28834323 spike of c3js 2016-11-08 14:12:16 +00:00
Tom Gallacher 1149f7e6c8 spikes: architecture diagram nodes repel from each other 2016-11-08 14:12:16 +00:00
Tom Gallacher 6004ca61b8 Update README.md 2016-11-08 14:12:16 +00:00
Tom Gallacher e6f82830bb 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-08 14:12:16 +00:00
Sérgio Ramos 90d06aee93 working epoch 2016-11-08 12:15:38 +00:00
Sérgio Ramos 669c36ec67 add some points to plotly 2016-11-08 12:13:32 +00:00
Sérgio Ramos 82116aec98 wip epoch graphing 2016-11-08 10:43:11 +00:00
Sérgio Ramos b46c467ce1 use react-plotly 2016-11-07 15:17:19 +00:00