Skip to content

Commit ddcca78

Browse files
committed
Update README
1 parent a0c4b76 commit ddcca78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ Returns a new area with the given *data* and *options*. This constructor is used
528528

529529
[Source](./src/marks/bar.js) · [Examples](https://observablehq.com/@data-workflows/plot-bar) · Draws rectangles where *x* is ordinal and *y* is quantitative ([Plot.barY](#plotbarydata-options)) or *y* is ordinal and *x* is quantitative ([Plot.barX](#plotbarxdata-options)). There is usually one ordinal value associated with each bar, such as a name, and two quantitative values defining a lower and upper bound. The lower bound is often not specified explicitly because it defaults to zero as in a conventional bar chart.
530530

531-
For the required channels, see [Plot.barX](#plotbarxdata-options) and [Plot.barY](#plotbarydata-options). The bar mark supports the [standard mark options](#marks), including insets and rounded corners. **stroke** defaults to none, and **fill** defaults to currentColor if stroke is none, and to none otherwise.
531+
For the required channels, see [Plot.barX](#plotbarxdata-options) and [Plot.barY](#plotbarydata-options). The bar mark supports the [standard mark options](#marks), including insets and rounded corners. The **stroke** defaults to none. The **fill** defaults to currentColor if stroke is none, and to none otherwise.
532532

533533
#### Plot.barX(*data*, *options*)
534534

@@ -711,9 +711,9 @@ The following channels are required:
711711

712712
The link mark supports the [standard mark options](#marks).
713713

714-
**stroke** defaults to currentColor, and **fill** defaults to none (only curved links might show a fill).
714+
The **stroke** defaults to currentColor. The **fill** defaults to none. (Only curved links can show a fill.)
715715

716-
The link mark supports [curve options](#curves) to control interpolation between points (e.g., curve: step, step-after, step-before, bump-x, bump-y).
716+
The link mark supports [curve options](#curves) to control interpolation between points (*e.g.*, curve: step, step-after, step-before, bump-x, bump-y).
717717

718718
#### Plot.link(*data*, *options*)
719719

0 commit comments

Comments
 (0)