tylingsoft / dagre-d3-renderer

Out-of-box replacement for cpettitt/dagre-d3
MIT License
11 stars 3 forks source link

Upgrade to d3 v4.x? #2

Closed den1k closed 6 years ago

den1k commented 7 years ago

What's in the way of upgrading d3?

tylerlong commented 6 years ago

It's in the todo list but I don't actually have time to do it.

Mainly because I am not very familiar with D3.

This project is based on the dagre-d3 project. I upgraded it to ES6 and webpack. I didn't change any of its logic due to lack of D3 knowledge.

tylerlong commented 6 years ago

Some one else has done the work: https://github.com/smbolton/dagre-d3v4

Maybe I can reference his work and update this project.

lutzroeder commented 6 years ago

The main fork of dagre-d3 got moved to a GitHub organization at https://www.github.com/dagrejs and now supports D3.js v4. It would be great if you can give it a try. Also, trying to find ways to consolidate the changes made in different places. Do you have any recommendations how to approach this?

tylerlong commented 6 years ago

The work has been done.