[gnome-talos] report: Add labels to graph
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-talos] report: Add labels to graph
- Date: Sun, 25 Sep 2011 23:18:55 +0000 (UTC)
commit f9563e22e4f8528314ef8a750fc8fd45b8b6d06d
Author: Colin Walters <walters verbum org>
Date: Sun Sep 25 19:18:15 2011 -0400
report: Add labels to graph
src/report.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/report.html b/src/report.html
index fe66885..0333687 100644
--- a/src/report.html
+++ b/src/report.html
@@ -55,7 +55,7 @@
systemRSS.push([i, rssData[0]]);
userRSS.push([i, rssData[1]]);
}
- $.plot($("#rss-graph"), [ systemRSS, userRSS ]);
+ $.plot($("#rss-graph"), [ { label: 'System RSS', data: systemRSS }, { label: 'User RSS', data: userRSS } ]);
});
</script>
</head>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]