[Feature] Calendar coordinates: Customize gap between months
Open
en
new-feature
pending
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### What problem does this feature solve?
Allow customizing the gap between months (similar to [cal-heatmap](https://cal-heatmap.com/docs/options/domain#gutter))
This would allow you to achieve similar layout to cal-heatmap:
### What does the proposed API look like?
```
option = {
calendar: {
splitGap: number
}
}
```
Contributor guide
Assessment
This issue has not been assessed yet.