Skip to content

Commit 5bbd084

Browse files
authored
Merge pull request #981 from plotly/renovate/minor-deps
Update dependency plotly.js to v1.51.2
2 parents b1e83eb + b3525e4 commit 5bbd084

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"fast-isnumeric": "^1.1.2",
1616
"immutability-helper": "^3.0.0",
1717
"plotly-icons": "1.3.13",
18-
"plotly.js": "1.50.1",
18+
"plotly.js": "1.51.2",
1919
"prop-types": "^15.7.2",
2020
"raf": "^3.4.1",
2121
"react-color": "^2.17.0",

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)