Skip to content

Commit 5bd5783

Browse files
authored
Merge pull request #2913 from SKalt/patch-1
Corrected relative paths to related comments
2 parents 27c9e55 + 042c359 commit 5bd5783

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plot_api/plot_config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ module.exports = {
101101

102102
/*
103103
* remove mode bar button by name
104-
* (see ./components/modebar/buttons.js for the list of names)
104+
* (see ../components/modebar/buttons.js for the list of names)
105105
*/
106106
modeBarButtonsToRemove: [],
107107

@@ -115,13 +115,13 @@ module.exports = {
115115
* fully custom mode bar buttons as nested array,
116116
* where the outer arrays represents button groups, and
117117
* the inner arrays have buttons config objects or names of default buttons
118-
* (see ./components/modebar/buttons.js for more info)
118+
* (see ../components/modebar/buttons.js for more info)
119119
*/
120120
modeBarButtons: false,
121121

122122
// statically override options for toImage modebar button
123123
// allowed keys are format, filename, width, height, scale
124-
// see ./components/modebar/buttons.js
124+
// see ../components/modebar/buttons.js
125125
toImageButtonOptions: {},
126126

127127
// add the plotly logo on the end of the mode bar

0 commit comments

Comments
 (0)