module Plasticine::Helpers
Public Instance Methods
column_visual(id, options={})
click to toggle source
# File lib/plasticine/helpers.rb, line 6 def column_visual(id, options={}) PlasticineTagHelper.new(self, id, options[:from], options[:to], options[:step]).column(options) end
d3_include_tag()
click to toggle source
# File lib/plasticine/helpers.rb, line 2 def d3_include_tag javascript_include_tag("d3") end
line_visual(id, options={})
click to toggle source
# File lib/plasticine/helpers.rb, line 10 def line_visual(id, options={}) PlasticineTagHelper.new(self, id, options[:from], options[:to], options[:step]).line(options) end