forked from palantir/plottable
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtesting.html
More file actions
53 lines (47 loc) · 1.31 KB
/
testing.html
File metadata and controls
53 lines (47 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<html>
<head>
<script src="bower_components/jQuery/dist/jquery.js" charset="utf-8"></script>
<script src="bower_components/d3/d3.js" charset="utf-8"></script>
<script src="bower_components/lodash/dist/lodash.js"></script>
<script src="http://palantir.github.io/plottable/examples/exampleUtil.js"></script>
<link rel="stylesheet" type="text/css" href="plottable.css">
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js?skin=desert"></script>
<script src="quicktests/quicktest.js" defer> </script>
<style>
.example {
}
.source, .output {
display: inline-block;
vertical-align: top
}
code {
font-size: 8pt;
}
.fiddle-link {
font-size: 12pt;
}
.prettyprint {
padding: 5px;
}
</style>
<title>Plottable.js: Axis Tests</title>
</head>
<body>
<table style="width:100%" border="0">
<tr>
<th width = "40%">Master</th>
<th width = "20%">
<form>
Keyword: <input type="text" id="filterWord" name="filterWord" ></input>
</form>
</th>
<th width = "40%">
<form>
Feature Branch: <input type="text" id="featureBranch" name="featureBranch" ></input>
</form>
<button id="button" name="button">update with new branch</button>
</th>
</tr>
</table>
</body>
</html>