Skip to content

Commit f90c41e

Browse files
committed
Fixed some table issues and removed default value column.
1 parent ba7fe63 commit f90c41e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,16 +67,16 @@ Please see the [Sequence Viewer documentation](https://cdn.rawgit.com/calipho-si
6767
for more details on the options below.
6868

6969

70-
| Name | Description | Default Value | Type | Required | Comment |
71-
|:-----|:------------|---------------|------|----------|:--------|
72-
| id | The ID to use for the Sequence Viewer container element | A random unique ID | String | No | |
73-
| className | HTML class name to apply to the Sequence Viewer div container | | String | No | |
74-
| sequence | The sequence to render. | | String | Yes | |
75-
| selection | A region to highlight | | Array | No | Not compatible with `coverage` |
76-
| coverage | Advanced sequence hightlighting | | Array[Objects] | No | Not compatible with `selection` |
77-
| legend | Adds a legend to the sequence | | | Array[Objects] | No | |
78-
| onMouseSelection | Event handler for sequence selection with the mouse | | function | No | |
79-
| onSubpartSelected | Event handler for sequence selected via the search box | | function | No | |
70+
| Name | Description | Type | Required | Comment |
71+
|:-----|:------------|------|----------|:--------|
72+
| id | The ID to use for the Sequence Viewer container element | String | No | |
73+
| className | HTML class name to apply to the Sequence Viewer div container | String | No | |
74+
| sequence | The sequence to render. | String | Yes | |
75+
| selection | A region to highlight | Array | No | Not compatible with `coverage` |
76+
| coverage | Advanced sequence hightlighting | Array[Objects] | No | Not compatible with `selection` |
77+
| legend | Adds a legend to the sequence | Array[Objects] | No | |
78+
| onMouseSelection | Event handler for sequence selection with the mouse | function | No | |
79+
| onSubpartSelected | Event handler for sequence selected via the search box | function | No | |
8080

8181
[build-badge]: https://img.shields.io/travis/user/repo/master.png?style=flat-square
8282
[build]: https://travis-ci.org/FlyBase/react-sequence-viewer

0 commit comments

Comments
 (0)