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
110 stars 31 forks source link

Minimal example #66

Closed manulera closed 2 years ago

manulera commented 2 years ago

Hello,

I think this library looks very cool. I wanted to try the library and was trying to build a minimal example, I tried the code below but it seems somethign is missing. What else should be added?

```html

Testing feature viewer

```
kwsamarasinghe commented 2 years ago

While you have added the sequence, you have not added any features to display. You can do this with addFeature function. Please refer to examples here.