Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

Question on radial #21

Closed
giampaolotrapasso opened this issue Mar 27, 2016 · 2 comments
Closed

Question on radial #21

giampaolotrapasso opened this issue Mar 27, 2016 · 2 comments

Comments

@giampaolotrapasso
Copy link

Hi,

I'm trying to make this code work but it does not compile

val line = d3.svg.line.radial().interpolate("basis").tension(0).radius(100)

Is something wrong in what I wrote or simply this function is not supported yet? I saw the a radial trait is present in code but it does not seem connected to the rest of the code.

@spaced
Copy link
Owner

spaced commented Mar 30, 2016

First: radial, radius and angle are missed on svg.line. tnx for your input.
I tried to add those functions and ran in to another bug: d3.svg.line is not the same as d3.svg.line(), and d3.svg.line().radial() will fail.

@spaced spaced closed this as completed in 41718db Mar 31, 2016
@giampaolotrapasso
Copy link
Author

Thanks!

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

No branches or pull requests

2 participants