Closed genya0407 closed 7 years ago
I implemented Plotly::Plot#to_html method. It generates embeddable html string.
Plotly::Plot#to_html
With this method, we can embed graphs in other web apps easily like this:
<h1> This is graph! </h1> <%= @plot.to_html %>
Thanks!
I implemented
Plotly::Plot#to_html
method. It generates embeddable html string.With this method, we can embed graphs in other web apps easily like this: