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: 6 months ago
JSON representation
A wrapper gem for Plotly js charting library
- Host: GitHub
- URL: https://github.com/alexwebgr/plotly-rails-js
- Owner: alexwebgr
- License: mit
- Created: 2018-07-25T11:00:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-25T11:05:46.000Z (over 7 years ago)
- Last Synced: 2025-08-13T09:44:43.052Z (6 months ago)
- Topics: chart, gem, plotlyjs, rails
- Language: Ruby
- Size: 798 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE
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
[](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.