Roly Perera

Results 167 issues of Roly Perera

The user should be able to explicitly set which “side” of the two panes they are interested in. Although it's not longer so easy to lose the current selection state...

implementation

- [x] `column_isVisible` predicate, analogous to `row_isVisible` (neé `record_isVisible`) - [x] `column_visibleSucc` and `-Pred`, analogous to `row_` functions (neé `record_`) - [x] Generalise `hasRightBorder` to work analogously to `hasBottomBorder` -...

implementation

For #861 we will probably either be in “linked inputs” mode or “linked outputs” mode. When in linked inputs mode, we should still be able to mouse over an output...

implementation

View types such as `BarChart`, `LineChart` and `BubbleChart` have associated record types, e.g. `BarChartRecord`, `Point` and `BubbleChartRecord`. Since it’s not always clear what _parts_ of visual elements are selected, we...

implementation

The current UI behaviour can be a bit tricky to understand because secondary and primary selections look identical for most of the chart types (e.g. scatter plots). For example, in...

implementation

- [ ] New top-level URL `f.luid.org/0.6.x/`, with a snapshot of current `release` version for posterity - [ ] New `0.7.x` release on front page - [ ] Surrounding narrative...

implementation

Selecting in the bubble chart shows the fields in a different order to selecting in the bar chart.

implementation

Requires quite a bit of redesign but will also lay the groundwork for other related tasks. - [x] Generalise `Redraw` to support interactions other than `Selector Val` (see above) -...

implementation

Ability to represent “nested” selections, that might arise e.g. when we establish one selection by clicking and then another (larger) one by mousing over, or when we show secondary selections...

implementation