1.1 got stable

This commit is contained in:
rlagutin
2014-11-26 17:08:53 +03:00
parent 469aa3419a
commit e08013b9a7
62 changed files with 10064 additions and 33850 deletions

View File

@@ -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>