Skip to content

Commit f626b08

Browse files
committed
plotly#189 role: info
1 parent 9c366ce commit f626b08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: src/plots/cartesian/layout_attributes.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ module.exports = {
453453
'value ascending', 'value descending','array'
454454
],
455455
dflt: 'trace',
456-
role: 'style',
456+
role: 'info',
457457
description: [
458458
'Specifies the ordering logic for the case of categorical variables.',
459459
'By default, plotly uses *trace*, which specifies the order that is present in the data supplied.',
@@ -468,7 +468,7 @@ module.exports = {
468468
},
469469
categorylist: {
470470
valType: 'data_array',
471-
role: 'style',
471+
role: 'info',
472472
description: [
473473
'Sets the order in which categories on this axis appear.',
474474
'Only has an effect if `categorymode` is set to *array*.',

0 commit comments

Comments
 (0)