@@ -120,7 +120,7 @@ module.exports = {
120
120
dflt : 1 ,
121
121
role : 'style' ,
122
122
description : [
123
- 'Has only an effect if `shape` is set to *spline*' ,
123
+ 'Has an effect only if `shape` is set to *spline*' ,
124
124
'Sets the amount of smoothing.' ,
125
125
'*0* corresponds to no smoothing (equivalent to a *linear* shape).'
126
126
] . join ( ' ' )
@@ -222,7 +222,7 @@ module.exports = {
222
222
dflt : 1 ,
223
223
role : 'style' ,
224
224
description : [
225
- 'Has only an effect if `marker.size` is set to a numerical array.' ,
225
+ 'Has an effect only if `marker.size` is set to a numerical array.' ,
226
226
'Sets the scale factor used to determine the rendered size of' ,
227
227
'marker points. Use with `sizemin` and `sizemode`.'
228
228
] . join ( ' ' )
@@ -233,7 +233,7 @@ module.exports = {
233
233
dflt : 0 ,
234
234
role : 'style' ,
235
235
description : [
236
- 'Has only an effect if `marker.size` is set to a numerical array.' ,
236
+ 'Has an effect only if `marker.size` is set to a numerical array.' ,
237
237
'Sets the minimum size (in px) of the rendered marker points.'
238
238
] . join ( ' ' )
239
239
} ,
@@ -243,7 +243,7 @@ module.exports = {
243
243
dflt : 'diameter' ,
244
244
role : 'info' ,
245
245
description : [
246
- 'Has only an effect if `marker.size` is set to a numerical array.' ,
246
+ 'Has an effect only if `marker.size` is set to a numerical array.' ,
247
247
'Sets the rule for which the data in `size` is converted' ,
248
248
'to pixels.'
249
249
] . join ( ' ' )
@@ -269,7 +269,7 @@ module.exports = {
269
269
dflt : true ,
270
270
role : 'style' ,
271
271
description : [
272
- 'Has only an effect if `marker.color` is set to a numerical array.' ,
272
+ 'Has an effect only if `marker.color` is set to a numerical array.' ,
273
273
'Determines the whether or not the color domain is computed' ,
274
274
'automatically.'
275
275
] . join ( ' ' )
@@ -279,7 +279,7 @@ module.exports = {
279
279
dflt : null ,
280
280
role : 'info' ,
281
281
description : [
282
- 'Has only an effect if `marker.color` is set to a numerical array.' ,
282
+ 'Has an effect only if `marker.color` is set to a numerical array.' ,
283
283
'Sets the upper bound of the color domain.' ,
284
284
'Value should be associated to the `marker.color` array index,' ,
285
285
'and if set, `marker.cmin` must be set as well.'
@@ -290,7 +290,7 @@ module.exports = {
290
290
dflt : null ,
291
291
role : 'info' ,
292
292
description : [
293
- 'Has only an effect if `marker.color` is set to a numerical array.' ,
293
+ 'Has an effect only if `marker.color` is set to a numerical array.' ,
294
294
'Sets the lower bound of the color domain.' ,
295
295
'Value should be associated to the `marker.color` array index,' ,
296
296
'and if set, `marker.cmax` must be set as well.'
@@ -301,7 +301,7 @@ module.exports = {
301
301
dflt : true ,
302
302
role : 'style' ,
303
303
description : [
304
- 'Has only an effect if `marker.color` is set to a numerical array.' ,
304
+ 'Has an effect only if `marker.color` is set to a numerical array.' ,
305
305
'Determines whether or not the colorscale is picked using' ,
306
306
'values inside `marker.color`.'
307
307
] . join ( ' ' )
@@ -311,7 +311,7 @@ module.exports = {
311
311
role : 'style' ,
312
312
dflt : false ,
313
313
description : [
314
- 'Has only an effect if `marker.color` is set to a numerical array.' ,
314
+ 'Has an effect only if `marker.color` is set to a numerical array.' ,
315
315
'Reverses the colorscale.'
316
316
] . join ( ' ' )
317
317
} ,
@@ -320,7 +320,7 @@ module.exports = {
320
320
role : 'info' ,
321
321
dflt : false ,
322
322
description : [
323
- 'Has only an effect if `marker.color` is set to a numerical array.' ,
323
+ 'Has an effect only if `marker.color` is set to a numerical array.' ,
324
324
'Determines whether or not a colorbar is displayed.'
325
325
] . join ( ' ' )
326
326
} ,
@@ -364,7 +364,7 @@ module.exports = {
364
364
dflt : true ,
365
365
role : 'style' ,
366
366
description : [
367
- 'Has only an effect if `marker.line.color` is set to a numerical array.' ,
367
+ 'Has an effect only if `marker.line.color` is set to a numerical array.' ,
368
368
'Determines the whether or not the color domain is computed' ,
369
369
'with respect to the input data.'
370
370
] . join ( ' ' )
@@ -374,7 +374,7 @@ module.exports = {
374
374
dflt : null ,
375
375
role : 'info' ,
376
376
description : [
377
- 'Has only an effect if `marker.line.color` is set to a numerical array.' ,
377
+ 'Has an effect only if `marker.line.color` is set to a numerical array.' ,
378
378
'Sets the upper bound of the color domain.' ,
379
379
'Value should be associated to the `marker.line.color` array index,' ,
380
380
'and if set, `marker.line.cmin` must be set as well.'
@@ -385,7 +385,7 @@ module.exports = {
385
385
dflt : null ,
386
386
role : 'info' ,
387
387
description : [
388
- 'Has only an effect if `marker.line.color` is set to a numerical array.' ,
388
+ 'Has an effect only if `marker.line.color` is set to a numerical array.' ,
389
389
'Sets the lower bound of the color domain.' ,
390
390
'Value should be associated to the `marker.line.color` array index,' ,
391
391
'and if set, `marker.line.cmax` must be set as well.'
@@ -396,7 +396,7 @@ module.exports = {
396
396
dflt : true ,
397
397
role : 'style' ,
398
398
description : [
399
- 'Has only an effect if `marker.line.color` is set to a numerical array.' ,
399
+ 'Has an effect only if `marker.line.color` is set to a numerical array.' ,
400
400
'Determines whether or not the colorscale is picked using' ,
401
401
'the sign of values inside `marker.line.color`.'
402
402
] . join ( ' ' )
@@ -406,7 +406,7 @@ module.exports = {
406
406
dflt : false ,
407
407
role : 'style' ,
408
408
description : [
409
- 'Has only an effect if `marker.line.color` is set to a numerical array.' ,
409
+ 'Has an effect only if `marker.line.color` is set to a numerical array.' ,
410
410
'Reverses the colorscale.'
411
411
] . join ( ' ' )
412
412
}
0 commit comments