Skip to content

Instantly share code, notes, and snippets.

@danielharan
Created July 24, 2008 23:06
Show Gist options
  • Save danielharan/2337 to your computer and use it in GitHub Desktop.
Save danielharan/2337 to your computer and use it in GitHub Desktop.
<!-- A stab at how the first pie chart on http://teethgrinder.co.uk/open-flash-chart/gallery-pie.php could be created from a table -->
<table summary="Microsoft's Internet Explorer appears to be dying, with the Wii taking 20% of market">
<caption>Pie Chart</caption>
<tr>
<td>Wii</td>
<td>15%</td>
</tr>
<tr>
<td>Opera</td>
<td>12%</td>
</tr>
<tr>
<td>Firefox</td>
<td>12%</td>
</tr>
<tr>
<td>IE</td>
<td>15%</td>
</tr>
<tr>
<td>Other</td>
<td>11%</td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment