gist: 2337 Download_button fork
public
Public Clone URL: git://gist.github.com/2337.git
HTML
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!-- 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>

Owner

danielharan

Revisions