Roly Perera
Roly Perera
In the current table view, records with no selected fields are not visible. This invites the question of how the user would go about selecting a field inside such a...
My original thought was to visualise some kind of cumulative function of a time series. That should show a given output being related to every prior element in the series....
Something in between a stacked bar chart and a line chart, so shouldn’t be too hard to implement. See also: - #987 
If we’re going to have dictionaries I feel like we want dictionary comprehensions. See also: - #802
Some kind of carousel-like UI widget to hide/reveal visualisations of variables in scope (with the effect of adding/removing them from the query context). - [ ] Factor `drawView` iteration in...
Approval testing for visual outputs. - [ ] compare `Fig` values with values saved from earlier execution - [ ] compare SVG objects (cf. #453)
- [ ] Is there `Foreign.Map` in PureScript? *** From [When You Should Prefer Map Over Object in JavaScript](https://www.zhenghao.io/posts/object-vs-map): - JS objects start to degrade at ~8m entries - `Map`...