https://github.com/spencermountain/somehow-graph
Svelte infographics component
https://github.com/spencermountain/somehow-graph
Last synced: 11 days ago
JSON representation
Svelte infographics component
- Host: GitHub
- URL: https://github.com/spencermountain/somehow-graph
- Owner: spencermountain
- Created: 2018-07-13T16:46:48.000Z (almost 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-09-07T17:00:17.000Z (over 4 years ago)
- Last Synced: 2025-03-25T15:14:03.823Z (29 days ago)
- Language: JavaScript
- Homepage: https://spencermounta.in/somehow-graph/
- Size: 1.82 MB
- Stars: 27
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
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