Class: Ember.HistogramView

HistogramView provides a visualization class for rendering a histogram with axes, margins and gridlines.

To use, simply instantiate the view with a content binding either pointing to an array of values which the histogram will be dervied from, or an array of objects with an x and y attribute for pre-binned histograms.

For example:

{{view Ember.HistogramView contentBinding="App.irwinHallController.content"}}
Defined in: histogram_view.js.

Instance Methods

Instance Method Detail

didInsertElement
histogram
xScale
yScale
Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jun 19 2012 23:00:17 GMT-0400 (EDT)