Daniel Reznick

Results 25 comments of Daniel Reznick

just saying : If you'll draw another small white pie manually (do r.piechart twice...) to create a hole effect (donut) there are no issues with 1 value...

Seems that Raphael 2.1.1 version fixes that somehow... I had the same issue with several pie charts... you can get it from here http://raphaeljs.com/raphael.js (here where I found it https://groups.google.com/forum/?fromgroups#!topic/raphaeljs/5nrN37tRrCA)

what do you mean "adding 1 to 0 values..." do you managed to display a proper legend with 0% and display true legend with the correct slices ? can you...

Big Thanks for the patch, But any ideas why when a "paper.circle" is drawn instead of "paper.path" (cause there is only one value > 0 and all the rest are...

Ok fixed the issue from the "A fix for issue #155" :) I imitated the behavior of the case where there was a single slice (line 49 if (len ==...

@totszwai , you can take a look at my fix (comment above you), It worked for me.

@bourasseaun please provide a minimal test page showing this issue

Well in case you have such a big select I would suggest thinking about make it more efficient, lazy loading upon user taps several letters or something, loading HTML select...

@YugoCode @dwasyl if you can provide a minimal test page on jsfiddle it might speed up the possible solution