Google chart : Invalid visualization type: gantt

732 Views Asked by At

I've tried the solution here but the problem persists.

I've changed useGstaticLoader: true in this

and then in the view i get : Invalid visualization type: gantt

Any suggestion is welcome.

Anyone who Have a good Gantt chart can he please metion it. Thank you

1

There are 1 best solutions below

0
On

You didn't give much details. If you need/want to use AngularJS, you have angular-gantt as an option https://www.angular-gantt.com/demo/.

Or if you want no dependencies and a lightweight library, you could use jsGanttImproved https://github.com/jsGanttImproved/jsgantt-improved

Both are open-source projects.