Changeset 9646 for branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Views/Home/Index.cshtml
- Timestamp:
- 06/19/13 15:29:37 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/Views/Home/Index.cshtml
r9643 r9646 111 111 var startDate = $('#Start').val(); 112 112 var endDate = $('#End').val(); 113 114 @*115 var url = "@Url.Action("AverageCpuUtilization", "ChartData")?start=" + startDate + "&end" + endDate;116 117 @ChartHelper.LineChartTime(118 "AverageCpuUtilization",119 "url",120 title: "Avg. CPU Utilization History of all Slaves",121 axisYFormat: "%.2f%%",122 minY: 0, maxY: 100)123 *@124 113 125 114 @ChartHelper.RefreshChart("AverageCpuUtilization", Url.Action("AverageCpuUtilization", "ChartData"), "startDate", "endDate")
Note: See TracChangeset
for help on using the changeset viewer.