Skip to content

Instantly share code, notes, and snippets.

@mrinalvenky
mrinalvenky / 0_reuse_code.js
Last active August 29, 2015 14:21
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@mrinalvenky
mrinalvenky / Readme.md
Last active December 23, 2015 22:19
Dashing Bubble graph

Bubble Graph

Bubble Graph widget

Description

This widget depicts 4 dimensional data in form of a bubble graph. In this particular example contributor stats from a github repo are represented. The bubbles in the graph represent the contributors. The x-axis represents the number of commits, y-axis the commitsize(number of lines deleted or added) and the radius of the bubbles represent the age of the contributor (based on the first commit made).

The widget uses reusable d3 coffescript classes. It makes one call per 3mins to github api. Here is a live dashboard with other github widgets taken from foobugs dashboard