We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35ff08 commit a1f87b9Copy full SHA for a1f87b9
src/plots/attributes.js
@@ -47,8 +47,8 @@ module.exports = {
47
editType: 'style',
48
description: [
49
'Sets the legend rank for this trace.',
50
- '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.',
+ 'Items and groups with smaller ranks are presented on top/left side while',
+ 'with `*reversed* `legend.traceorder` they are 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.'
0 commit comments