@@ -281,7 +281,8 @@ module.exports = {
281
281
description : [
282
282
'Has only an effect if `marker.color` is set to a numerical array.' ,
283
283
'Sets the upper bound of the color domain.' ,
284
- 'Value should be associated to the `marker.color` array index.'
284
+ 'Value should be associated to the `marker.color` array index,' ,
285
+ 'and if set, `marker.cmin` must be set as well.'
285
286
] . join ( ' ' )
286
287
} ,
287
288
cmin : {
@@ -291,7 +292,8 @@ module.exports = {
291
292
description : [
292
293
'Has only an effect if `marker.color` is set to a numerical array.' ,
293
294
'Sets the lower bound of the color domain.' ,
294
- 'Value should be associated to the `marker.color` array index.'
295
+ 'Value should be associated to the `marker.color` array index,' ,
296
+ 'and if set, `marker.cmax` must be set as well.'
295
297
] . join ( ' ' )
296
298
} ,
297
299
autocolorscale : {
@@ -374,7 +376,8 @@ module.exports = {
374
376
description : [
375
377
'Has only an effect if `marker.line.color` is set to a numerical array.' ,
376
378
'Sets the upper bound of the color domain.' ,
377
- 'Value should be associated to the `marker.line.color` array index.'
379
+ 'Value should be associated to the `marker.line.color` array index,' ,
380
+ 'and if set, `marker.line.cmin` must be set as well.'
378
381
] . join ( ' ' )
379
382
} ,
380
383
cmin : {
@@ -384,7 +387,8 @@ module.exports = {
384
387
description : [
385
388
'Has only an effect if `marker.line.color` is set to a numerical array.' ,
386
389
'Sets the lower bound of the color domain.' ,
387
- 'Value should be associated to the `marker.line.color` array index.'
390
+ 'Value should be associated to the `marker.line.color` array index,' ,
391
+ 'and if set, `marker.line.cmax` must be set as well.'
388
392
] . join ( ' ' )
389
393
} ,
390
394
autocolorscale : {
0 commit comments