Skip to content

Commit 919efb1

Browse files
committed
v0.9.0
1 parent 7f15f42 commit 919efb1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ For use in containers bound to traces e.g. as children of `<TraceAccordion />`:
166166
* `<SymbolSelector />`: renders as a `<Dropdown />` useful for `data[].marker.symbol`
167167
* `<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`.
168168
* `<PositioningRef />`: renders as a `<Dropdown />` useful for `layout.*.xref/yref` where the allowable values are `paper|[axis]`
169+
* `<ErrorBars/>`: renders a set of controls that control a trace's error bars (`visibility`, `type`, `value`, `valueminus`, `array`, `arrayminus`)
169170

170171
For use in containers bound to layout:
171172

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-plotly.js-editor",
33
"description": "plotly.js chart editor react component UI",
4-
"version": "0.8.0",
4+
"version": "0.9.0",
55
"author": "Plotly, Inc.",
66
"bugs": {
77
"url": "https://github.com/plotly/react-plotly.js-editor/issues"

0 commit comments

Comments
 (0)