Skip to content

Commit cc1a0ba

Browse files
Merge pull request #767 from plotly/nicolaskruchten-patch-1
rename 'hover projections'
2 parents 1bef8b2 + fc9194e commit cc1a0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/default_panels/StyleAxesPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ class StyleAxesPanel extends Component {
380380
</AxesFold>
381381

382382
<AxesFold
383-
name={_('Hover Projections')}
383+
name={_('Spike Lines')}
384384
axisFilter={axis =>
385385
!(
386386
axis._subplot.includes('ternary') ||

0 commit comments

Comments
 (0)