Ember Visualizations provides basic integration between Ember.js and D3 for common graphs and charts.
Ember Visualizations is currently under development. Use at your own risk. And, as always, contributions are greatly appreciated!
Currently, Ember Visualizations supports generation of responsive Time Series and Histogram visualizations.
View the full documentation here.
- Run
rake
to build.
-
Install Ruby 1.9.2+.
-
Install Bundler:
gem install bundler
-
Run
bundle
inside the project root to install the gem dependencies.
-
To start the development server, run
bundle exec rackup
. -
Then visit:
http://localhost:9292/tests/index.html?package=all
.
-
Install phantomjs from http://phantomjs.org
-
Run
bundle exec rake test
. -
(Mac OS X Only) Run
bundle exec rake autotest
to automatically re-run tests when any files are changed.
-
Run
bundle exec rake docs:preview
-
The
docs:preview
task will build the documentation and make it available at http://localhost:9292/index.html
-
Run
bundle exec rake docs:build
-
HTML documentation is built in the
docs
directory