Registry / other / rubyvis

rubyvis

JSON →
library0.7.0rbrubygemsunverified

Rubyvis is a Ruby port of the Protovis visualization toolkit.

gem install rubyvis
INSTALL
IMPORT
SIG · RUBYVIS
R
rubyvis
otherrubyv0.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rubyvis
require 'rubyvis'

Create a simple bar chart using Rubyvis.

require 'rubyvis' vis = Rubyvis::Panel.new do width 200 height 200 bar do data [1, 2, 3, 4, 5] left { index * 40 } height { 10 * value } end end vis.render
Debug
Known issues
gotchaDeprecated in favor of D3.js or other modern visualization libraries.
fix
Consider using a more modern visualization library.
affects: all
Upgrade
Version history
0.7.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
rubyvis — gem install rubyvis · libregistry