From 042c35996f806cf299a38f533ba0bf3e2a4f8316 Mon Sep 17 00:00:00 2001 From: Steven Kalt Date: Thu, 16 Aug 2018 11:49:32 -0400 Subject: [PATCH] Corrected relative paths to related comments --- src/plot_api/plot_config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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