calipho-sib / feature-viewer

Library to visualize protein sequence features in javascript using D3 - From SIB CALIPHO group; neXtProt project
http://calipho-sib.github.io/feature-viewer/examples/
Other
111 stars 31 forks source link

Fonts too small for figure #42

Open sunworshipper opened 4 years ago

sunworshipper commented 4 years ago

Currently there is a workaround where you can save the webpage as a pdf and then import it to Illustrator. However, in general the fonts are too small for a figure and difficult to read. Some feature where these can be changed would be useful.

A config file would be useful.

MatSchaeff commented 4 years ago

Thank you for your suggestion, I will look on how to implement it as an option. For now, you can use css to enlarge the font-size of some elements. For example,

gabrielctn commented 2 years ago

For anyone interested, I changed more font size like this:

.axis, text.element.domainsText, text.element.pusText, .tick text {
    font-size: 13px!important;
}