diff --git a/src/plot_api/plot_config.js b/src/plot_api/plot_config.js index 30c2a2b68c8..596f0bf43c3 100644 --- a/src/plot_api/plot_config.js +++ b/src/plot_api/plot_config.js @@ -101,7 +101,7 @@ module.exports = { /* * remove mode bar button by name - * (see ./components/modebar/buttons.js for the list of names) + * (see ../components/modebar/buttons.js for the list of names) */ modeBarButtonsToRemove: [], @@ -115,13 +115,13 @@ module.exports = { * fully custom mode bar buttons as nested array, * where the outer arrays represents button groups, and * the inner arrays have buttons config objects or names of default buttons - * (see ./components/modebar/buttons.js for more info) + * (see ../components/modebar/buttons.js for more info) */ modeBarButtons: false, // statically override options for toImage modebar button // allowed keys are format, filename, width, height, scale - // see ./components/modebar/buttons.js + // see ../components/modebar/buttons.js toImageButtonOptions: {}, // add the plotly logo on the end of the mode bar