Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baransu/elm-vizceral
https://github.com/baransu/elm-vizceral
data-visualization elm
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/baransu/elm-vizceral
- Owner: baransu
- Created: 2017-02-10T22:14:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T00:35:06.000Z (almost 8 years ago)
- Last Synced: 2024-12-19T09:14:35.929Z (18 days ago)
- Topics: data-visualization, elm
- Language: JavaScript
- Size: 60.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-vizceral
Experiment with Netflix's [vizceral](https://github.com/Netflix/vizceral) in Elm. Elm has access to vizceral via web-components.
Because vizceral require `updateData` method on web-component, passing data into component should be done via JS interop.### Running
To run you have to install `bower` dependencies: `bower install` and run root directory on for example on `http-server`