projects
/
tech-radar.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8ead0e
)
added ref-table to example
author
Bruno Trecenti
<btrecent@thoughtworks.com>
Wed, 20 May 2015 17:39:29 +0000
(14:39 -0300)
committer
Bruno Trecenti
<btrecent@thoughtworks.com>
Wed, 20 May 2015 17:39:29 +0000
(14:39 -0300)
examples/default.html
patch
|
blob
|
history
diff --git
a/examples/default.html
b/examples/default.html
index
4a278cb
..
b1ad51c
100644
(file)
--- a/
examples/default.html
+++ b/
examples/default.html
@@
-12,6
+12,7
@@
<body>
<div id="radar">
</div>
+ <div id="ref-table"></div>
</body>
<script>
var adopt = new tr.models.Cycle('Adopt', 0);
@@
-135,5
+136,7
@@
var radarGraph = new tr.graphing.Radar(1080, radar);
radarGraph.init('#radar').plot();
+ var refTable = new tr.graphing.RefTable(radar);
+ refTable.init('#ref-table').render();
</script>
</html>