Skip to content

Commit b817f58

Browse files
authored
document gridY, gridFx, gridFy (#1271)
1 parent 28b1a4c commit b817f58

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

README.md

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1587,16 +1587,39 @@ Returns a new *x* grid with the given *options*.
15871587
15881588
#### Plot.gridY(*data*, *options*)
15891589
1590-
…same…
1590+
<!-- jsdoc gridY -->
15911591
1592+
```js
1593+
Plot.gridY({strokeDasharray: "5,3"})
1594+
```
1595+
1596+
Returns a new *y* grid with the given *options*.
1597+
1598+
<!-- jsdocEnd gridY -->
15921599
15931600
#### Plot.gridFx(*data*, *options*)
15941601
1595-
…same…
1602+
<!-- jsdoc gridFx -->
1603+
1604+
```js
1605+
Plot.gridFx({strokeDasharray: "5,3"})
1606+
```
1607+
1608+
Returns a new *fx* grid with the given *options*.
1609+
1610+
<!-- jsdocEnd gridFx -->
15961611
15971612
#### Plot.gridFy(*data*, *options*)
15981613
1599-
…same…
1614+
<!-- jsdoc gridFy -->
1615+
1616+
```js
1617+
Plot.gridFy({strokeDasharray: "5,3"})
1618+
```
1619+
1620+
Returns a new *fy* grid with the given *options*.
1621+
1622+
<!-- jsdocEnd gridFy -->
16001623
16011624
### Hexgrid
16021625

0 commit comments

Comments
 (0)