WoNd3RBoY / gantt_chart_creator

An html based Gantt chart creator using the timeline vis javascript library...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gantt Chart Creator

An html based Gantt chart creator using the timeline vis javascript library and papaparse javascript library.

The aim of this tool is to enable creation of Gantt Chart by providing start and end dates for each task in plain text separated by comma.

Alternatively,a simple copy paste of excel columns into the textarea will also provide desired result.

The current interface does make use of the flexibility offered by vis timeline library to customise the look and feel of Gantt Chart by providing custom css.The sample data and sample custom css will help user to understand what to modify and how.

Demo

This code repository is live for single input HERE and separate tasks and groups entries HERE

To Do

  • Create different configuration items on the front end to modify the various aspects of timeline.
  • Read a saved csv to create the Gantt.
  • Add color-picker for different Custom CSS elements to make it customisable using the GUI.

About

An html based Gantt chart creator using the timeline vis javascript library...


Languages

Language:JavaScript 97.6%Language:CSS 1.3%Language:HTML 1.1%