You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using in this for a personal project in conjunction with typescript and d3.v4. I had to make some changes, mainly to incorporate the different naming convention used in v4. If you like, I could PR these updates back to your gantt-chart.
If you decide this is a valuable addition to your repo, please tell me how you would like to incorporate the changes (updating the old file, inserting a separate file for v4, etc.).
The text was updated successfully, but these errors were encountered:
cyremur
changed the title
Consider updatingUpdate to d3.v4
Consider updating to d3.v4
Jun 12, 2017
@cyremur I am trying to incorporate this Gantt chart into a project with typescript as well, and I'm interested in how you achieved this, would you mind sharing?
I've rewritten the gantt js code in gantt-chart-d3.ts. Note that although it is working, it's not a perfect adaptation to typescript and probably breaks quite a few best practices I wasn't aware of since I only just started using typescript. Should give you a somewhat better starting point, though. You can also look at index.ts for some example code how to use the gantt-chart.
I am using in this for a personal project in conjunction with typescript and d3.v4. I had to make some changes, mainly to incorporate the different naming convention used in v4. If you like, I could PR these updates back to your gantt-chart.
If you decide this is a valuable addition to your repo, please tell me how you would like to incorporate the changes (updating the old file, inserting a separate file for v4, etc.).
The text was updated successfully, but these errors were encountered: