readme.htm
1.7 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
body {
color: #555;
}
a {
color: #000;
}
a:hover {
color: #006ce0;
}
.readme {
width: 500px;
margin: 2em auto;
background-color: #f5f5f5;
padding: 2em;
}
ul {
padding: 0;
margin: 0;
list-style: none;
}
ul li {
line-height: 1.5;
}
p {
font-size: 0.8em;
}
p a {
margin: 0 0.5em;
}
</style>
</head>
<body>
<section class="readme">
<h3>Highstock JS v7.2.0 (2019-09-03)</h3>
<ul>
<li>更新日志:<a href="https://www.highcharts.com.cn/docs/changelog/highstock">https://www.highcharts.com.cn/docs/changelog/highstock</a></li>
<li>在线实例:<a href="https://www.highcharts.com.cn/demos/highstock">https://www.highcharts.com.cn/demos/highstock</a></li>
<li>使用教程:<a href="https://www.highcharts.com.cn/docs">https://www.highcharts.com.cn/docs</a></li>
<li>接口文档:<a href="https://api.highcharts.com.cn/highstock">https://api.highcharts.com.cn/highstock</a></li>
<li>使用协议:<a href="https://www.highcharts.com.cn/license">https://www.highcharts.com.cn/license</a></li>
</ul>
<p>Copyright @ 2019 <a href="http://highsoft.com">Highsoft AS</a><br>
中国地区由<a href="https://jianshukeji.com">杭州简数科技有限公司</a>提供服务</p>
</section>
</body>
</html>