1.1 got stable
This commit is contained in:
14
index.html
14
index.html
@@ -19,19 +19,17 @@
|
||||
fullscreen: true,
|
||||
symbol: 'AA',
|
||||
interval: 'D',
|
||||
toolbar_bg: '#f4f7f9',
|
||||
allow_symbol_change: true,
|
||||
container_id: "tv_chart_container",
|
||||
// BEWARE: no trailing slash is expected in feed URL
|
||||
datafeed: new Datafeeds.UDFCompatibleDatafeed("http://demo_feed.tradingview.com"),
|
||||
library_path: "charting_library/",
|
||||
locale: "en",
|
||||
// Regression Trend-related functionality is not implemented yet, so it's hidden for a while
|
||||
disabled_drawings: ["Regression Trend"]
|
||||
});
|
||||
|
||||
widget.onChartReady(function() {
|
||||
|
||||
drawings_access: { type: 'black', tools: [ { name: "Regression Trend" } ] },
|
||||
disabled_features: ["use_localstorage_for_settings"],
|
||||
charts_storage_url: 'http://saveload.tradingview.com',
|
||||
client_id: 'tradingview.com',
|
||||
user_id: 'public_user_id'
|
||||
});
|
||||
})
|
||||
|
||||
@@ -43,4 +41,4 @@
|
||||
<div id="tv_chart_container"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user