Skip to content

Commit b3525e4

Browse files
committed
hoverongaps
1 parent 635d415 commit b3525e4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/default_panels/StyleTracesPanel.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -857,6 +857,14 @@ const StyleTracesPanel = (props, {localize: _}) => (
857857
</PlotlySection>
858858
<PlotlySection name={_('Hover/Tooltip')}>
859859
<HoveronDropdown attr="hoveron" label={_('Hover on')} />
860+
<Radio
861+
label={_('Hover on Gaps')}
862+
attr="hoverongaps"
863+
options={[
864+
{label: _('Yes'), value: true},
865+
{label: _('No'), value: false},
866+
]}
867+
/>
860868
<HoverTemplateSwitch attr="hovertemplate" label={_('Mode')} />
861869
<HoverInfo attr="hoverinfo" label={_('Show')} />
862870
<HoverTemplateText attr="hovertemplate" label={_('Template')} />

0 commit comments

Comments
 (0)