Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix onco-print range property description. #671

Merged
merged 1 commit into from
Mar 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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