CSC/ECE 517 Spring 2015 E1522 Visualization: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
Line 8: Line 8:
==Overview of Approach==
==Overview of Approach==
There are quite a few gems available to visualize data in Ruby on Rails, like Goolgecharts (http://googlecharts.rubyforge.org/) and GoogleVisualr (http://googlecharts.rubyforge.org/).  These gems made use of Google Visualization API and wrap it to let users write ruby codes to present nice charts in their web pages instead of using Javascript.
There are quite a few gems available to visualize data in Ruby on Rails, like Goolgecharts (http://googlecharts.rubyforge.org/) and GoogleVisualr (http://googlecharts.rubyforge.org/).  These gems made use of Google Visualization API and wrap it to let users write ruby codes to present nice charts in their web pages instead of using Javascript.
===GoogleVisualr===
===GoogleVisualr===



Revision as of 02:06, 1 April 2015

Expertiza - Visualization

Project Description

In this project, the data in Expertiza would be presented in a more convenient and instinct way.

Purpose

Overview of Approach

There are quite a few gems available to visualize data in Ruby on Rails, like Goolgecharts (http://googlecharts.rubyforge.org/) and GoogleVisualr (http://googlecharts.rubyforge.org/). These gems made use of Google Visualization API and wrap it to let users write ruby codes to present nice charts in their web pages instead of using Javascript.

GoogleVisualr

GoogleCharts

Visualization in Expertiza