Hello,
I just tried ARI JData Visualizer with the following code:
Code: |
{arijdatavisualizer type="line" hideTable="true" legendPos="right" lineWeight="2" width="400" height="300"}
<table border="1">
<caption>Schnittverlauf seit 2005</caption>
<thead>
<tr>
<td></td>
<th>05/06</th>
<th>06/07</th>
<th>07/08</th>
<th>08/09</th>
<th>09/10</th>
</tr>
</thead>
<tbody>
<tr>
<th>Michael</th>
<td>190,51</td>
<td>190,98</td>
<td>195,67</td>
<td>197,33</td>
<td>199,31</td>
</tr>
<tr>
<th>Nico</th>
<td>175,05</td>
<td>169,03</td>
<td>167,39</td>
<td>170,92</td>
<td>179,27</td>
</tr>
<tr>
<th>Oliver</th>
<td>191,87</td>
<td>175,04</td>
<td>189,38</td>
<td>183,71</td>
<td>182,56</td>
</tr>
</tbody>
</table>
{/arijdatavisualizer}
|
It now shows me a line chart and the legend on the right side but NO numbers or text at x- and y-axis. It also doesn't work with a bar char.
How can I solve this?
Kind regards,
clioschrotter