-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathamCharts.html
32 lines (30 loc) · 1.12 KB
/
amCharts.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
<!-- <script src="/socket.io/socket.io.js"></script> -->
<script src="http://code.jquery.com/jquery-1.11.1.js"></script>
<script src="//d3js.org/d3.v3.min.js"></script>
<script src="//vega.github.io/vega/vega.js"></script>
<script src="//vega.github.io/vega-lite/vega-lite.js"></script>
<script src="//vega.github.io/vega-editor/vendor/vega-embed.js" charset="utf-8"></script>
<script src="//cdn.jsdelivr.net/lodash/4.14.0/lodash.min.js"></script>
<script src="https://www.amcharts.com/lib/3/amcharts.js"></script>
<script src="https://www.amcharts.com/lib/3/serial.js"></script>
<script src="https://www.amcharts.com/lib/3/themes/none.js"></script>
<script src="./dist/bundle.js"></script>
<script src="./specs.js"></script>
<script src="./amCharts.js"></script>
<style type="text/css">
#amBar {
width : 100%;
height : 500px;
font-size : 11px;
}
</style>
<div id="bar"></div>
<div id="amBar"></div>
<div id="horBar"></div>
<div id="line"></div>
<div id="scatter"></div>
<!-- <ul id="chartSpecInput"></ul>
<form action="">
<textarea cols="50" rows="10" id="m" autocomplete="off"></textarea>
<button>Send chart spec</button>
</form> -->