An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


somehow-year


— part of somehow

svelte infographics



by
Spencer Kelly








**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'

```

![image](https://user-images.githubusercontent.com/399657/93631446-9ad2e580-f9b9-11ea-8d55-d3ed0739e28b.png)

### Vertical

pass-in vertical={true}

![image](https://user-images.githubusercontent.com/399657/93631491-afaf7900-f9b9-11ea-96f7-b0a2ae394b52.png)

### API

- ``
- ``

### See also:

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