Skip to content

Commit fbc826c

Browse files
committed
replace hoveron flaglist with dropdown
1 parent 5a3e5b7 commit fbc826c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/default_panels/StyleTracesPanel.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,13 +593,15 @@ const StyleTracesPanel = (props, {localize: _}) => (
593593
'scatterpolargl',
594594
]}
595595
>
596-
<Flaglist
596+
<Dropdown
597597
attr="hoveron"
598598
label={_('Hover on')}
599599
options={[
600600
{label: _('Fills'), value: 'fills'},
601601
{label: _('Points'), value: 'points'},
602+
{label: _('Fills & Points'), value: 'fills+points'},
602603
]}
604+
clearable={false}
603605
/>
604606
</TraceTypeSection>
605607
</TraceAccordion>

0 commit comments

Comments
 (0)