https://github.com/spencermountain/somehow-year
svelte infographic component
https://github.com/spencermountain/somehow-year
Last synced: about 1 month ago
JSON representation
svelte infographic component
- Host: GitHub
- URL: https://github.com/spencermountain/somehow-year
- Owner: spencermountain
- Created: 2020-09-18T15:59:23.000Z (over 4 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-09-18T18:58:05.000Z (over 4 years ago)
- Last Synced: 2025-02-26T06:49:59.444Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://spencermounta.in/somehow-year/
- Size: 94.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
**work-in-progress**
renders html year-viz using [spacetime](https://github.com/spencermountain/spacetime) date library
demo:
`npm i somehow-year`
week-centered year from start to end dates, inclusive
```html
import { Year, Day } from './src'
```

### Vertical
pass-in vertical={true}

### API
- ``
- ``### See also:
- [somehow](https://github.com/spencermountain/somehow) - other svelte dataviz components
- [d3-time](https://github.com/d3/d3-time)
MIT