| month | Projects published |
|---|---|
| January | 24 |
| February | 31 |
| March | 28 |
| April | 35 |
| May | 42 |
| June | 38 |
<Chart.Grid horizontal vertical />API
| Prop | Type | Default | |
|---|---|---|---|
horizontal | boolean | true | Draw the lines running across the value axis. |
strokeDasharray | string | "3 3" | Dash pattern for the lines. Pass undefined for solid. |
tickCount | number | 5 | Target number of grid lines. The scale rounds it to readable intervals. |
vertical | boolean | false | Draw the lines running along the category axis. |
Plus every <g> prop. Source: chart/components/chart-grid.tsx.
Place it before the marks so it is drawn behind them.