https://github.com/fzingg/opal-d3
Opal 0.11 wrapper library for D3 library
https://github.com/fzingg/opal-d3
Last synced: 10 months ago
JSON representation
Opal 0.11 wrapper library for D3 library
- Host: GitHub
- URL: https://github.com/fzingg/opal-d3
- Owner: fzingg
- Created: 2018-03-04T15:29:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-04T15:30:48.000Z (over 8 years ago)
- Last Synced: 2025-07-22T21:29:44.844Z (11 months ago)
- Language: Ruby
- Size: 3.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Opal Ruby interface for D3 [ https://d3js.org/ ].
It implements interface fairly closely following javascript API, except with blocks, classes, no camelcase etc.
About 60% of D3 APIs are implemented. Pull requests for the rest welcome.
For some examples check `demo` directory or [visit demo site](https://taw.github.io/opal-d3/).