You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,7 @@ Align defaults to 0.5 (centered). Band scale padding defaults to 0.1 (10% of ava
295
295
296
296
Plot automatically generates [axis](#axis) and optionally [grid](#grid) marks for position scales. (For more control, declare these marks explicitly.) You can configure the implicit axes with the following scale options:
297
297
298
-
**scale*.**axis** - the orientation: *top* or *bottom* for *x* and *fx*; *left* or *right* for *y* and *fy*; null to suppress
298
+
**scale*.**axis** - the orientation: *top* or *bottom*(or *both*) for *x* and *fx*; *left* or *right* (or *both*) for *y* and *fy*; null to suppress
299
299
**scale*.**ticks** - the approximate number of ticks to generate, or interval, or array of values
300
300
**scale*.**tickSize** - the length of each tick (in pixels; default 6 for *x* and *y*, or 0 for *fx* and *fy*)
301
301
**scale*.**tickSpacing** - the approximate number of pixels between ticks (if *scale*.**ticks** is not specified)
0 commit comments