Skip to content

Commit 9361cc4

Browse files
author
Jon M. Mease
committed
Fix up attribute description specifications
1 parent fed71e7 commit 9361cc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/traces/parcats/attributes.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ module.exports = {
162162
role: 'info',
163163
editType: 'calc',
164164
description: [
165-
'The display index of dimension, from left to right, zero indexed, defaults to dimension' +
165+
'The display index of dimension, from left to right, zero indexed, defaults to dimension',
166166
'index.'
167167
].join(' ')
168168
},
@@ -186,8 +186,8 @@ module.exports = {
186186
role: 'info',
187187
editType: 'calc',
188188
description: [
189-
'The number of observations represented by each state. Defaults to 1 so that each state represents ' +
190-
'one observation'
191-
]
189+
'The number of observations represented by each state. Defaults to 1 so that each state represents',
190+
'one observation'
191+
].join(' ')
192192
}
193193
};

0 commit comments

Comments
 (0)