项目作者: chvonrohr

项目描述 :
Ember addon for gantt charts
高级语言: JavaScript
项目地址: git://github.com/chvonrohr/ember-gantt.git
创建时间: 2018-05-23T14:26:26Z
项目社区:https://github.com/chvonrohr/ember-gantt

开源协议:MIT License

下载


ember-gantt

An ember-cli addon for showing beautiful gantt-charts from your data.
No additional library is used – pure ember. So slick and soooo fast.

Installation

  1. ember install ember-gantt

Usage

[Longer description of how to use the addon in apps.]

Contributing

Installation

  • git clone <repository-url>
  • cd ember-gantt
  • npm install

Linting

  • npm run lint:js
  • npm run lint:js -- --fix

Running tests

  • ember test – Runs the test suite on the current Ember version
  • ember test --server – Runs the test suite in “watch mode”
  • ember try:each – Runs the test suite against multiple Ember versions

Running the dummy application

For more information on using ember-cli, visit https://ember-cli.com/.

Features coming

[✔] Sticky header
[✔] infinity-Scroll for loading previous later time-ranges automatically
[ ] scrollTo(Date) API

License

This project is licensed under the MIT License.