Our state of the art Gantt chart


Post by gopisetty hema »

Hi Team,

This is a gentle reminder.

Since this is required to proceed further, could you please prioritize this request and provide the explanation at the earliest?

Thanks,
Hema


Post by arcady »

Hello,

Please provide a runnable test case. The provided files are huge and way too far from our standard dataset look.

For example the only thing I can recognize easily is calendars section but
1) they have daysPerMonth, daysPerWeek and hoursPerDay which are not specified on calendar by default (so you must have some code adjustments)
2) they have both lower cases intervalsand capitalized Intervals. I don't know which field you use.
3) If intervals are used then I see there type values that are not recognizable (like type: "0000003138_434"). The field docs: https://bryntum.com/products/gantt/docs/api/Gantt/model/CalendarIntervalModel#field-type

So I need a test case.

Best regards,
Arcady


Post by gopisetty hema »

Hi,

As I was unable to upload the folder on the forum, I have shared it via email to [email protected]. Kindly review.

Thanks,
Hema


Post by arcady »

Hello,

I don't see new e-mails from you. Our mail server could be overprotective and doesn't pass emails w/ code attached.
Please try uploading it somewhere (dropbox, google drive etc) and share a link.

Best regards,
Arcady


Post by gopisetty hema »

Hi,
Due to file size restrictions, I have uploaded the test case as three separate zip files:

  1. forum – Contains the runnable React test case
  2. forum-data – Contains the required data file (constants.js) for runnable test case
  3. src – Contains the source code

Steps to Run the Runnable Test Case:

  1. Unzip all three zip files (forum, forum-data, and src).

  2. Open the unzipped forum folder.

  3. Copy the src folder (provided separately) and paste it inside the forum folder.

  4. From the forum-data folder, copy the constants.js file and place it inside:
    forum/src/global

  5. Open Command Prompt / Terminal inside the forum folder and run:
    npm install

  6. Start the application using:
    npm start

  7. The application will launch at: http://localhost:3000

  8. On the right-hand side, click the Show/Hide button to view the list of options

  9. Enable (toggle on) the Critical Path option

  10. The critical path will then be displayed in the Bryntum Gantt chart, and the relevant tasks will be highlighted

    Note:

If npm does not work, please try using yarn instead.

Please let me know if you need any clarification.

Thanks,
Hema Gopisetty

Last edited by gopisetty hema on Wed Apr 15, 2026 8:17 am, edited 1 time in total.

Post by arcady »

Hello,

It crashes when I'm starting the application

FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory

Best regards,
Arcady


Post by gopisetty hema »

Hi,

Please run the following command before starting the application:

set NODE_OPTIONS=--max-old-space-size=8192

Then run:
npm start

The application should run successfully. If it fails the first time with the same error, please try 2–3 times — it should work.


Post by gopisetty hema »

Hi Team,

This is a gentle reminder.

Since this is required to proceed further, could you please prioritize this request and provide the explanation at the earliest?

Also, I would like to remove the files I shared on the forum, but I do not see an option to do so. Could you please guide me on how to remove them?

Thanks,
Hema


Post by gopisetty hema »

Hi Team,

This is a gentle reminder.

Since this is required to proceed further, could you please prioritize this request and provide the explanation at the earliest?

Also, I would like to remove the files I shared on the forum, but I do not see an option to do so. Could you please guide me on how to remove them?

Thanks,
Hema


Post by gopisetty hema »

Hi Team,

This is a gentle reminder.

Since this is required to proceed further, could you please prioritize this request and provide the explanation at the earliest?

I hope you have the runnable test case. I will be removing the attached test folders for now. If required, please let me know, and I will share them again.

Thanks,
Hema Gopisetty


Post Reply