Transparent, self-explaining data visualisation
Recent activity
(W indicates a Wrattler issue.)
When | Activity | Issue(s) |
---|---|---|
15 May 2020 | Update f.luid.org | 289 |
2 April 2020 | Fluid plugin running in Binder | W279 |
10 March 2020 | Start on PureScript migration | 279 |
22 February 2020 | Make repository public | |
17 February 2020 | Host demo online at f.luid.org | 127 |
30 January 2020 | Display image in Wrattler output pane | W222 |
21 January 2020 | Initial meeting with Meng Wang and Minh Nguyen at Bristol | |
26 November 2019 | Demo for Wrattler workshop for DSTL | |
25 November 2019 | First pass over nested coordinate frames and “domain units” | 183, 121, 180, 112 |
19 November 2019 | Stacked bar, grouped bar and multiline chart examples | 110, 250 |
4 November 2019 | Merge with Wrattler develop
|
247 |
25 October 2019 | “Swap node” proof-of-concept | 237 |
21 October 2019 | Basic delta-visualisation for IC 2019 presentation | 220, 225, 230, 232, 235, 238 |
5 October 2019 | Reinstate execution indexing | 213, 214 |
20 September 2019 | Import data from another Wrattler cell | 193 |
15 September 2019 | Moved slicing annotations from values to traces | 204 |
31 August 2019 | Preliminary Wrattler integration | 192 |
30 August 2019 | Publish as npm library | 192 |
20 August 2019 | Demo to Luke Marsden of Dotscience | |
18 July 2019 | Demo to REG interview panel | |
17 July 2019 | Demo to Prodo | |
29 June 2019 | Migrate to Nearley parser for improved error-reporting | 190 |
25 June 2019 | Demo for HPI Software Architecture Group | |
18 June 2019 | Preliminary design for linking visualisations | 164, 188 |
10 June 2019 | Library code for axes | 53, 111 |
In progress/forthcoming
When | Feature/change | Issue(s) |
---|---|---|
March | List comprehensions, arrays | 277, 276 |
March | Table view | 121, W269 |
Possible submissions
Deadline | Venue |
---|---|
2 Aug 2019 | IC 2019 |
15 Apr 2020 | OOPSLA 2020 |
~10 July 2020 | POPL 2021 |
Installation
-
Ensure you have a recent version of nodejs. Then run
yarn install
. -
To run the tests in debug mode with Chrome, run
npm run browser-test
. -
To start the UI, run
npm start
and open a browser at http://localhost:8082/.