• Hello Fabrik Community

    Fabrik is now in the hands of the development team that brought you Fabrik for Joomla 4. We have recently transitioned the Fabrik site over to a new server and are busy trying to clean it up. We have upgraded the site to Joomla 4 and are running the latest version of Fabrik 4. We have also upgraded the Xenforo forum software to the latest version. Many of the widgets you might have been used to on the forum are no longer operational, many abandoned by the developers. We hope to bring back some of the important ones as we have time.

    Exciting times to be sure.

    The Fabrik 4.0 Official release is now available. In addition, the Fabrik codebase is now available in a public repository. See the notices about these in the announcements section

    We wish to shout out a very big Thank You to all of you who have made donations. They have really helped. But we can always use more...wink..wink..

    Also a big Thank You to those of you who have been assisting others in the forum. This takes a very big burden off of us as we work on bugs, the website and the future of Fabrik.

Fusion Gantt visualization

  • Views Views: 12,060
  • 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