-
Notifications
You must be signed in to change notification settings - Fork 32
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
Straight lines / hexagones #9
Comments
Hi @redouane59 - thanks for your interest in the library! I'm not going to be able to make a change to this just yet, but I can tell you how its done: https://github.com/shauns/react-d3-radar/blob/master/src/RadarCircle.js#L52 Could be changed to: import {radialLine, curveCardinalClosed, curveLinear} from 'd3-shape';
...
.curve(curveLinear) The D3 docs are here too: https://github.com/d3/d3-shape#curves |
Thank you very much !
The library is awesome, I hope you keep working on it !
See you
2017-12-11 15:28 GMT+01:00 Shaun Stanworth <[email protected]>:
… Hi @redouane59 <https://github.com/redouane59> - thanks for your interest
in the library! I'm not going to be able to make a change to this just yet,
but I can tell you how its done:
https://github.com/shauns/react-d3-radar/blob/master/
src/RadarCircle.js#L52
Could be changed to:
import {radialLine, curveCardinalClosed, curveLinear} from 'd3-shape';...
.curve(curveLinear)
The D3 docs are here too: https://github.com/d3/d3-shape#curves
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AESsLIJXC2WyDpklrCpLKUceRnT0UlYeks5s_Tv4gaJpZM4QzR0N>
.
--
Redouane Bali
06.62.58.06.64
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Is it possible with this component to draw hexagones instead of circles like this example http://bl.ocks.org/chrisrzhou/2421ac6541b68c1680f8 ?
Thank you !
The text was updated successfully, but these errors were encountered: