Skip to content

Commit e4f4306

Browse files
committed
bar: fix restyle of bar base, width and offset
1 parent cec4ba0 commit e4f4306

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plot_api/plot_api.js

+1
Original file line numberDiff line numberDiff line change
@@ -1267,6 +1267,7 @@ function _restyle(gd, aobj, _traces) {
12671267
'x', 'y', 'z',
12681268
'a', 'b', 'c',
12691269
'open', 'high', 'low', 'close',
1270+
'base', 'width', 'offset',
12701271
'xtype', 'x0', 'dx', 'ytype', 'y0', 'dy', 'xaxis', 'yaxis',
12711272
'line.width',
12721273
'connectgaps', 'transpose', 'zsmooth',

0 commit comments

Comments
 (0)