From 44b1b05f7d50c3fdbcc4b7635f04c03b2e98dfc4 Mon Sep 17 00:00:00 2001 From: nickmelnikov82 Date: Wed, 2 Feb 2022 15:41:01 +0200 Subject: [PATCH] Fix onco-print range property description. --- src/lib/components/OncoPrint.react.js | 3 +-- tests/dashbio_demos/dash-onco-print/README.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib/components/OncoPrint.react.js b/src/lib/components/OncoPrint.react.js index 8f2bb1fcb..eba6b113e 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 462fa6842..b0612176f 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.