SEHI L'YI
SEHI L'YI
We need to increase the accessibility of Gosling, which will also increase its usability overall for everyone. This includes - #818 - #662 - Determining the smart defaults for accessibility...
There are many exciting and useful encoding options that we can support (which we at some point discussed). Such examples include: - #19 - #662 - #303 - #10 -...
Our example gallery has not been updated significantly for the last several months. We must update the gallery and advertise it to the community more actively. We can, for example,...
There is room for improvement regarding the use of TypeScript types. This will enable us to maintain and improve the package in a more robust way. - HiGlass does not...
Gosling.js depends on HiGlass, but we use only small parts of HiGlass. For example, we do not use many UI components implemented in HiGlass by setting `editable` `false` in HiGlass'...
This will require us to add many function descriptions
We currently use `description` for the alt-text. So, we can display it on the Editor, e.g., right above or bottom of a Gosling visualization. We used to have the description...
To reproduce, select an ideogram example, switch the values of `width` and `height`, and change the `orientation` from `horizontal` to `vertical`. To reproduce: local editor demo cc @wangqianwen0418
We currently use a generic element a lot, i.e., ``, to implement buttons, links, and tables. To be able to help screen readers understand the semantics of the webpage, we...