Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).