Ember implementation for rickshaw Timeseries graphs done right in Rickshaw
npm install https://github.com/Ahamtech/ember-rickshaw.git#master
bower install rickshaw
##TODO Better Documentation
Support for Multi Axis representation
Better start up code snipperts
Demo App
Adding into NPM repo
options: {formatter: function(series, x, y) {
var date = '<span class="date">' + new Date(x * 1000).toUTCString() + '</span>';
var swatch = '<span class="detail_swatch" style="background-color: ' + series.color + '"></span>';
var content = swatch + series.name + ": " + parseInt(y) + '<br>' + date;
return content;
}}
Ember Rickshaw is Copyright © 2016 Ahamtech. It is free software, and may be redistributed under the terms specified in the LICENSE file.
Ember-Rickshaw is maintained by Ahamtech.
We love open source software, Erlang, Elixir, and Phoenix. See our other opensource projects, or hire our Elixir Phoenix development team to design, develop, and grow your product.