Skip to content

Commit c2004ed

Browse files
authored
Merge pull request #368 from plotly/scrollbar
Scrollbar
2 parents e47aae5 + 10c2979 commit c2004ed

File tree

7 files changed

+359
-19758
lines changed

7 files changed

+359
-19758
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ Simple component that takes in props and renders.
147147

148148
* `<TraceAccordion />`: `<Panel />` whose children are replicated into `<Folds />` connected to traces via `connectTraceToPlot()`.
149149
* `<LayoutPanel />`: `<Panel />` whose children are connected to the `layout` figure key
150-
* `<TraceRequiredPanel />`: `<LayoutPanel />` renders `<PanelEmpty />` if no trace data is set
151-
* `<AxisRequiredPanel />`: `<Panel />` renders `<PanelEmpty />` if no axis in `_fullLayout._subplots`
150+
* `<TraceRequiredPanel />`: `<LayoutPanel />` renders `<PanelEmpty />` if no trace data is set, can add extra conditions (i.e. an array of functions that will be run) with the `extraConditions` prop and a matching array with extraEmptyPanelMessages to show when those conditions are not met.
152151
* `<AnnotationAccordion />`: `<Panel />` whose children are replicated into `<Folds />` connected to annotations via `connectAnnotationToLayout()`. For use in a `<LayoutPanel />`.
153152
* `<ShapeAccordion />`: `<Panel />` whose children are replicated into `<Folds />` connected to shapes via `connectShapeToLayout()`. For use in a `<LayoutPanel />`.
154153
* `<ImageAccordion />`: `<Panel />` whose children are replicated into `<Folds />` connected to images via `connectImageToLayout()`. For use in a `<LayoutPanel />`.
@@ -211,6 +210,6 @@ Once you have your tokens, you can provide it as a config prop to the `react-plo
211210

212211
## Sponsors
213212

214-
This work was made possible by [Alteryx](https://www.alteryx.com/), a leader in self-serve data analytics and data blending.
213+
This work was made possible by [Alteryx](https://www.alteryx.com/), a leader in self-serve data analytics and data blending.
215214

216215
![alteryx](https://www.alteryx.com/sites/all/themes/alteryx2014/_media/alteryx-logo.png)

0 commit comments

Comments
 (0)