smruti-bapi / dwpe

Automatically exported from code.google.com/p/dwpe
MIT License
0 stars 0 forks source link

Values represented incorrectly on graph #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Just enter in the table of values below:

<table>
<caption>2011 Sales Chart</caption>

<thead>
<tr>
<td></td>
<th scope="col">J</th>
<th scope="col">F</th>
<th scope="col">M</th>
<th scope="col">A</th>
<th scope="col">M</th>
<th scope="col">J</th>
<th scope="col">J</th>
<th scope="col">A</th>
<th scope="col">S</th>
<th scope="col">O</th>
<th scope="col">N</th>
</tr>
</thead>

<tbody>
<tr>
<th scope="row">Sales</th>
<td>50</td>
<td>35</td>
<td>38</td>
<td>28</td>
<td>26</td>
<td>29</td>
<td>20</td>
<td>19</td>
<td>32</td>
<td>34</td>
<td>29</td>
</tr>
</tbody>

</table>

What is the expected output? What do you see instead? I see all values after 
the first (50) as being higher than the expected output.

What version of the product are you using? On what operating system?
Version: Can't find it, but I did download dwpe-code-public-latest.zip which I 
would assume is the latest version.
OS: Windows 7

*** Please use labels below to identify the type of issue and the widget to
which it applies. ***

Original issue reported on code.google.com by dsta...@gmail.com on 21 Nov 2011 at 10:54