@@ -450,7 +450,7 @@ module.exports = {
450
450
valType : 'enumerated' ,
451
451
values : [
452
452
'trace' , 'category ascending' , 'category descending' ,
453
- 'value ascending' , 'value descending' , 'array'
453
+ /* 'value ascending', 'value descending',*/ 'array' // value ascending / descending to be implemented later
454
454
] ,
455
455
dflt : 'trace' ,
456
456
role : 'info' ,
@@ -459,8 +459,8 @@ module.exports = {
459
459
'By default, plotly uses *trace*, which specifies the order that is present in the data supplied.' ,
460
460
'Set `categorymode` to *category ascending* or *category descending* if order should be determined by' ,
461
461
'the alphanumerical order of the category names.' ,
462
- 'Set `categorymode` to *value ascending* or *value descending* if order should be determined by the' ,
463
- 'numerical order of the values.' ,
462
+ /* 'Set `categorymode` to *value ascending* or *value descending* if order should be determined by the',
463
+ 'numerical order of the values.',*/ // // value ascending / descending to be implemented later
464
464
'Set `categorymode` to *array* to derive the ordering from the attribute `categorylist`. If a category' ,
465
465
'is not found in the `categorylist` array, the sorting behavior for that attribute will be identical to' ,
466
466
'the *trace* mode. The unspecified categories will follow the categories in `categorylist`.'
0 commit comments