-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtester.html
39 lines (39 loc) · 1.32 KB
/
tester.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ code }}</title>
</head>
<body>
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div id="tradingview_4704a"></div>
<div class="tradingview-widget-copyright"><a href="https://cn.tradingview.com/symbols/SSE-600208/" rel="noopener" target="_blank"><span class="blue-text">{{ code }}报价</span></a>由TradingView提供</div>
<script type="text/javascript" src="https://s3.tradingview.com/tv.js"></script>
<script type="text/javascript">
new TradingView.MediumWidget(
{
"symbols": [
[
"SSE:{{ code }}|1d"
]
],
"chartOnly": false,
"width": 1000,
"height": 400,
"locale": "zh_CN",
"colorTheme": "light",
"gridLineColor": "#F0F3FA",
"trendLineColor": "#2196F3",
"fontColor": "#787B86",
"underLineColor": "#E3F2FD",
"isTransparent": false,
"autosize": false,
"container_id": "tradingview_4704a"
}
);
</script>
</div>
<!-- TradingView Widget END -->
</body>
</html>