diff --git a/src/lib/components/OncoPrint.react.js b/src/lib/components/OncoPrint.react.js index 8f2bb1fc..eba6b113 100644 --- a/src/lib/components/OncoPrint.react.js +++ b/src/lib/components/OncoPrint.react.js @@ -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, diff --git a/tests/dashbio_demos/dash-onco-print/README.md b/tests/dashbio_demos/dash-onco-print/README.md index 462fa684..b0612176 100644 --- a/tests/dashbio_demos/dash-onco-print/README.md +++ b/tests/dashbio_demos/dash-onco-print/README.md @@ -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.