Jsgantt Improved Versions Save

Javascript Gantt: fully featured gantt chart component built entirely with JS and CSS. No images or external libs required.

2.2.11

4 years ago

This release has all the fixes for version 2.2.X.

New 2.3 will have a major change on structure

2.1.2

5 years ago

Changes in v2.1.2

  • Fix for adding custom columns in object
  • IE compatible with dependencies highlight
  • New way for rendering gantt where it works better scroll
  • Use complete value from task group from data instead of calculated
  • Editing data in gantt table
  • Highlight dependencies when hover
  • Small bug fixes
  • Debug option and better docs
  • Better performance reading json
  • Additional columns for data table
  • Chinese Mandarin translation
  • Many bug fixes reported in github
  • Click events now is able to be binded to row or cells
  • Milestones now uses the enddate to show in chart

v2.0.2

5 years ago

Changes in v2.0.2

  • Change the source to use Typescript and organizing in small modules
  • Start/End Dates with Planned and Executed values
  • Now Tasks has Cost value as well, showed in a column
  • Gantt now shows two bars for each task, planned and executed, one is full background and other has transparency
  • Fixing small layout bugs

v1.8.0

5 years ago

Changes in v1.8.0

  • Left part of the chart is now created first on JavaScript and establishes the left floating reference
  • Minimum width updated to 632px so that the left part of the chart has a fixed width of 532px and the right part fills out the rest with a minimum of 100px

v1.7.5.4

6 years ago

Changes in v1.7.5.4

  • Left part of the chart is now created first on JavaScript and establishes the left floating reference
  • Minimum width updated to 632px so that the left part of the chart has a fixed width of 532px and the right part fills out the rest with a minimum of 100px

v1.7.5.3

7 years ago

Changes in v1.7.5.3

  • Fixed group completion percentage that now is a weighted average
  • Start and end dates specified on standard group tasks will now be respected if they fall outside of the calculated group date range
  • Fixed problem that would occur if Tool Tips were disabled
  • Moved example dates forward so the current date marker is visible

v1.7.5.2

7 years ago

Changes in v1.7.5.2

  • Start and end dates specified on standard group tasks will now be respected if they fall outside of the calculated group date range

v1.7.5.1

7 years ago

Changes in v1.7.5.1

  • Fixed problem that would occur if Tool Tips were disabled
  • Moved example dates forward so the current date marker is visible

v1.7.5

8 years ago

Changes in v1.7.5

  • Project migrated to GitHub
  • Instantiating a new JSGantt.TaskItem will now also accept Date objects for start and end dates
  • Fixed old Internet Explorer compatibility broken by v1.7
  • Fixed bug in Iso week date format
  • Changed to solid arrows on dependency lines to be more printer friendly
  • Code refactoring and clean up

v1.7

8 years ago

Changes in v1.7

  • Fixed nasty long-standing bug where the first Gantt chart created must be stored in a javascript variable named "g"
    • NOTE: This required a change in the method to instantiate a JSGantt.TaskItem object to pass the related chart
    • A temporary fix is included that still assumes the use of "g" for the chart if the chart object is not passed, this will be removed in v1.8
  • Altered XML export functionality so that dates are output in the specified input format for the chart
  • Added method to read XML directly from an input string
  • Prevented creation of a task with a duplicate "unique" ID
  • Fixed bug where attempting to remove the first task defined would prevent the chart from redrawing
  • Some general code clean up