#Dojo Bullet Graph
A store enabled version of the BulletGraph. Abstracts any data manipulation behind a store providing a familiar API. A few additional modifications were made so as to allow the widget to self normalize data by just setting dataProperty attributes. A dijit widget, so some nice benefits there as well, such as declarative instantiation, getters/setters, a lifecycle etc.
##Technology Profile
###D3js D3.js is a javascript library for manipulating data driven documents. A powerful data visualtion tool.
###Dojo Javascript toolkit built on top of web standards as it's platform. A toolkit for building high quality desktop and mobile web applications.
###Dojo/Store dojo/store is an uniform interface for the access and manipulation of stored data. API with a simple, easy to implement and extend API, based on HTML5/W3C’s IndexedDB object store API.
###Dijit An extensive set of widgets (user interface components) and the underlying system to support them. Built fully on-top of the Dojo core.