Skip to content

Instantly share code, notes, and snippets.

@jpemberthy
Created January 19, 2009 19:25
Show Gist options
  • Save jpemberthy/49121 to your computer and use it in GitHub Desktop.
Save jpemberthy/49121 to your computer and use it in GitHub Desktop.
<div class="span-10 colborder">
<h6>Rendering a Column 3D</h6>
<%= render_ezgraphix @col3d %>
</div>
<div class="span-10 last">
<h6>Rendering a Pie 3D</h6>
<%= @pie3d %>
</div>
<div class="span-20 last">
<h6>Rendering a Multiserie Column 3D</h6>
<%= @mcol3d %>
</div>
<div class="span-12">
<h2 class="alt">Code!</h2>
</div>
<hr>
<hr class="space">
<div class="span-24">
<h3> Controller </h3>
<hr>
<script src="http://gist.github.com/49099.js"></script>
</div>
<div class="span-24">
<h3> View </h3>
<hr>
<script src="http://gist.github.com/49121.js"></script>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment