bubbletree
bubbletree copied to clipboard
Radial Bubble Tree Visualization
i use bubble tree minimal for my project i want to add a image into head bubble so it has logo i used append it doesnt seem to work so...
Hi , i have a bubble tree with numbers of data from my database , now when i tested it i just noticed that a node with single child is...
# Description Hi, 2015 calling. It is time to reboot and dress up the BubbleTree. We just did a first pass refactor so we can [`npm install`](https://github.com/okfn/bubbletree/pull/35) and get it...
I would like to use a json where internally change and the data are reflected in the chart.
A simple removal of the question mark in `demos/israel/aggregate?dataset=israel` makes the OpenSpending Viewer buildable in Windows machines. I know this is not a priority, but is simple enough to be...
The text is getting stuck on the same place when circle is moving in mobile (small screen). We are getting some javascript error i.e Error: Invalid value for attribute cx="NaN"w...
When users click on the bubbles, besides just making the bubbles expand or rotate, can I also add other function such as load a .html from the server to a...
I love the visualization, but is it possible to load the data dynamically? I want to change what children nodes may show up based on nodes which have been selected....
Hello. I've come across an issue with demos - ira and israel demos do not show bubbletree with no errors in browser console at all. Only "tooltip" and footer are...
Google maps are not working because of the code in vis4.js script: ``` javascript Function.prototype.bind = function(scope) { var _function = this; return function() { return _function.apply(scope, arguments); }; };...