/nim-gannt

simple gannt chart app with nim as js transpiler

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

Simple Gannt chart tool by nim

Prerequirement

  • browser: tested with Firefox 68.0.1
  • optional: compile with nim 0.19.4
  • optional: python3 for serving the files.

Installation

from release

  1. extract a release zip file.
  2. open the gannt.html from a your web-browser.
  3. then upload sample.csv from upload button.
$ unzip nim-gannt.v0.6.0.zip
$ browse gannt.html

from source

  1. download svg.js, svg.draggable.js and jquery.js.
  2. after all, the method is same as from release
$ git clone ...
$ make download
$ browse gannt.html

server mode

In server mode, sample.csv will be send automatically and gannt chart show up immidiately.

$ git clone ...
$ make download
$ make launch

Demonstaration

demo

demo image

Limitation

  • drag) show extending bars -> modify svg.draggable.js.

TODO

see sample.csv

Donations

If you are feel to nice for this software, please donation to my

  • Bitcoin | 19AyoXxhm8nzgcxgbiXNPkiqNASfc999gJ |
  • Ether | 0x3a822c36cd5184f9ff162c7a55709f3d6d861608 |
  • or librapay, I'm glad from smaller (about $1)

License

MPL 2.0