@@ -249,11 +249,11 @@ module.exports = templatedArray('shape', {
249
249
description : [
250
250
'Sets the position of the label text relative to the shape.' ,
251
251
'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.' ,
257
257
] . join ( ' ' )
258
258
} ,
259
259
textangle : {
@@ -262,9 +262,9 @@ module.exports = templatedArray('shape', {
262
262
editType : 'calc+arraydraw' ,
263
263
description : [
264
264
'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* ' ,
266
266
'is the same angle as the line. For all other shapes,' ,
267
- 'angle ` auto` is horizontal.'
267
+ 'angle * auto* is horizontal.'
268
268
] . join ( ' ' )
269
269
} ,
270
270
xanchor : {
@@ -274,9 +274,9 @@ module.exports = templatedArray('shape', {
274
274
editType : 'calc+arraydraw' ,
275
275
description : [
276
276
'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*' ,
278
278
'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' ,
280
280
'`xanchor` to *right* then the right-most portion of the' ,
281
281
'label text lines up with the right-most edge of the' ,
282
282
'shape.' ,
@@ -288,9 +288,9 @@ module.exports = templatedArray('shape', {
288
288
editType : 'calc+arraydraw' ,
289
289
description : [
290
290
'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*' ,
292
292
'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' ,
294
294
'`yanchor` to *top* then the top-most portion of the' ,
295
295
'label text lines up with the top-most edge of the' ,
296
296
'shape.' ,
0 commit comments