Next.js Discord

Discord Forum

What is the best way to make a gantt chart in nextjs using echart

Unanswered
Silver carp posted this in #help-forum
Open in Discord
Silver carpOP
so i want trying to make a gantt chart in nextjs using echart but i didn't know what to do exactly

6 Replies

@Silver carp so i want trying to make a gantt chart in nextjs using echart but i didn't know what to do exactly
first you need some data (I prefer to pull data from my database) and then you can feed it into your chat. There isnt that much that you can do wrong
@B33fb0n3 first you need some data (I prefer to pull data from my database) and then you can feed it into your chat. There isnt that much that you can do wrong
Silver carpOP
I am trying to do a static version for now then i will try to do it wirh data from database the issue i didnt find any model in the echart documentation that i can use to make this one
@Silver carp I am trying to do a static version for now then i will try to do it wirh data from database the issue i didnt find any model in the echart documentation that i can use to make this one
oh ok, yea then pull the data just from your data source. The correct model really depend on your data.. so you might want to take a look around and think about: which model will represent my data best
Silver carpOP
That's one of the issue the one that represents it the most is the gantt chart the one used in echart doesn't not have links so basically what i am trying to achieve is to show dependency between set of different projects each dependency has different type start to start, finish to start ect


The one example in the documentation doesn't have links between them
@Silver carp solved?