0.7 released

This commit is contained in:
rlagutin
2014-05-29 13:23:44 +04:00
parent 1f07c702c8
commit 1730c6fc40
20 changed files with 6476 additions and 5231 deletions

View File

@@ -23,9 +23,14 @@
// 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() {
});
})
</script>