Skip to content

Commit 61338c3

Browse files
committed
Enable line attr for more trace types
1 parent 7ba258a commit 61338c3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/default_panels/StyleTracesPanel.js

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,12 +439,19 @@ const StyleTracesPanel = (props, {localize: _}) => (
439439
'scatterternary',
440440
'scatterpolar',
441441
'scatterpolargl',
442+
'box',
443+
'violin',
442444
'scatter3d',
443445
'scattergl',
444446
'scattergeo',
447+
'parcoords',
448+
'parcats',
445449
'scattermapbox',
446-
'box',
447-
'violin',
450+
'scattercarpet',
451+
'contourcarpet',
452+
'ohlc',
453+
'candlestick',
454+
'histogram2dcontour',
448455
]}
449456
mode="trace"
450457
>

0 commit comments

Comments
 (0)