Created
January 19, 2009 19:25
-
-
Save jpemberthy/49121 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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