-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasicprice.html
More file actions
27 lines (24 loc) · 980 Bytes
/
Copy pathbasicprice.html
File metadata and controls
27 lines (24 loc) · 980 Bytes
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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>HighCharts Demo</title>
<link rel="stylesheet" href="Content/Styles/bootstrap.css" />
<link rel="stylesheet" href="Content/Styles/ResearchCommon.css" />
<link rel="stylesheet" href="Content/Styles/Site.css" />
</head>
<body>
<h1>Highcharts Demo</h1>
<section>
<h2>Basic Price (KO)</h2>
<div class="chart basic-price-chart" data-symbol="FB"></div>
</section>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="Content/Scripts/highstock.js"></script>
<script src="Content/Scripts//highcharts-more.js"></script>
<script src="Content/Scripts/modules/data.js"></script>
<script src="Content/Scripts/modules/drilldown.js"></script>
<script src="Content/Scripts/Charts/Chart.js"></script>
<script src="Content/Scripts/Charts/BasicPriceChart.js"></script>
</body>
</html>