You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,6 +101,7 @@ Simple component that takes in props and renders.
101
101
102
102
*`<TraceAccordion />`: `<Panel />` whose children are replicated into `<Folds />` connected to traces via `connectTraceToPlot()`.
103
103
*`<LayoutPanel />`: `<Panel />` whose children are connected to the `layout` figure key
104
+
*`<LayoutSection />`: `<Section />` whose children are connected to the `layout` figure key
104
105
*`<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.
105
106
*`<AnnotationAccordion />`: `<Panel />` whose children are replicated into `<Folds />` connected to annotations via `connectAnnotationToLayout()`. For use in a `<LayoutPanel />`.
106
107
*`<ShapeAccordion />`: `<Panel />` whose children are replicated into `<Folds />` connected to shapes via `connectShapeToLayout()`. For use in a `<LayoutPanel />`.
@@ -117,7 +118,6 @@ For use in containers bound to traces e.g. as children of `<TraceAccordion />`:
117
118
*`<LineDashSelector />`: renders as a `<Dropdown />` useful for `data[].line.dash`
118
119
*`<LineShapeSelector />`: renders as a `<Dropdown />` useful for `data[].line.shape`
119
120
*`<SymbolSelector />`: renders as a `<Dropdown />` useful for `data[].marker.symbol`
120
-
*`<LayoutNumericFraction />` and `<LayoutNumericFractionInverse />`: renders as a `<Numeric />` for use in trace-connected containers where normal `<Numerics />` would be bound to the `data` key instead of the `layout` key in the figure e.g. `layout.bargap` or `layout.barwidth`.
121
121
*`<PositioningRef />`: renders as a `<Dropdown />` useful for `layout.*.xref/yref` where the allowable values are `paper|[axis]`
122
122
*`<ErrorBars/>`: renders a set of controls that control a trace's error bars (`visibility`, `type`, `value`, `valueminus`, `array`, `arrayminus`)
0 commit comments