[ANNOUNCEMENT] Gantt module v1.0 released

Announcing the immediate availability of the Gantt module v1.0

The Gantt module is a 100% Servoy native implementation of an interactive gantt chart.
It is highly configurable and a nice example what can be done with the Servoy SolutionModel.

  • hierarchical task nodes for grouping of tasks
  • indent/outdent of task nodes
  • move up/down of task nodes
  • collapse/expand all group nodes
  • printing of the whole chart
  • auto-expansion of the chart timeline when adding new tasks
  • trimming-option of the chart timeline to match the tasks
  • zooming in/out in the chart
  • highly customizable button bar
  • built-in preference window
  • the look can be changed by altering the CSS stylesheet, no need to dig into code for this
  • extensive API to control all functions and preferences

The Gantt module is Open Source and licensed under the MIT license.
The project is hosted on ServoyForge.

Requirements: mod_datejs and Scroller Plus plugin for synchronous scrolling of the tree and chart panes.

AWESOME stuff Robert! :-)

Thanks!!

Very impressive!
Congratulations Robert, great job!

Thanks guys :)

Gantt chart build with native Servoy functionality!? This is crazy stuff! 8)
Very cool, Robert!

Now the calendar/agenda! :lol:

Harjo:
Now the calendar/agenda! :lol:

No promises! (but it’s coming ;) )

I added a JSDoc (html) of the public API in the repository.
You find it in the trunk in the documentation directory of the mod_gantt module.
All the other methods should be considered private API and not be used (or used at your own risk since they can change over time).

super, thanks

Most impressive use of solution model I have seen so far! Congrats and keep the good stuff coming!

Really, Good work.
Thanks for sharing Robert