You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RNAplot and fornac currently define many colors and other styling options within the javascript code. It would be much more universal, if we would move this information to the css styles.
By exchanging the basepairscheme class to domainscheme class, we could color the circles efficiently without any javascript code. Customization of the colors could then be done in css.
Exceptions for this approach would be coloring by position or custom coloring.
The text was updated successfully, but these errors were encountered:
RNAplot and fornac currently define many colors and other styling options within the javascript code. It would be much more universal, if we would move this information to the css styles.
E.g. color schemes could work like this:
and css:
By exchanging the
basepairscheme
class todomainscheme
class, we could color the circles efficiently without any javascript code. Customization of the colors could then be done in css.Exceptions for this approach would be coloring by position or custom coloring.
The text was updated successfully, but these errors were encountered: