Thomas C. Smits
Thomas C. Smits
Create the option to fully interact with a visualisation through the keyboard alone
Addressing issue #13 Currently, when trying to convert a networkx multigraph, a ValueError is thrown. This is caused by to_pandas_edges, where the edge keys are added to the attributes. This...
**Story** To display detail about a chart it's common to add a smaller second chart in the first chart on one of the sizes: Generally, either of the 2 is...
(This issue is a small piece in the roadmap to keyboard accessibility) Implement the ability to navigate in a single track with buttons. E.g., clicking 'move left' will move the...
Give users the possibility to define the size of the Gosling component and resize accordingly. E.g., setting the GoslingComponent to 600x300 pixels, or setting the width to 600 and filling...
**Problem** getRelativeGenomicPosition returns 'unknown' for the chromosome for a large interval at the end of the chromosomes due to CHROM_SIZES missing unaccounted intervals. **Example used** ``` { "title": "Visual Encoding",...
There is a mismatch between examples available on the [website](http://gosling-lang.org/examples/) and in the image gallery from within the [editor](https://gosling.js.org/). **All examples that are on the website:** **All examples that are...
Fix # Change api name based on https://github.com/gosling-lang/gosling.js/pull/978#discussion_r1359666778 Toward # ## Change List - Change name of api subscribe event specProcessed to specResolved ## Checklist - [ ] Ensure the...
As mentioned in #1213
**Describe the bug** For any example, e.g. [codeluppi, 2018](http://vitessce.io/#?dataset=codeluppi-2018), there is an expand/collapse button. When editing the config, and loading this, the expand/collapse button disappears and it is shown in...