SEHI L'YI

Results 121 comments of SEHI L'YI

The slider is one example, and you could instead capture the resize event of the container of `` and update the spec (i.e., `width` of tracks), for example: ```js //...

I've created a new GitHub issue, and we can discuss further there #550

See below for the sequence of function calls:

Thank you for the detailed explanations. My type definition was incorrect since `gos` was required instead of optional, and making it optional gives more type errors. For context, these are...

@manzt I've made further changes to (1) remove `tile.gos` entirely, (2) do not mutation `tile` at all and instead use a separate variable `private processedTileInfo: Record;` which stores processed tabular...

Thanks for the feedback again! I fixed several issues you found (e.g., unintentionally overwriting transformed data). There are several improvements that we can make, and I think we can work...

Actually, this is an issue in the repo in general (not specific to the editor). I will continuously remove `any` when updating codes. We will eventually need type definitions for...

Hi @zhangzhen, Would you be able to share the data you used (https://dataviz.brbiotech.com/RS20210907013FFP.panelData_.tsv) so that I can take a closer look at this issue? In my example with ideograms, `chr19`...

@zhangzhen, thanks for sharing your file. Something I found after using your file and my above example is that chromosomes are sometimes separated depending on zoom levels when I used...