nowthis / sankeymatic

Make Beautiful Flow Diagrams
http://sankeymatic.com/build/
ISC License
843 stars 122 forks source link

Update dependencies, make any necessary changes #12

Closed nowthis closed 2 years ago

nowthis commented 8 years ago

Move to the newest versions of:

nowthis commented 2 years ago

The Canvg version used by SankeyMATIC has been updated from 1.3 to version 3.0.9, as of commit 877aa705ebaf3e18b95b24b411bf87ad47c76b93 (This means that rgbcolor.js is no longer a required file; it is essentially embedded in the canvg package.)

Updating to the latest D3 version is coming someday relatively soon too.

nowthis commented 2 years ago

Currently updating SankeyMATIC's version of D3 from 2.x to 7.3.0 (the latest).

The changes included:

This change did not require adopting the latest d3-sankey module. There are some good ideas there, but the versions have diverged so much that I'm just sticking with my modifications. I might adapt some specific concepts they've added in the future.