Skip to content

Commit

Permalink
Fix for issue #287, removed the second table that does not generate b…
Browse files Browse the repository at this point in the history
…asic graphic
  • Loading branch information
duboisp committed Aug 23, 2012
1 parent c852975 commit 17b06f6
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions demos/charts/simple-eng.html
Expand Up @@ -155,34 +155,6 @@ <h1 id="wb-cont">Charts - Web Experience Toolkit (WET)</h1>
</table>


<table class="wet-boew-charts wb-charts-area">
<caption>Some data <p class="red">Not parsed because they are no row heading &quot;&lt;th&gt;&quot;</p></caption>
<thead>
<tr>
<th>col1</th>
<th>col2</th>
<th>col3</th>
</tr>
</thead>
<tbody>
<tr>
<td>50</td>
<td>100</td>
<td>150</td>
</tr>
<tr>
<td>210</td>
<td>25</td>
<td>75</td>
</tr>
<tr>
<td>1000</td>
<td>245</td>
<td>964</td>
</tr>
</tbody>
</table>

<table class="wet-boew-charts wb-charts-area">
<caption>Some data</caption>
<thead>
Expand Down Expand Up @@ -391,4 +363,4 @@ <h1 id="wb-cont">Charts - Web Experience Toolkit (WET)</h1>
<script src="../../build/js/pe-ap-min.js"></script>
<!-- ScriptsEnd -->
</body>
</html>
</html>

0 comments on commit 17b06f6

Please sign in to comment.