@@ -249,11 +249,11 @@ module.exports = templatedArray('shape', {
249249 description : [
250250 'Sets the position of the label text relative to the shape.' ,
251251 'Supported values for rectangles, circles and paths are' ,
252- '` top left`, ` top center`, ` top right`, ` middle left` ,' ,
253- '` middle center`, ` middle right`, ` bottom left`, ` bottom center` ,' ,
254- 'and ` bottom right` .' ,
255- 'Supported values for lines are ` start`, ` middle` , and ` end` .' ,
256- 'Default: ` middle center` for rectangles, circles, and paths; ` middle` for lines.' ,
252+ '* top left*, * top center*, * top right*, * middle left* ,' ,
253+ '* middle center*, * middle right*, * bottom left*, * bottom center* ,' ,
254+ 'and * bottom right* .' ,
255+ 'Supported values for lines are * start*, * middle* , and * end* .' ,
256+ 'Default: * middle center* for rectangles, circles, and paths; * middle* for lines.' ,
257257 ] . join ( ' ' )
258258 } ,
259259 textangle : {
@@ -262,9 +262,9 @@ module.exports = templatedArray('shape', {
262262 editType : 'calc+arraydraw' ,
263263 description : [
264264 'Sets the angle at which the label text is drawn' ,
265- 'with respect to the horizontal. For lines, angle ` auto` ' ,
265+ 'with respect to the horizontal. For lines, angle * auto* ' ,
266266 'is the same angle as the line. For all other shapes,' ,
267- 'angle ` auto` is horizontal.'
267+ 'angle * auto* is horizontal.'
268268 ] . join ( ' ' )
269269 } ,
270270 xanchor : {
@@ -274,9 +274,9 @@ module.exports = templatedArray('shape', {
274274 editType : 'calc+arraydraw' ,
275275 description : [
276276 'Sets the label\'s horizontal position anchor' ,
277- 'This anchor binds the specified `label. textposition` to the *left*, *center*' ,
277+ 'This anchor binds the specified `textposition` to the *left*, *center*' ,
278278 'or *right* of the label text.' ,
279- 'For example, if `label. textposition` is set to *top right* and' ,
279+ 'For example, if `textposition` is set to *top right* and' ,
280280 '`xanchor` to *right* then the right-most portion of the' ,
281281 'label text lines up with the right-most edge of the' ,
282282 'shape.' ,
@@ -288,9 +288,9 @@ module.exports = templatedArray('shape', {
288288 editType : 'calc+arraydraw' ,
289289 description : [
290290 'Sets the label\'s vertical position anchor' ,
291- 'This anchor binds the specified `label. textposition` to the *top*, *middle*' ,
291+ 'This anchor binds the specified `textposition` to the *top*, *middle*' ,
292292 'or *bottom* of the label text.' ,
293- 'For example, if `label. textposition` is set to *top right* and' ,
293+ 'For example, if `textposition` is set to *top right* and' ,
294294 '`yanchor` to *top* then the top-most portion of the' ,
295295 'label text lines up with the top-most edge of the' ,
296296 'shape.' ,
0 commit comments