Skip to content

Commit faa9cdd

Browse files
Update src/plot_api/plot_config.js
Co-authored-by: Alex Johnson <[email protected]>
1 parent 6702713 commit faa9cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plot_api/plot_config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ var configAttributes = {
292292
'simply provide their string name(s). This could include:',
293293
'*v1hovermode*, *hoverclosest*, *hovercompare*, *togglehover*, *togglespikelines*,',
294294
'*drawline*, *drawopenpath*, *drawclosedpath*, *drawcircle*, *drawrect* and *eraseshape*.',
295-
'Please note that these predefined button(s) may not show up in case of being incompatible',
296-
'with all the plot types used in a graph.'
295+
'Please note that these predefined buttons will only be shown if they are compatible',
296+
'with all trace types used in a graph.'
297297
].join(' ')
298298
},
299299
modeBarButtons: {

0 commit comments

Comments
 (0)