Skip to content

Instantly share code, notes, and snippets.

@smzn
Created October 23, 2016 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smzn/4ed771e8702cdc1030c7bf07aefa7a4a to your computer and use it in GitHub Desktop.
Save smzn/4ed771e8702cdc1030c7bf07aefa7a4a to your computer and use it in GitHub Desktop.
bubble-view
<div id="myGraph"></div>
<script>
var list = {
"name": "Keyphrase",
"children": [
{
"name": "twitter",
"children": [
<?php for($index = 0; $index < $count; $index++){ ?>
{ "name": "<?php echo $weight[$index][0];?>", "households": <?php echo $weight[$index][1];?> },
<?php }?>
]
}
]
};
</script>
<?php echo $this->Html->script('bubble.js');?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment