Our state of the art Gantt chart


Post by jhunnie20 »

Hi, We are planning on having this in one of our existing application, Do you offer Implementation guide/instruction of 'Brynthum Gantt Chart' in a symfony 2.8 with react js application ? Once we know that the gantt chart is easy or hard to implements depends if we will purchase it.

PS: We had applied for a trial version for us to test, I see that their is an example implementation of React js working.

Hoping for a quick response.

Thanks!

J

Post by mats »

Hi we don't have a specific guide for Symfony but it should be very straight forward. Have a look at our integration guides as well as the CrudManager guide:

https://bryntum.com/docs/gantt/#guides/integration/react.md
https://bryntum.com/docs/gantt/#guides/crud_manager.md

And of course post here if you get stuck!

Post by jhunnie20 »

When I successfully added the dependencies which is in the trial version and tried running it, I get an error "Uncaught TypeError: Class constructor cannot be invoked without new"; Did I integrate it the wrong way ? or maybe this has do to with ES compability?

Thanks.

Post by pmiklashevich »

According to the message you try to call a constructor without `new` for example `new Class({....})`. So in your case the `new` is missing. I cannot tell more without seeing the code. Try to reproduce with one of our samples and submit the code here?

Pavlo Miklashevych
Sr. Frontend Developer


Post by jhunnie20 »

Hi i guess this has to do with symfony webpack compilation of react files on integration, I cannot reproduce it with the sample codes..

I ll try to solve / debug the compilation first. I will be happy if you can give me advise on proper setup with symfony webpack.. For now I ll try to integrate with the platforms we have.

Thanks,

Post Reply