0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
dygraphs is an open source JavaScript library that produces produces interactive, zoomable charts of time series. It is designed to display dense data sets and enable users to explore and interpret them. This gem packages the library for the Rails 3.1+ asset pipeline.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

dygraphs-rails

From dygraphs.com:

dygraphs is an open source JavaScript library that produces produces interactive, zoomable charts of time series. It is designed to display dense data sets and enable users to explore and interpret them.

This gem packages the dygraphs library for use with the Rails 3.1+ asset pipeline.

Usage

In your Gemfile:

gem "dygraphs-rails"

In your application.js.coffee or whatever:

#= require 'dygraph-combined'

Also included in this gem is excanvas.js, which should be used if you want to support MSIE 8 or lower.