bubbles
bubbles copied to clipboard
d3 Bubble Chart for R
Hi Joe, We added this option for a little visual we're working on - Just figured I'd open a pull request in case you were interested in including it in...
Previous version relied on Circle Title which did not allow for html formatted text. Replaced title CSS tooltip. Users can further control tooltip style with css to their shiny apps....
``` bubbles(label = row.names(mtcars),value = mtcars[,1], color = "#435321") e
The _Javascript_ error from Firefox console reads "_d3.layout is undefined_". Changing the Sankey plot to anything else, e.g. a histogram plot, the bubble plot is displayed. Any idea how to...
Hi~, I was wondering if anyone can tell me how I can save bubble plots with png format. It seems that functions like png(), pdf(), jpeg() do not work for...
Is there some way to set the bubbles to either autoscale text size or allow users to input custom text sizes? @jcheng5
can I change the text font from Times New Roman?
Hi there I can't see if it's possible, but if not, a request to set the colour of bubbles according to another variable or grouping of the data? Thanks!
How do I include a line break in a tooltip? I've tried `"\n"`, `"\\n"`, `""`, and `""`, and none of them worked. `bubbles(5:8, c("dog\ncat", "dog\\ncat", "dogcat", "dogcat")) `
How can i wrap label text to avoid overlapping with the adjacent one whereby my labels are long but must be used as they are ? **str_wrap** and **stri_wrap** ain't...