Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to D3 v4 #20

Open
shinxi opened this issue Aug 9, 2016 · 1 comment
Open

Upgrade to D3 v4 #20

shinxi opened this issue Aug 9, 2016 · 1 comment
Assignees

Comments

@shinxi
Copy link

shinxi commented Aug 9, 2016

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

@kristw kristw added the invalid label Aug 9, 2016
@kristw
Copy link
Collaborator

kristw commented Aug 9, 2016

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants