Revision 67 hci/trunk/eneraptor-web-app/grails-app/views/statistics/showCombGraph.gsp

View differences:

showCombGraph.gsp
15 15
				lines: { show: true },
16 16
				points: { show: true },
17 17
				xaxis: { mode: "time", timeformat: "%y/%m/%d %H:%M" },
18
				legend: {
19
				    container: $('legendContainer')
20
				}
18
				legend: { container: '#legendHolder' }
21 19
			};
22 20
		</g:javascript>
23 21
		<div class="chart">
......
25 23
		</div>
26 24
		<br />
27 25
		<p>Legend:</p>
28
		<div id="legendContainer" name="legendContainer"></div>
26
		<div id="legendHolder" name="legendHolder"></div>
27
		
29 28
	</erptr:box>
30 29

  
31 30
</body>

Also available in: Unified diff