Skip to content

Commit

Permalink
Merge pull request #2913 from SKalt/patch-1
Browse files Browse the repository at this point in the history
Corrected relative paths to related comments
  • Loading branch information
alexcjohnson authored Aug 16, 2018
2 parents 27c9e55 + 042c359 commit 5bd5783
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plot_api/plot_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [],

Expand All @@ -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
Expand Down

0 comments on commit 5bd5783

Please sign in to comment.