Fix charts display in Resource Usage

Due to an error in a patch, the line 638 of horizon.d3linechart.js
has been commented. The consequence of this is that now charts are not
displayed in the Resource usage panel.

Fixes bug #1266505

Change-Id: Ifc9aa6100efdba6c3efd1ea47638a7934f457913
This commit is contained in:
Maxime Vidori 2014-01-06 17:14:10 +01:00
parent 6fd1a1522a
commit 67d496538d
1 changed files with 1 additions and 1 deletions

View File

@ -635,8 +635,8 @@ horizon.d3_line_chart = {
e.g. I am switching tabs, or if I want to update them
via web sockets
this.charts.add_or_update(chart)
chart.refresh();
*/
chart.refresh();
},
/**