Upgrade to D3 v4
Hi all,
First of all, labella.js is amazing. Just found labella.js is built upon d3 v3.4.13. Like to ask, is there any plan to upgrade to d3 v4? Or any guides on how to do that? Thanks in advance.
Thanks, Jinxin
Hi Jinxin,
Thanks for the support! labella.js does not require D3 to function though. It is a standalone library with no dependency. D3 was only used in the examples for demoing purpose (In bower.json D3 is listed under devDependencies, not dependencies.) One could update the examples to use D3 v4 instead of D3 v3, but these are only the <svg> drawing part (standard D3 code). To migrate the examples, it will be the same with upgrading any D3 project. It will not change how labella.js is called and used.
I will put it on the todo list. Thank you for asking.
-Krist