Skip to content

Commit 82076f2

Browse files
committed
plotly#189 commented out categorymode value ascending/descending as it's not part of this CR
1 parent 5ad6b5c commit 82076f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plots/cartesian/layout_attributes.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ module.exports = {
450450
valType: 'enumerated',
451451
values: [
452452
'trace', 'category ascending', 'category descending',
453-
'value ascending', 'value descending','array'
453+
/*'value ascending', 'value descending',*/ 'array' // value ascending / descending to be implemented later
454454
],
455455
dflt: 'trace',
456456
role: 'info',
@@ -459,8 +459,8 @@ module.exports = {
459459
'By default, plotly uses *trace*, which specifies the order that is present in the data supplied.',
460460
'Set `categorymode` to *category ascending* or *category descending* if order should be determined by',
461461
'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
464464
'Set `categorymode` to *array* to derive the ordering from the attribute `categorylist`. If a category',
465465
'is not found in the `categorylist` array, the sorting behavior for that attribute will be identical to',
466466
'the *trace* mode. The unspecified categories will follow the categories in `categorylist`.'

0 commit comments

Comments
 (0)