Skip to content

Commit 91b02b1

Browse files
split hoverlabels for financial traces
1 parent e080a2b commit 91b02b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/default_panels/StyleTracesPanel.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,11 @@ const StyleTracesPanel = (props, {localize: _}) => (
610610
</PlotlySection>
611611
<PlotlySection name={_('On Hover')}>
612612
<HoverInfo attr="hoverinfo" label={_('Values Shown On Hover')} />
613+
<Radio
614+
label={_('Split labels')}
615+
attr="hoverlabel.split"
616+
options={[{label: _('Yes'), value: true}, {label: _('No'), value: false}]}
617+
/>
613618
<VisibilitySelect
614619
attr="contour.show"
615620
label={_('Show Contour')}

0 commit comments

Comments
 (0)