Skip to content

Commit

Permalink
Added example to show how to create arearange stock chart
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKuan-itrinegy committed Sep 27, 2015
1 parent 7f79485 commit 0e7d61f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arearange_sample.html
Expand Up @@ -3,9 +3,9 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>HighStock for ExtJS 4</title>
<link rel="stylesheet" type="text/css" href="../extjs4/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="../extjs4/examples/shared/example.css" />
<script type="text/javascript" src="../extjs4/bootstrap.js"></script>
<link rel="stylesheet" type="text/css" href="http://cdn.sencha.com/ext/gpl/4.2.1/resources/css/ext-all.css" />
<link rel="stylesheet" type="text/css" href="http://cdn.sencha.com/ext/gpl/4.2.1/examples/shared/example.css" />
<script type="text/javascript" src="http://cdn.sencha.com/ext/gpl/4.2.1/bootstrap.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="http://code.highcharts.com/stock/highstock.js"></script>
<script type="text/javascript" src="http://code.highcharts.com/stock/highcharts-more.js"></script>
Expand Down

0 comments on commit 0e7d61f

Please sign in to comment.