Ember addon for gantt charts
An ember-cli addon for showing beautiful gantt-charts from your data.
No additional library is used – pure ember. So slick and soooo fast.
ember install ember-gantt
[Longer description of how to use the addon in apps.]
git clone <repository-url>
cd ember-gantt
npm install
npm run lint:js
npm run lint:js -- --fix
ember test
– Runs the test suite on the current Ember versionember test --server
– Runs the test suite in “watch mode”ember try:each
– Runs the test suite against multiple Ember versionsember serve
For more information on using ember-cli, visit https://ember-cli.com/.
[✔] Sticky header
[✔] infinity-Scroll for loading previous later time-ranges automatically
[ ] scrollTo(Date) API
This project is licensed under the MIT License.