Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pacuna/frappe_charts
Frappé Charts Ruby gem for Rails.
https://github.com/pacuna/frappe_charts
charts frappe js rails ruby
Last synced: 3 months ago
JSON representation
Frappé Charts Ruby gem for Rails.
- Host: GitHub
- URL: https://github.com/pacuna/frappe_charts
- Owner: pacuna
- License: mit
- Created: 2017-11-13T19:48:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-26T20:02:34.000Z (about 7 years ago)
- Last Synced: 2024-04-26T04:43:43.423Z (10 months ago)
- Topics: charts, frappe, js, rails, ruby
- Language: Ruby
- Size: 36.1 KB
- Stars: 45
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
This gem includes the [Frappé Charts](https://github.com/frappe/charts) libraries in your Rails application.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'frappe_charts'
```And then execute:
$ bundle
## Usage
Add `//= require frappe-charts.min.iife` to your application.js file and
`*= require frappe-charts.min` to your application.css file.## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/pacuna/frappe_charts.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).