We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bf7eb commit d87ee12Copy full SHA for d87ee12
src/plots/attributes.js
@@ -46,8 +46,8 @@ module.exports = {
46
dflt: 1000,
47
editType: 'style',
48
description: [
49
- 'Sets the legend rank for this trace in each `legendgroup`.',
50
- 'Items with smaller ranks would be presented on top/left side while',
+ 'Sets the legend rank for this trace.',
+ 'Items and groups with smaller ranks would be presented on top/left side while',
51
'with `*reversed* `legend.traceorder` they would be on bottom/right side.',
52
'The default legendrank is 1000,',
53
'so that you can use ranks less than 1000 to place certain items before all unranked items,',
0 commit comments