Skip to content

Bubble Chart

tahir1122 edited this page Sep 28, 2018 · 3 revisions

Bubble Chart

Bubble Chart example is to mimic the D3 example found here: https://bl.ocks.org/mbostock/4063269

NOTES:

Script dataset.cs holds example data, but developers may also load custom files.

Script Datanode.cs reads in the data and instantiates nodes(bubbles). Nodes are randomly placed in the scene such that they do not collide with each other and hovering over each node displays its respective information from the data.

Bubble_Chart

Download project

Clone this wiki locally