Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viadeo/rorschart
Interprates multiple Rails data structures to generate beautiful Google Charts
https://github.com/viadeo/rorschart
Last synced: 3 months ago
JSON representation
Interprates multiple Rails data structures to generate beautiful Google Charts
- Host: GitHub
- URL: https://github.com/viadeo/rorschart
- Owner: viadeo
- License: mit
- Created: 2013-12-23T17:05:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-12T15:09:32.000Z (about 7 years ago)
- Last Synced: 2024-07-03T13:14:40.033Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 79.1 KB
- Stars: 12
- Watchers: 60
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Rorschart · [![Gem Version](https://badge.fury.io/rb/rorschart.svg)](https://badge.fury.io/rb/rorschart)
=========Rorschart is a Ruby library that interprates common Ruby and Activerecord data structures for you to generate beautiful Javascript Google Chart.
* Multi-series charts directly from yours ActiveRecord queries
* Works with all Google Charts
* Detects appropriate data type to customize axes labels
* Supports asynchonous ajax data generation
* Rorschart knows how to draw charts from Array, Hash, Array of Array or Hash, ActiveRecord::Relation...Checkout the [demonstration page](http://viadeo.github.io/rorschart).
Designed to be the perfect companion to [Snowplow-dashboard](https://github.com/viadeo/snowplow-dashboard).
## License
Distributed under the MIT license.