Jsgantt Improved Versions Save

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

v1.6

8 years ago

Changes in v1.6

  • Allow use of internationalised strings in custom date formats
  • Modified how tooltip is hidden and revealed to make it more compatible with CSS transitions
  • Added experimental support for importing Microsoft Project XML files
  • Added methods to generate JGI XML from current task list

v1.5

8 years ago

Changes in v1.5

  • Added support for Internationalisation
  • Task duration now calculated using the same method as is used to size and position task bars
  • Milestones owned by combined group items are now ignored completely rather than hidden
  • Fixed positioning bug in day format when calculating a period that spanned an odd number of DST clock changes which would result in a position 1hr out of place - approximately 4% of a single column width.
  • Fixed a number of minor bugs
    • Dependencies on the first task displayed were not shown
    • Combined group task rows are now styled like standard tasks
    • Disabling the tool tip caused problems with scrolling

v1.4

8 years ago

Changes in v1.4

  • Reintroduced Hour format view

v1.3

8 years ago

Changes in v1.3

  • Added new "combined groups" task type that shows all child task information on one row.
  • Tooltip DIV restructured to use styles rather than line breaks for layout
  • Code refactored for ease of future development
  • See commit ea9890e for details of CSS changes

v1.2

8 years ago

Changes in v1.2

  • Multiple gantt charts per page are now supported
  • Charts are now more printer friendly (see Issue #6 for a discussion of the limitations)
  • See commit b4bf8ea for details of CSS structural changes

v1.1

8 years ago

Changes in v1.1

  • Added support for additional dependency types
  • Altered date parsing to handle specifying time more consistently
  • Updated CSS to prevent growing DIV bug in IE9

v1.0

8 years ago

Significant changes from the original jsgantt project:

  • Vast majority of look and feel now controllable via CSS
  • Optimised chart structure to reduce number of elements required / ensure positioning match
  • Chart pane width will change dynamically with containing element
  • Tool tips added to gantt chart bars to display full task details
  • Hour/Minute format removed
  • Various bug fixes