Skip to content

Commit

Permalink
Fix onco-print range property description. (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmelnikov82 authored Mar 18, 2022
1 parent 31cc782 commit 5e74644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/lib/components/OncoPrint.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ OncoPrint.propTypes = {
backgroundcolor: PropTypes.string,

/**
*.Toogles whether or not to show a legend on the right side of the plot,
* with mutation information.
*.Reset windowing to user preset on initial range or data change.
*/
range: PropTypes.array,

Expand Down
2 changes: 1 addition & 1 deletion tests/dashbio_demos/dash-onco-print/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Learn more about using the Onco Print with interactive examples in the [Dash Bio

- **padding** (number; default 0.05): Adjusts the padding (as a proportion of whitespace) between two tracks. Value is a ratio between 0 and 1. Defaults to 0.05 (i.e., 5 percent). If set to 0, plot will look like a heatmap.

- **range** (list; default [None, None]): Toogles whether or not to show a legend on the right side of the plot, with mutation information.
- **range** (list; default [None, None]): Reset windowing to user preset on initial range or data change.

- **showlegend** (boolean; default True): Toogles whether or not to show a legend on the right side of the plot, with mutation information.

Expand Down

0 comments on commit 5e74644

Please sign in to comment.