Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alexwebgr/plotly-rails-js

A wrapper gem for Plotly js charting library
https://github.com/alexwebgr/plotly-rails-js

chart gem plotlyjs rails

Last synced: about 18 hours ago
JSON representation

A wrapper gem for Plotly js charting library

Awesome Lists containing this project

README

        

### Plotly Rails JS

`plotly-rails-js` wraps the [Plotly.js](https://github.com/plotly/plotly.js) Library in a rails engine for simple use with the asset pipeline

[![Gem Version](https://badge.fury.io/rb/plotly-rails-js.svg)](https://badge.fury.io/rb/plotly-rails-js)
### Installation

Add this line to your application's Gemfile:

`gem 'plotly-rails-js'`

And then execute:

`bundle install`

In your JavaScript manifest, i.e. `application.js` add:

`//= require plotly`

### Usage

Follow the [Plotly Getting Started Guide](https://plot.ly/javascript/getting-started/)

### Version

The gem version matches the corresponding Plotlyjs release.