Replies: 1 comment 2 replies
-
I think this is mostly answered here, looks to be the same question stated differently #2436. However, after recreating the viewState do I need to destroy and recreate the React element (createElement), in other words build the DOM again, or is there a way to replace the viewState? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I replace the chromosomes (sequence features) on a circular view dynamically? The use case is user selects another genome assembly. Here's what I tried, no errors but I can't seem to force it to repaint
where the viewState was originally created with
If the question isn't clear I can provide a full example. If this can't be done I suppose the alternative is to dispose of the current circular view and create a new one.
I have another question about adding tracks but will create a new thread for that.
Beta Was this translation helpful? Give feedback.
All reactions