This repository contains two small demo apps that show the same basic Gantt scenario implemented with:
- Frappe Gantt:
frappe-demo/ - DHTMLX Gantt (trial):
dhtmlx-demo/
This repository contains only the demo application code and configuration for integrating the Frappe Gantt component. Frappe Gantt is loaded from a public CDN in the demo; refer to Frappe Gantt for its license terms.
The accompanying guide is:
- Tutorial in the documentation: Migrating from Frappe to DHTMLX Gantt Tutorial
- DHTMLX Gantt code: The
dhtmlx-demo/app uses@dhx/trial-ganttwhich is a commercial library - use it under a valid license or evaluation agreement. - Frappe code: The
frappe-demo/app uses Frappe Gantt via CDN and is subject to its own license/terms.