Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e71dc7b

Browse files
committed
fix spaces in src/traces/table/attributes.js
1 parent 039ff9f commit e71dc7b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/traces/table/attributes.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ var attrs = module.exports = overrideAll({
8989
dflt: 'white',
9090
description: [
9191
'Sets the cell fill color. It accepts either a specific color',
92-
' or an array of colors or a 2D array of colors.'
93-
].join('')
92+
'or an array of colors or a 2D array of colors.'
93+
].join(' ')
9494
}
9595
},
9696

@@ -157,8 +157,8 @@ var attrs = module.exports = overrideAll({
157157
dflt: 'white',
158158
description: [
159159
'Sets the cell fill color. It accepts either a specific color',
160-
' or an array of colors or a 2D array of colors.'
161-
].join('')
160+
'or an array of colors or a 2D array of colors.'
161+
].join(' ')
162162
}
163163
},
164164

0 commit comments

Comments
 (0)