Update index.html

This commit is contained in:
Ruslan
2014-07-07 18:23:15 +04:00
parent 63537bcfc1
commit 71dfe08c62

View File

@@ -15,7 +15,7 @@
var widget = new TradingView.widget({ var widget = new TradingView.widget({
width: '100%', width: '100%',
height: '100%', height: '100%',
symbol: 'AAPL', symbol: 'AA',
interval: 'D', interval: 'D',
toolbar_bg: '#f4f7f9', toolbar_bg: '#f4f7f9',
allow_symbol_change: true, allow_symbol_change: true,
@@ -41,4 +41,4 @@
<div id="tv_chart_container"></div> <div id="tv_chart_container"></div>
</body> </body>
</html> </html>