Class: Ember.TimeSeriesView
TimeSeriesView provides a visualization class for rendering a single-line time series graph, with axes, and gridlines.
To use, simply instantiate the view with a content binding either pointing to an array of objects, each containing an x and y attribute.
For example:
{{view Ember.HistogramView contentBinding="App.irwinHallController.content"}}
Defined in: time_series_view.js.
Instance Methods
Instance Method Detail
didInsertElement
path
xScale
yMax
yScale
Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jun 19 2012 23:00:17 GMT-0400 (EDT)