From e131cb7358bfd6dee17e4c3a53aa62fa10adfb89 Mon Sep 17 00:00:00 2001 From: Joseph Damiba Date: Fri, 31 Jan 2020 14:11:41 -0500 Subject: [PATCH] add the word background to description so it will get indexed by algolia --- src/plots/layout_attributes.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plots/layout_attributes.js b/src/plots/layout_attributes.js index a55d18b1429..5575e70d960 100644 --- a/src/plots/layout_attributes.js +++ b/src/plots/layout_attributes.js @@ -269,7 +269,7 @@ module.exports = { role: 'style', dflt: colorAttrs.background, editType: 'plot', - description: 'Sets the color of paper where the graph is drawn.' + description: 'Sets the background color of the paper where the graph is drawn.' }, plot_bgcolor: { // defined here, but set in cartesian.supplyLayoutDefaults @@ -279,7 +279,7 @@ module.exports = { dflt: colorAttrs.background, editType: 'layoutstyle', description: [ - 'Sets the color of plotting area in-between x and y axes.' + 'Sets the background color of the plotting area in-between x and y axes.' ].join(' ') }, separators: {