Skip to content

Commit ed7d07f

Browse files
committed
fill opacity it is
1 parent af92a07 commit ed7d07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ Categorical and ordinal color legends are rendered as swatches, unless *options*
653653
* *options*.**columns** - the number of swatches per row
654654
* *options*.**marginLeft** - the legend’s left margin
655655
* *options*.**className** - a class name, that defaults to a randomly generated string scoping the styles
656-
* *options*.**opacity** - the swatch opacity
656+
* *options*.**opacity** - the swatch fill opacity
657657
* *options*.**width** - the legend’s width (in pixels)
658658

659659
Symbol legends are rendered as swatches and support the options above in addition to the following options:
@@ -680,7 +680,7 @@ Continuous color legends are rendered as a ramp, and can be configured with the
680680
* *options*.**marginRight** - the legend’s right margin
681681
* *options*.**marginBottom** - the legend’s bottom margin
682682
* *options*.**marginLeft** - the legend’s left margin
683-
* *options*.**opacity** - the ramp’s opacity
683+
* *options*.**opacity** - the ramp’s fill opacity
684684

685685
The **style** legend option allows custom styles to override Plot’s defaults; it has the same behavior as in Plot’s top-level [layout options](#layout-options).
686686

0 commit comments

Comments
 (0)