-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgraph.html
More file actions
33 lines (31 loc) · 1.38 KB
/
graph.html
File metadata and controls
33 lines (31 loc) · 1.38 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
<!DOCTYPE html>
<html>
<img id="d-help" style="cursor:pointer; float: right; width: 5%;margin-right: 2%;margin-top: 1%; position: relative; z-index: 999;display: inline;"
class="d-help-img" alt="help" src="img/help.gif">
<div id="d-help-win" class="d-help-win" style="display: none;">
<div id="win-title">Help
<span id="d-help-colse" class="close_2">
×
</span>
</div>
<div id="win-content">
<center><strong>
<font size="4" color="black">A demo of Trimming</font>
</strong></center>
<img id='help-gif' src="img/guide.gif" alt="avatar">
</div>
</div>
<div style="background-color: whitesmoke; opacity: 0.8; height: 100%; color: black; position:relative;">
<div id='top-chart-container' class='chart-container' style="height: 50%;">
<div id='project' class='chart' style='height: 95%; margin-left: 1%; margin-top: -4%;'></div>
<div id='classes' class='chart' style='height: 95%; margin-top: -4%;' ></div>
<div id='methods' class='chart' style='height: 95%; margin-top: -4%;'></div>
</div>
<div id='bottom-chart-container' class='chart-container' style="height: 50%;">
<div id='container' class='chart' style='height: 95%; margin-top: -6%;'></div>
</div>
</div>
<script type="text/javascript" src="js/help.js"></script>
<script type="text/javascript" src="js/echarts.min.js"></script>
<script type="text/javascript" src="js/node.js"></script>
</html>