-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·72 lines (55 loc) · 2.89 KB
/
index.html
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<html>
<head>
<script src="https://code.highcharts.com/stock/highstock.js"></script>
<script src="https://code.highcharts.com/maps/modules/map.js"></script>
<script src="https://code.highcharts.com/stock/modules/data.js"></script>
<script src="https://code.highcharts.com/stock/modules/drag-panes.js"></script>
<script src="https://code.highcharts.com/stock/modules/exporting.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://code.highcharts.com/maps/highmaps.js"></script>
<script src="https://code.highcharts.com/maps/modules/data.js"></script>
<script src="https://code.highcharts.com/maps/modules/data.js"></script>
<script src="https://code.highcharts.com/mapdata/custom/world.js"></script>
<link rel="stylesheet", href="main.css">
<table>
<tr>
<td>
<img src="assets/Tesla-Logo-Transparent-Background.png" alt="Tesls Logo" class="pageLogo"/>
</td>
<td>
<h1><pre> </pre></h1>
</td>
<td>
<h1 id ='top'>Tesla</h1>
</td>
<td>
<h1 id = 'top'>Motors</h1>
</td>
</tr>
</table>
</head>
<body>
<div id="fullTable">
<table border = 0 class="canvas">
<tr>
<table id="ChartSpace" style="width:100%;" class="content">
<tr>
<td id="container" class="chart" style="width: 65%;"></td>
<td id="presale" class="chart" style="width: 35%;"></td>
</tr>
</table>
<table style="width:100%;">
<tr >
<td id='container2' class = 'chart' style = 'width: 35%;'></td>
<td id='choropleth' class = 'chart' style = 'width: 65%;'></td>
</tr>
</table>
</tr>
</table>
</div>
</body>
<script src = 'main.js'></script>
<script src = 'chart2.js'></script>
<script src = 'choropleth.js'></script>
<script src = 'presale.js'></script>
</html>