8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598d60c commit 4ffb06cCopy full SHA for 4ffb06c
src/plots/attributes.js
@@ -46,9 +46,12 @@ module.exports = {
46
dflt: 1000,
47
editType: 'style',
48
description: [
49
- 'Sets the legend rank for this trace.',
+ 'Sets the legend rank for this trace in each `legendgroup`.',
50
'Items with smaller ranks would be presented on top/left side while',
51
- 'with `*reversed* `legend.traceorder` they would be on bottom/right side.'
+ '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,',
54
+ 'and ranks greater than 1000 to go after all unranked items.'
55
].join(' ')
56
},
57
opacity: {
0 commit comments