File tree Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Expand file tree Collapse file tree 1 file changed +26
-3
lines changed Original file line number Diff line number Diff line change @@ -1587,16 +1587,39 @@ Returns a new *x* grid with the given *options*.
1587
1587
1588
1588
#### Plot.gridY(*data*, *options*)
1589
1589
1590
- …same…
1590
+ <!-- jsdoc gridY -->
1591
1591
1592
+ ` ` ` js
1593
+ Plot .gridY ({strokeDasharray: " 5,3" })
1594
+ ` ` `
1595
+
1596
+ Returns a new *y* grid with the given *options*.
1597
+
1598
+ <!-- jsdocEnd gridY -->
1592
1599
1593
1600
#### Plot.gridFx(*data*, *options*)
1594
1601
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 -->
1596
1611
1597
1612
#### Plot.gridFy(*data*, *options*)
1598
1613
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 -->
1600
1623
1601
1624
### Hexgrid
1602
1625
You can’t perform that action at this time.
0 commit comments