Skip to content

Commit ac2ce66

Browse files
authored
Merge pull request #6642 from plotly/update-docs
Update legendrank description
2 parents e6d0fe3 + bcf7dde commit ac2ce66

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

src/plots/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module.exports = {
7878
description: [
7979
'Sets the legend rank for this trace.',
8080
'Items and groups with smaller ranks are presented on top/left side while',
81-
'with `*reversed* `legend.traceorder` they are on bottom/right side.',
81+
'with *reversed* `legend.traceorder` they are on bottom/right side.',
8282
'The default legendrank is 1000,',
8383
'so that you can use ranks less than 1000 to place certain items before all unranked items,',
8484
'and ranks greater than 1000 to go after all unranked items.'

0 commit comments

Comments
 (0)