module Vega
Constants
- VERSION
Public Class Methods
display(spec)
click to toggle source
# File lib/vega.rb, line 32 def display(spec) IRuby.display(Spec.new(spec)) end
lite()
click to toggle source
# File lib/vega.rb, line 24 def lite LiteChart.new end
render(spec)
click to toggle source
# File lib/vega.rb, line 28 def render(spec) Spec.new(spec).to_s end
start()
click to toggle source
save chart method for now
# File lib/vega.rb, line 20 def start Chart.new end