• Payment Plugins Poll

    We need your feedback on the need for updated payment plugins. Please go here and give us your feedback.

  • Joomla 5.1

    For running J!5.1 you must install Fabrik 4.1
    See also Announcements

  • Subscription and download (Fabrik 4.1 for J!4.2+ and J!5.1) are working now

    See Announcement
    Please post subscription questions and issues here

    We have resolved the issue with the J! updater and this will be fixed in the next release.

Fusion Gantt visualization

  • Views Views: 12,492
  • Last updated Last updated:
  • The Fusion Gantt visualization is used for displaying tasks in a graphical form, and is useful if you want to implement a project management site in Fabrik.

    Options - data​

    gantt-data.png

    • Connection - the Fabrik connection containing the list whose data will populate the chart
    • List - the Fabrik list containing the chart data

    Tasks​

    This section defines which Elements to map to which chart properties.
    gantt-tasks.png

    • Start date - the task start date
    • End date - the task end date
    • Label - the task label
    • Hover - the task hover text
    • Milestone - an element which stores value of 0 or 1 which defines whether the task is rendered as a milestone
    • Depends on - a Database join element which enables the user to define which tasks must be completed before this task can be started.

    Processes​

    You can also group tasks in 'processes', for example a task may belong to a project, in which case you can set the 'process' to be the project element.
    gantt-processes.png

    • Process - The element (often a Database join element) which Groups the tasks together.
    • Heading - The heading to show above the process list.

    Graph attributes​

    gantt-graph-attribs.png

    • Width - graph width in pixels
    • Height - graph height in pixels
    • Template - default will default to Bootstrap/default based on your Joomla version
    • Month display type - should months be shown as short strings (e.g. "Jan") or as numeric value.

    Example​

    Lets say we have a 'tasks' list with the following data:
    gantt-example-data.png

    With the settings that you can see in the previous screen shots the Gantt chart will appear as follows.
    gantt-example-chart.png

    You can see a working example of this on the demo site:
    https://fabrikar.com/demo/index.php/gantt-chart
Back
Top