Skip to content

Commit 9f49034

Browse files
committed
Notches
1 parent f9fadc3 commit 9f49034

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/default_panels/StyleTracesPanel.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,13 @@ const StyleTracesPanel = (props, {localize: _}) => (
432432
options={[{label: _('Connect'), value: true}, {label: _('Blank'), value: false}]}
433433
/>
434434
</TraceTypeSection>
435+
<PlotlySection name={_('Notches')}>
436+
<Radio
437+
attr="notched"
438+
options={[{label: _('Show'), value: true}, {label: _('Hide'), value: false}]}
439+
/>
440+
<Numeric label={_('Width')} attr="notchwidth" min={0} max={0.5} step={0.1} />
441+
</PlotlySection>
435442
<PlotlySection name={_('Filled Area')}>
436443
<FillDropdown attr="fill" label={_('Fill to')} />
437444
<MultiColorPicker label={_('Color')} attr="fillcolor" />

0 commit comments

Comments
 (0)