Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/spencermountain/somehow-graph

Svelte infographics component
https://github.com/spencermountain/somehow-graph

Last synced: about 1 month ago
JSON representation

Svelte infographics component

Awesome Lists containing this project

README

        


somehow-graph


— part of somehow

WIP svelte infographics



by
Spencer Kelly








Work in progress!

**somehow-graph** creates SVG, using your data, that you can throw-into your webpage.

```html

import spacetime from 'spacetime'
import { Graph, XAxis, YAxis, Bar } from './src'
let start = spacetime('2019').startOf('year')
let end = start.endOf('year')



```

MIT