<HTML> <table class=“inline” id=“table1” style=“> <tr class=“row0”><th class=“row0”>Dag</th><th class=“row0”>Målerstand</th><th class=“row0”>Forbrug</th></tr> <tr class=“row0”><td class=“col0”>Jul 1</td><td class=“col1”>622</td><td class=“col2”>0</td></tr> <tr class=“row1”><td class=“col0”>Dec 16</td><td class=“col1”>687</td><td class=“col2”>65</td></tr> </table> </HTML> <tableplot>&width=400&height=200&plotArgs={ title: {
text: 'Vand Forbrug', fontSize: '14pt', textColor: 'skyblue'
},
axes: {
xaxis: {
renderer: jQuery.jqplot.CategoryAxisRenderer,
tickRenderer: jQuery.jqplot.CanvasAxisTickRenderer,
tickOptions: {
angle: -40
}
},
yaxis: {
min: 30,
max: 150
},
tickInterval: 2
}
}& </tableplot>