Abishek Kumar
Abishek Kumar
Hey @shemolior I created a PR for this https://github.com/andyyou/react-coverflow/pull/77
@shemolior I think someone needs to merge the pr
@shemolior the pr is merged, not sure if it is still relevant
Thanks to @zgallagher08 initial comment, I came with following code, which pretty much provides the same output as @rmkpatchaa shown : ``` renderCustomizedLabel({ cx, cy, midAngle, innerRadius, outerRadius, value, color,...
@SenelithPerera ``` ```
@SenelithPerera , can you post the modification that you made in my code, would help me to come up with a fix for this.
@avinashsingh953 I assume your solution won't render label for value < 30
@lxm7 15 and -1 are some arbitrary value which worked my use case, depending upon the use case they may change. I am trying to generalise it, any suggestion is...