class Charty::Backends::Plotly::HTML
NEW PLOTTING API ====¶ ↑
Public Class Methods
new(html)
click to toggle source
# File lib/charty/backends/plotly.rb, line 115 def initialize(html) @html = html end
Public Instance Methods
to_iruby()
click to toggle source
# File lib/charty/backends/plotly.rb, line 119 def to_iruby ["text/html", @html] end