File "first-chart.html.erb"

Full Path: /home/analogde/www/php/integrations/rubyonrails/samples/app/views/samples/first-chart.html.erb
File size: 123 bytes
MIME-type: text/html
Charset: utf-8

<h3>My First Chart</h3>
<div id="chartContainer"></div>
<%=@first_chart.render() %>
<br/>
<br/>
<a href="index">Go Back</a>