Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikaeljorhult/d3-schedule
JavaScript module for creating gantt-like timeline charts for bookings.
https://github.com/mikaeljorhult/d3-schedule
Last synced: about 2 months ago
JSON representation
JavaScript module for creating gantt-like timeline charts for bookings.
- Host: GitHub
- URL: https://github.com/mikaeljorhult/d3-schedule
- Owner: mikaeljorhult
- Created: 2014-03-29T15:37:03.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-12T10:01:25.000Z (over 10 years ago)
- Last Synced: 2024-04-14T23:13:57.836Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 422 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# D3 Schedule
JavaScript module for creating gantt-like timeline charts for bookings.
## Usage
D3 Schedule is a module and should be loaded with a script loader, like [RequireJS](http://requirejs.org/).
When loaded you should first set the parent element by using the `setElement()` method. Supply method
`setSource()` with a URL with JSON to display.## License
D3 Schedule is released under the [MIT license](http://mikaeljorhult.mit-license.org).