0

I want to create my own Gantt chart using C# & ASP .net MVC

So I need to know what are other technologies required for this task.

  • This task solving just by using plain HTML+JS+CSS frontend techs advanced level. Using C# only for this task is a mistake, I think – picolino Feb 27 '20 at 05:45

1 Answers1

1

Well, I don't think it is a nice idea to develop a Gantt Chart on server side. Perhaps, not possible as it is more related to the client side. However, I would suggest you to take a look at the Javascript plugin called HighCharts. I've used it and it is awesome!

Hope, this helps!

Bilal Ahmed
  • 1,043
  • 4
  • 17
  • 32